This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 12 Jul 2011 21:21:02 +0000
- Subject: [Bug lto/47889] [4.6/4.7 Regression] Segmentation fault in useless_type_conversion_p, at tree-ssa.c:1228
- Auto-submitted: auto-generated
- References: <bug-47889-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47889
--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-12 21:20:57 UTC ---
Yeah, well. There are "legitimate" cases (read: in SPEC2k6), so we can't
error out in general (the cases are mixing float and int for example).