Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: cubitect at gmail dot com
Target Milestone: ---
The error messages resulting from some types of incorrect initialisation,
within a constructor's initialisation
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: cubitect at gmail dot com
Target Milestone: ---
I wasn't entirely sure where to post this, but I have a very simple test
problem that shows some missed optimis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71539
--- Comment #2 from cubitect at gmail dot com ---
Thank you for the tip! I was unaware that signed integer overflow is undefined
in standard C. I was rewriting some java code in C when I ran into this
problem, so this makes sense now. (Though I
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: cubitect at gmail dot com
Target Milestone: ---
Created attachment 38700
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38700&action=edit
example source file
For the optimisation levels -O2 and -O3, th