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 lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-12 21:17:31 UTC ---
(In reply to comment #2)
> Confirmed.  We should diagnose this.
We do:
t.c:1:13: warning: type of âsâ does not match original declaration [enabled by
default]
t1.c:1:14: note: previously declared here
--- CUT ---
But we don't error out.


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