This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/54825] ICE with vector extension
- From: "drepper.fsp at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Oct 2012 15:12:18 +0000
- Subject: [Bug tree-optimization/54825] ICE with vector extension
- Auto-submitted: auto-generated
- References: <bug-54825-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54825
--- Comment #11 from Ulrich Drepper <drepper.fsp at gmail dot com> 2012-10-05 15:12:18 UTC ---
(In reply to comment #7)
> Created attachment 28364 [details]
> patch
>
> patch I am testing.
This seems to fix the problem for me, even with the original code and not the
reduced test case.