This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/50873] The fix to PR50730 causes gcc.c-torture/unsorted/dilayout.c to ICE
- From: "mgretton at sourceware dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Oct 2011 13:31:27 +0000
- Subject: [Bug tree-optimization/50873] The fix to PR50730 causes gcc.c-torture/unsorted/dilayout.c to ICE
- Auto-submitted: auto-generated
- References: <bug-50873-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50873
--- Comment #2 from Matthew Gretton-Dann <mgretton at sourceware dot org> 2011-10-27 13:31:27 UTC ---
(In reply to comment #1)
> I see this too, but I don't think it's my patch's fault. I reverted it and the
> reduced test still failed. The patch makes no difference for this basic block -
> it gets vectorized with or without it.
Apologies if I've miss labelled this issue - git bisect suggested that r180367
was where the issue was introduced. I will take another look this afternoon to
see if I misread the output and it was another check-in nearby.