public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
@ 2004-06-18  5:10 belyshev at lubercy dot com
  2004-06-18  5:18 ` [Bug c/16046] [3.5? Regression] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: belyshev at lubercy dot com @ 2004-06-18  5:10 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [3.5? Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
@ 2004-06-18  5:18 ` pinskia at gcc dot gnu dot org
  2004-06-18  5:38 ` [Bug c/16046] [3.5 " belyshev at lubercy dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-18  5:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-18 05:18 -------
Confirmed, a regression.  I used an older 3.4.0 (which at checking enabled) to prove this one.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |error-recovery
      Known to fail|                            |3.5.0
      Known to work|                            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-18 05:18:22
               date|                            |
            Summary|ICE tree check: expected    |[3.5? Regression] ICE tree
                   |tree_list, have             |check: expected tree_list,
                   |identifier_node in          |have identifier_node in
                   |decl_attributes, at         |decl_attributes, at
                   |attribs.c:151               |attribs.c:151
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [3.5 Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
  2004-06-18  5:18 ` [Bug c/16046] [3.5? Regression] " pinskia at gcc dot gnu dot org
@ 2004-06-18  5:38 ` belyshev at lubercy dot com
  2004-06-18  5:40 ` belyshev at lubercy dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: belyshev at lubercy dot com @ 2004-06-18  5:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-06-18 05:38 -------
Works with 3.4.1 20040618 (prerelease).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.4.0                       |3.4.0 3.4.1
            Summary|[3.5? Regression] ICE tree  |[3.5 Regression] ICE tree
                   |check: expected tree_list,  |check: expected tree_list,
                   |have identifier_node in     |have identifier_node in
                   |decl_attributes, at         |decl_attributes, at
                   |attribs.c:151               |attribs.c:151
   Target Milestone|3.5.0                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [3.5 Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
  2004-06-18  5:18 ` [Bug c/16046] [3.5? Regression] " pinskia at gcc dot gnu dot org
  2004-06-18  5:38 ` [Bug c/16046] [3.5 " belyshev at lubercy dot com
@ 2004-06-18  5:40 ` belyshev at lubercy dot com
  2004-07-17  4:00 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: belyshev at lubercy dot com @ 2004-06-18  5:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [3.5 Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
                   ` (2 preceding siblings ...)
  2004-06-18  5:40 ` belyshev at lubercy dot com
@ 2004-07-17  4:00 ` pinskia at gcc dot gnu dot org
  2004-08-13 11:50 ` reichelt at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-17  4:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-17 04:00 -------
: Search converges between 2004-02-01-trunk (#445) and 2004-03-01-trunk (#446).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [3.5 Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
                   ` (3 preceding siblings ...)
  2004-07-17  4:00 ` pinskia at gcc dot gnu dot org
@ 2004-08-13 11:50 ` reichelt at gcc dot gnu dot org
  2004-08-13 15:22 ` echristo at redhat dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-08-13 11:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-13 11:50 -------
Eric, your patch
  http://gcc.gnu.org/ml/gcc-cvs/2004-02/msg01425.html
seems to be responsible for the regression.

Could you please have a look?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |echristo at redhat dot com,
                   |                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [3.5 Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
                   ` (4 preceding siblings ...)
  2004-08-13 11:50 ` reichelt at gcc dot gnu dot org
@ 2004-08-13 15:22 ` echristo at redhat dot com
  2004-09-10  0:31 ` echristo at redhat dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: echristo at redhat dot com @ 2004-08-13 15:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2004-08-13 15:22 -------
Interesting. I'll look though.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2004-07-02 19:29:43         |2004-08-13 15:22:47
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [3.5 Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
                   ` (5 preceding siblings ...)
  2004-08-13 15:22 ` echristo at redhat dot com
@ 2004-09-10  0:31 ` echristo at redhat dot com
  2004-09-11  0:00 ` cvs-commit at gcc dot gnu dot org
  2004-09-11  1:17 ` [Bug c/16046] [4.0 " pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: echristo at redhat dot com @ 2004-09-10  0:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From echristo at redhat dot com  2004-09-10 00:31 -------
http://gcc.gnu.org/ml/gcc-patches/2004-09/msg00905.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING
      Known to fail|4.0                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [3.5 Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
                   ` (6 preceding siblings ...)
  2004-09-10  0:31 ` echristo at redhat dot com
@ 2004-09-11  0:00 ` cvs-commit at gcc dot gnu dot org
  2004-09-11  1:17 ` [Bug c/16046] [4.0 " pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-11  0:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-11 00:00 -------
Subject: Bug 16046

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	echristo@gcc.gnu.org	2004-09-11 00:00:32

Modified files:
	gcc            : ChangeLog c-parse.in 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg: 20040910-1.c 

Log message:
	2004-09-10  Eric Christopher  <echristo@redhat.com>
	
	PR c/16046
	* c-parse.in (attribute): Add NULL_TREE for error case
	for error recovery.
	
	2004-09-10  Eric Christopher  <echristo@redhat.com>
	
	* gcc.dg/20040910-1.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5378&r2=2.5379
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-parse.in.diff?cvsroot=gcc&r1=1.238&r2=1.239
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4258&r2=1.4259
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20040910-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c/16046] [4.0 Regression] ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151
  2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
                   ` (7 preceding siblings ...)
  2004-09-11  0:00 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-11  1:17 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-11  1:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-11 01:17 -------
Since Eric cannot close his own bugs even after being asked to close it, I am closing the bug for him.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
            Summary|[3.5 Regression] ICE tree   |[4.0 Regression] ICE tree
                   |check: expected tree_list,  |check: expected tree_list,
                   |have identifier_node in     |have identifier_node in
                   |decl_attributes, at         |decl_attributes, at
                   |attribs.c:151               |attribs.c:151


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16046


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-09-11  1:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-18  5:10 [Bug c/16046] New: ICE tree check: expected tree_list, have identifier_node in decl_attributes, at attribs.c:151 belyshev at lubercy dot com
2004-06-18  5:18 ` [Bug c/16046] [3.5? Regression] " pinskia at gcc dot gnu dot org
2004-06-18  5:38 ` [Bug c/16046] [3.5 " belyshev at lubercy dot com
2004-06-18  5:40 ` belyshev at lubercy dot com
2004-07-17  4:00 ` pinskia at gcc dot gnu dot org
2004-08-13 11:50 ` reichelt at gcc dot gnu dot org
2004-08-13 15:22 ` echristo at redhat dot com
2004-09-10  0:31 ` echristo at redhat dot com
2004-09-11  0:00 ` cvs-commit at gcc dot gnu dot org
2004-09-11  1:17 ` [Bug c/16046] [4.0 " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).