This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54825] New: 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 13:57:08 +0000
- Subject: [Bug c++/54825] New: ICE with vector extension
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54825
Bug #: 54825
Summary: ICE with vector extension
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: drepper.fsp@gmail.com
Host: x86_64-linux
While trying to convert some of libstdc++ to use gcc's vector extensions I ran
into this ICE. The code /should/ be valid.