public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064
       [not found] <bug-45062-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-20 13:48 ` froydnj at gcc dot gnu.org
  2010-11-01 20:08 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: froydnj at gcc dot gnu.org @ 2010-10-20 13:48 UTC (permalink / raw)
  To: gcc-bugs

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

Nathan Froyd <froydnj at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |froydnj at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |froydnj at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Nathan Froyd <froydnj at gcc dot gnu.org> 2010-10-20 13:47:51 UTC ---
I will fix this shortly after stage 3 starts.


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

* [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064
       [not found] <bug-45062-4@http.gcc.gnu.org/bugzilla/>
  2010-10-20 13:48 ` [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064 froydnj at gcc dot gnu.org
@ 2010-11-01 20:08 ` jakub at gcc dot gnu.org
  2010-11-22 16:41 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-11-01 20:08 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonzini at gnu dot org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-01 20:08:29 UTC ---
*** Bug 46243 has been marked as a duplicate of this bug. ***


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

* [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064
       [not found] <bug-45062-4@http.gcc.gnu.org/bugzilla/>
  2010-10-20 13:48 ` [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064 froydnj at gcc dot gnu.org
  2010-11-01 20:08 ` jakub at gcc dot gnu.org
@ 2010-11-22 16:41 ` ubizjak at gmail dot com
  2010-11-22 17:06 ` ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2010-11-22 16:41 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu.org

--- Comment #5 from Uros Bizjak <ubizjak at gmail dot com> 2010-11-22 16:39:51 UTC ---
*** Bug 46604 has been marked as a duplicate of this bug. ***


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

* [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064
       [not found] <bug-45062-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-11-22 16:41 ` ubizjak at gmail dot com
@ 2010-11-22 17:06 ` ubizjak at gmail dot com
  2010-12-02 18:00 ` froydnj at gcc dot gnu.org
  2010-12-02 18:01 ` froydnj at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2010-11-22 17:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Uros Bizjak <ubizjak at gmail dot com> 2010-11-22 16:41:04 UTC ---
(In reply to comment #3)
> I will fix this shortly after stage 3 starts.

Stage 3 has come, and many dupes show that this PR annoys people quite a lot.


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

* [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064
       [not found] <bug-45062-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2010-11-22 17:06 ` ubizjak at gmail dot com
@ 2010-12-02 18:00 ` froydnj at gcc dot gnu.org
  2010-12-02 18:01 ` froydnj at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: froydnj at gcc dot gnu.org @ 2010-12-02 18:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Nathan Froyd <froydnj at gcc dot gnu.org> 2010-12-02 18:00:26 UTC ---
Author: froydnj
Date: Thu Dec  2 18:00:21 2010
New Revision: 167381

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167381
Log:
    PR c/45062
    * c-decl.c (grokparms): Set arg_info->parms to NULL_TREE when
    !funcdef_flag.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-decl.c


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

* [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064
       [not found] <bug-45062-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2010-12-02 18:00 ` froydnj at gcc dot gnu.org
@ 2010-12-02 18:01 ` froydnj at gcc dot gnu.org
  5 siblings, 0 replies; 8+ messages in thread
From: froydnj at gcc dot gnu.org @ 2010-12-02 18:01 UTC (permalink / raw)
  To: gcc-bugs

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

Nathan Froyd <froydnj at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Nathan Froyd <froydnj at gcc dot gnu.org> 2010-12-02 18:00:57 UTC ---
Fixed.


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

* [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064
  2010-07-24 19:50 [Bug c/45062] New: [4.6 Regression] ICE: tree check: expected tree that contains 'decl minimal' structure, have 'tree_list' in start_decl, " zsojka at seznam dot cz
  2010-08-30 22:15 ` [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE " hjl dot tools at gmail dot com
@ 2010-09-02 11:09 ` rguenth at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-02 11:09 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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


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

* [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064
  2010-07-24 19:50 [Bug c/45062] New: [4.6 Regression] ICE: tree check: expected tree that contains 'decl minimal' structure, have 'tree_list' in start_decl, " zsojka at seznam dot cz
@ 2010-08-30 22:15 ` hjl dot tools at gmail dot com
  2010-09-02 11:09 ` rguenth at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-08-30 22:15 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-08-30 22:15:07
               date|                            |
            Summary|[4.6 Regression] ICE: tree  |[4.6 Regression] Revision
                   |check: expected tree that   |162223 caused ICE at c-
                   |contains 'decl minimal'     |decl.c:4064
                   |structure, have 'tree_list' |
                   |in start_decl, at c-        |
                   |decl.c:4064                 |


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


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

end of thread, other threads:[~2010-12-02 18:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45062-4@http.gcc.gnu.org/bugzilla/>
2010-10-20 13:48 ` [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE at c-decl.c:4064 froydnj at gcc dot gnu.org
2010-11-01 20:08 ` jakub at gcc dot gnu.org
2010-11-22 16:41 ` ubizjak at gmail dot com
2010-11-22 17:06 ` ubizjak at gmail dot com
2010-12-02 18:00 ` froydnj at gcc dot gnu.org
2010-12-02 18:01 ` froydnj at gcc dot gnu.org
2010-07-24 19:50 [Bug c/45062] New: [4.6 Regression] ICE: tree check: expected tree that contains 'decl minimal' structure, have 'tree_list' in start_decl, " zsojka at seznam dot cz
2010-08-30 22:15 ` [Bug c/45062] [4.6 Regression] Revision 162223 caused ICE " hjl dot tools at gmail dot com
2010-09-02 11:09 ` rguenth 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).