public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/21107] [4.0/4.1 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476
       [not found] <bug-21107-9746@http.gcc.gnu.org/bugzilla/>
@ 2005-10-30 23:22 ` pinskia at gcc dot gnu dot org
  2006-01-29  0:26 ` [Bug middle-end/21107] [4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 23:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5
   Target Milestone|---                         |4.1.0


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


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

* [Bug middle-end/21107] [4.0/4.1/4.2 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476
       [not found] <bug-21107-9746@http.gcc.gnu.org/bugzilla/>
  2005-10-30 23:22 ` [Bug middle-end/21107] [4.0/4.1 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476 pinskia at gcc dot gnu dot org
@ 2006-01-29  0:26 ` pinskia at gcc dot gnu dot org
  2006-02-28 20:49 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-29  0:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-01-29 00:26 -------
Should have been fixed by:
http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00508.html


-- 


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


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

* [Bug middle-end/21107] [4.0/4.1/4.2 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476
       [not found] <bug-21107-9746@http.gcc.gnu.org/bugzilla/>
  2005-10-30 23:22 ` [Bug middle-end/21107] [4.0/4.1 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476 pinskia at gcc dot gnu dot org
  2006-01-29  0:26 ` [Bug middle-end/21107] [4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
@ 2006-02-28 20:49 ` mmitchel at gcc dot gnu dot org
  2006-05-25  2:45 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-28 20:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |4.1.1


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


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

* [Bug middle-end/21107] [4.0/4.1/4.2 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476
       [not found] <bug-21107-9746@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-02-28 20:49 ` mmitchel at gcc dot gnu dot org
@ 2006-05-25  2:45 ` mmitchel at gcc dot gnu dot org
  2006-09-17 19:50 ` pinskia at gcc dot gnu dot org
  2006-09-19  4:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from mmitchel at gcc dot gnu dot org  2006-05-25 02:35 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug middle-end/21107] [4.0/4.1/4.2 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476
       [not found] <bug-21107-9746@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-05-25  2:45 ` mmitchel at gcc dot gnu dot org
@ 2006-09-17 19:50 ` pinskia at gcc dot gnu dot org
  2006-09-19  4:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-17 19:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-09-17 19:49 -------
Fixed by:
2005-11-12  Eric Botcazou  <ebotcazou@adacore.com>

        * function.c (assign_stack_local_1): Restrict sanity check
        on frame size overflow to 32-bit and above platforms.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.1.2                       |4.1.0


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


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

* [Bug middle-end/21107] [4.0/4.1/4.2 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476
       [not found] <bug-21107-9746@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-09-17 19:50 ` pinskia at gcc dot gnu dot org
@ 2006-09-19  4:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-19  4:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2006-09-19 04:19 -------
*** Bug 29135 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |de at cs dot brown dot edu


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


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

end of thread, other threads:[~2006-09-19  4:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21107-9746@http.gcc.gnu.org/bugzilla/>
2005-10-30 23:22 ` [Bug middle-end/21107] [4.0/4.1 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476 pinskia at gcc dot gnu dot org
2006-01-29  0:26 ` [Bug middle-end/21107] [4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
2006-02-28 20:49 ` mmitchel at gcc dot gnu dot org
2006-05-25  2:45 ` mmitchel at gcc dot gnu dot org
2006-09-17 19:50 ` pinskia at gcc dot gnu dot org
2006-09-19  4:20 ` 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).