This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/37716] [4.4 Regression] ice for legal C++ code with -O2 on 20080926



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-10-02 14:19 -------
Indeed.

./cc1plus -quiet -O2 bug21.3.cc  -fdump-tree-fre-details
-fdump-tree-pre-details
bug21.3.cc: In function 'void mousePressEvent(int)':
bug21.3.cc:37: error: invalid operand in unary operation
SR.2_12 = (long unsigned int) D.2225_5->array[D.2229_10];

bug21.3.cc:37: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


it is SRA again which produces this :(


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37716


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]