This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50800] New: Internal compiler error in finish_member_declarations, possibly related to may_alias attribute
- From: "mathias at gaunard dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Oct 2011 18:14:18 +0000
- Subject: [Bug c++/50800] New: Internal compiler error in finish_member_declarations, possibly related to may_alias attribute
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50800
Bug #: 50800
Summary: Internal compiler error in finish_member_declarations,
possibly related to may_alias attribute
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: mathias@gaunard.com
The attached preprocessed testcase results in an internal compiler error:
/home/gaunard/dev/boost/trunk/boost/type_traits/detail/cv_traits_impl.hpp:36:1:
internal compiler error: in finish_member_declaration, at cp/semantics.c:2559
This seems to be tied to the use of the may_alias attribute.