This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2004 05:10:18 -0000
- Subject: [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
bug.c:
----------------------------------------------
__attribute__((foo) int f (){}
----------------------------------------------
^ note: ')' missing
./cc1 bug.c -quiet -o /dev/null
bug.c:1: error: syntax error before "int"
bug.c:1: internal compiler error: tree check: expected tree_list, have
identifier_node in decl_attributes, at attribs.c:151
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: ICE tree check: expected tree_list, have identifier_node
in decl_attributes, at attribs.c:151
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-code
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: belyshev at lubercy dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046