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/17372] [3.5 Regression] ICE: verify_ssa failed (def does not dominate use)


------- Additional Comments From giovannibajo at libero dot it  2004-09-09 15:07 -------
I still cannot reproduce this bug with a newer compiler:
gcc version 3.5.0 20040908 (experimental)
so I can't confirm it right now.

Notice that the code is not valid C++ (breaks aliasing rules with the cast), so 
either you specify -fno-strict-aliasing while building (at least) this file, or 
you could hit wrong-code generation and all kind of side-effect. 

Anyway, this is still a valid report, as we should not emit an internal error 
under any circumstances.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code


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


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