Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
a28046e2
Commit
a28046e2
authored
8 months ago
by
Gerald Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
doc: Remove dubious example around bug reporting
gcc: * doc/bugreport.texi (Bug Criteria): Remove dubious example.
parent
24cb586c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gcc/doc/bugreport.texi
+0
-5
0 additions, 5 deletions
gcc/doc/bugreport.texi
with
0 additions
and
5 deletions
gcc/doc/bugreport.texi
+
0
−
5
View file @
a28046e2
...
@@ -50,11 +50,6 @@ However, you must double-check to make sure, because you may have a
...
@@ -50,11 +50,6 @@ However, you must double-check to make sure, because you may have a
program whose behavior is undefined, which happened by chance to give
program whose behavior is undefined, which happened by chance to give
the desired results with another C or C++ compiler.
the desired results with another C or C++ compiler.
For example, in many nonoptimizing compilers, you can write @samp{x;}
at the end of a function instead of @samp{return x;}, with the same
results. But the value of the function is undefined if @code{return}
is omitted; it is not a bug when GCC produces different results.
Problems often result from expressions with two increment operators,
Problems often result from expressions with two increment operators,
as in @code{f (*p++, *p++)}. Your previous compiler might have
as in @code{f (*p++, *p++)}. Your previous compiler might have
interpreted that expression the way you intended; GCC might
interpreted that expression the way you intended; GCC might
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment