public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
@ 2005-10-23 20:00 ` pinskia at gcc dot gnu dot org
  2005-10-31  3:08 ` mmitchel at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-23 20:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


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

* [Bug middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
  2005-10-23 20:00 ` [Bug middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily pinskia at gcc dot gnu dot org
@ 2005-10-31  3:08 ` mmitchel at gcc dot gnu dot org
  2006-02-24  0:26 ` [Bug middle-end/20983] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-31  3:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mmitchel at gcc dot gnu dot org  2005-10-31 03:08 -------
On the one hand, varargs functions generally aren't used where performance
really matters.  On the other, this seems like something that shouldn't be too
hard to fix -- and there's a code-size regression here too.

I'm leaving this as P2.


-- 


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
  2005-10-23 20:00 ` [Bug middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily pinskia at gcc dot gnu dot org
  2005-10-31  3:08 ` mmitchel at gcc dot gnu dot org
@ 2006-02-24  0:26 ` mmitchel at gcc dot gnu dot org
  2006-04-18 14:16 ` bonzini at gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-24  0:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from mmitchel at gcc dot gnu dot org  2006-02-24 00:25 -------
This issue will not be resolved in GCC 4.1.0; retargeted at GCC 4.1.1.


-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-02-24  0:26 ` [Bug middle-end/20983] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-04-18 14:16 ` bonzini at gnu dot org
  2006-05-25  2:34 ` mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: bonzini at gnu dot org @ 2006-04-18 14:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from bonzini at gnu dot org  2006-04-18 14:16 -------
Caused by removing ADDRESSOF. :-(


-- 


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-04-18 14:16 ` bonzini at gnu dot org
@ 2006-05-25  2:34 ` mmitchel at gcc dot gnu dot org
  2006-08-26  1:27 ` kazu at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from mmitchel at gcc dot gnu dot org  2006-05-25 02:32 -------
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=20983


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

* [Bug middle-end/20983] [4.0/4.1/4.2 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-05-25  2:34 ` mmitchel at gcc dot gnu dot org
@ 2006-08-26  1:27 ` kazu at gcc dot gnu dot org
  2006-09-23 21:59 ` kazu at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-08-26  1:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from kazu at gcc dot gnu dot org  2006-08-26 01:26 -------
I'm looking at this.


-- 

kazu at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-08-26  1:27 ` kazu at gcc dot gnu dot org
@ 2006-09-23 21:59 ` kazu at gcc dot gnu dot org
  2007-02-14  9:05 ` [Bug middle-end/20983] [4.0/4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: kazu at gcc dot gnu dot org @ 2006-09-23 21:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

kazu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|kazu at gcc dot gnu dot org |unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2/4.3 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-09-23 21:59 ` kazu at gcc dot gnu dot org
@ 2007-02-14  9:05 ` mmitchel at gcc dot gnu dot org
  2007-06-18  6:55 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2/4.3 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2007-02-14  9:05 ` [Bug middle-end/20983] [4.0/4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
@ 2007-06-18  6:55 ` pinskia at gcc dot gnu dot org
  2007-11-15 17:42 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-06-18  6:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2007-06-18 06:55 -------
For -O1, it is even worse.  I think we need to mark va_start/va_end as cannot
call clober their inputs at the tree level.  This should at least fix the -O1
issue.  It might also help code gen in other cases which I am not thinking of
currently.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2/4.3 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2007-06-18  6:55 ` pinskia at gcc dot gnu dot org
@ 2007-11-15 17:42 ` jakub at gcc dot gnu dot org
  2007-11-16 12:15 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-11-15 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jakub at gcc dot gnu dot org  2007-11-15 17:42 -------
Testing a patch which addresses the simple pointer va_list targets (i386,
non-v4-abi ppc{,64}, etc.).


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-07-05 09:23:01         |2007-11-15 17:42:02
               date|                            |


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2/4.3 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2007-11-15 17:42 ` jakub at gcc dot gnu dot org
@ 2007-11-16 12:15 ` jakub at gcc dot gnu dot org
  2007-12-06 13:26 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-11-16 12:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jakub at gcc dot gnu dot org  2007-11-16 12:15 -------
Posted patch: http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00895.html


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2007-
                   |                            |11/msg00895.html


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2/4.3 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2007-11-16 12:15 ` jakub at gcc dot gnu dot org
@ 2007-12-06 13:26 ` jakub at gcc dot gnu dot org
  2007-12-06 13:28 ` jakub at gcc dot gnu dot org
  2007-12-06 16:55 ` rguenth at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-12-06 13:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from jakub at gcc dot gnu dot org  2007-12-06 13:25 -------
Subject: Bug 20983

Author: jakub
Date: Thu Dec  6 13:25:37 2007
New Revision: 130650

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130650
Log:
        PR middle-end/20983
        * tree-ssa-ccp.c (optimize_stdarg_builtin): New function.
        (execute_fold_all_builtins): Call it for BUILT_IN_VA_START,
        BUILT_IN_VA_COPY and BUILT_IN_VA_END.

        * target.h (struct ggc_target): Add expand_builtin_va_start
        hook.
        * target-def.h (TARGET_EXPAND_BUILTIN_VA_START): Define.
        (TARGET_INITIALIZER): Add it.
        * builtins.c (expand_builtin_va_start): Use
        targetm.expand_builtin_va_start hook instead of
        EXPAND_BUILTIN_VA_START macro.
        * alpha/alpha.c (alpha_va_start): Made static.
        (override_options): Clear targetm.expand_builtin_va_start if
        TARGET_UNICOSMK.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * alpha/unicosmk.h (EXPAND_BUILTIN_VA_START): Remove.
        * alpha/alpha.h (EXPAND_BUILTIN_VA_START): Remove.
        * alpha/alpha-protos.h (alpha_va_start): Remove prototype.
        * xtensa/xtensa.h (EXPAND_BUILTIN_VA_START): Remove.
        * xtensa/xtensa.c (TARGET_EXPAND_BUILTIN_VA_START): Define.
        (xtensa_va_start): Made static.
        * xtensa/xtensa-protos.h (xtensa_va_start): Remove prototype.
        * pa/pa-protos.h (hppa_va_start): Remove prototype.
        * pa/pa.h (EXPAND_BUILTIN_VA_START): Remove.
        * pa/pa.c (hppa_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * frv/frv.c (frv_expand_builtin_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * frv/frv-protos.h (frv_expand_builtin_va_start): Remove prototype.
        * frv/frv.h (EXPAND_BUILTIN_VA_START): Remove.
        * i386/i386.c (override_options): Clear
        targetm.expand_builtin_va_start if -m32 or 64-bit MS ABI.
        (ix86_va_start): Made static.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * i386/i386.h (EXPAND_BUILTIN_VA_START): Remove.
        * i386/i386-protos.h (ix86_va_start, ix86_va_arg): Remove prototypes.
        * iq2000/iq2000-protos.h (iq2000_va_start): Remove prototype.
        * iq2000/iq2000.h (EXPAND_BUILTIN_VA_START): Remove.
        * iq2000/iq2000.c (iq2000_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * rs6000/rs6000-protos.h (rs6000_va_start): Remove prototype.
        * rs6000/rs6000.c (rs6000_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        (rs6000_override_options): Clear targetm.expand_builtin_va_start if
        DEFAULT_ABI != ABI_V4.
        * rs6000/rs6000.h (EXPAND_BUILTIN_VA_START): Remove.
        * spu/spu.c (spu_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * spu/spu.h (EXPAND_BUILTIN_VA_START): Remove.
        * spu/spu-protos.h spu_va_start): Remove prototype.
        * stormy16/stormy16.h (EXPAND_BUILTIN_VA_START): Remove.
        * stormy16/stormy16-protos.h (xstormy16_expand_builtin_va_start):
        Remove prototype.
        * stormy16/stormy16.c (xstormy16_expand_builtin_va_start): Made
        static.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * s390/s390-protos.h (s390_va_start): Remove prototype.
        * s390/s390.c (s390_va_start): Made static.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * s390/s390.h (EXPAND_BUILTIN_VA_START): Remove.
        * mn10300/mn10300.h (EXPAND_BUILTIN_VA_START): Remove.
        * mn10300/mn10300-protos.h (mn10300_va_start): Remove prototype.
        * mn10300/mn10300.c (mn10300_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * arc/arc.c (arc_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * arc/arc.h (EXPAND_BUILTIN_VA_START): Remove.
        * arc/arc-protos.h (arc_va_start): Remove prototype.
        * mt/mt-protos.h (mt_va_start): Remove prototype.
        * sparc/sparc.c (sparc_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * sparc/sparc-protos.h (sparc_va_start): Remove prototype.
        * sparc/sparc.h (EXPAND_BUILTIN_VA_START): Remove.
        * sh/sh.c (sh_va_start): Made static, add prototype.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.
        * sh/sh-protos.h (sh_va_start): Remove prototype.
        * sh/sh.h (EXPAND_BUILTIN_VA_START): Remove.
        * mips/mips-protos.h (mips_va_start): Remove prototype.
        * mips/mips.h (EXPAND_BUILTIN_VA_START): Remove.
        * mips/mips.c (mips_va_start): Made static.
        (TARGET_EXPAND_BUILTIN_VA_START): Define.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/builtins.c
    trunk/gcc/config/alpha/alpha-protos.h
    trunk/gcc/config/alpha/alpha.c
    trunk/gcc/config/alpha/alpha.h
    trunk/gcc/config/alpha/unicosmk.h
    trunk/gcc/config/arc/arc-protos.h
    trunk/gcc/config/arc/arc.c
    trunk/gcc/config/arc/arc.h
    trunk/gcc/config/frv/frv-protos.h
    trunk/gcc/config/frv/frv.c
    trunk/gcc/config/frv/frv.h
    trunk/gcc/config/i386/i386-protos.h
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.h
    trunk/gcc/config/iq2000/iq2000-protos.h
    trunk/gcc/config/iq2000/iq2000.c
    trunk/gcc/config/iq2000/iq2000.h
    trunk/gcc/config/mips/mips-protos.h
    trunk/gcc/config/mips/mips.c
    trunk/gcc/config/mips/mips.h
    trunk/gcc/config/mn10300/mn10300-protos.h
    trunk/gcc/config/mn10300/mn10300.c
    trunk/gcc/config/mn10300/mn10300.h
    trunk/gcc/config/mt/mt-protos.h
    trunk/gcc/config/pa/pa-protos.h
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/pa.h
    trunk/gcc/config/rs6000/rs6000-protos.h
    trunk/gcc/config/rs6000/rs6000.c
    trunk/gcc/config/rs6000/rs6000.h
    trunk/gcc/config/s390/s390-protos.h
    trunk/gcc/config/s390/s390.c
    trunk/gcc/config/s390/s390.h
    trunk/gcc/config/sh/sh-protos.h
    trunk/gcc/config/sh/sh.c
    trunk/gcc/config/sh/sh.h
    trunk/gcc/config/sparc/sparc-protos.h
    trunk/gcc/config/sparc/sparc.c
    trunk/gcc/config/sparc/sparc.h
    trunk/gcc/config/spu/spu-protos.h
    trunk/gcc/config/spu/spu.c
    trunk/gcc/config/spu/spu.h
    trunk/gcc/config/stormy16/stormy16-protos.h
    trunk/gcc/config/stormy16/stormy16.c
    trunk/gcc/config/stormy16/stormy16.h
    trunk/gcc/config/xtensa/xtensa-protos.h
    trunk/gcc/config/xtensa/xtensa.c
    trunk/gcc/config/xtensa/xtensa.h
    trunk/gcc/target-def.h
    trunk/gcc/target.h
    trunk/gcc/tree-ssa-ccp.c


-- 


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2/4.3 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2007-12-06 13:26 ` jakub at gcc dot gnu dot org
@ 2007-12-06 13:28 ` jakub at gcc dot gnu dot org
  2007-12-06 16:55 ` rguenth at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-12-06 13:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from jakub at gcc dot gnu dot org  2007-12-06 13:28 -------
Fixed on the trunk.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/20983] [4.0/4.1/4.2/4.3 Regression] varargs functions force va_list variable to stack unnecessarily
       [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2007-12-06 13:28 ` jakub at gcc dot gnu dot org
@ 2007-12-06 16:55 ` rguenth at gcc dot gnu dot org
  13 siblings, 0 replies; 14+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-12-06 16:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from rguenth at gcc dot gnu dot org  2007-12-06 16:54 -------
WONTFIX on the branches, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.1.3 4.2.2
   Target Milestone|4.1.3                       |4.3.0


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


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

end of thread, other threads:[~2007-12-06 16:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-20983-1313@http.gcc.gnu.org/bugzilla/>
2005-10-23 20:00 ` [Bug middle-end/20983] [4.0/4.1 Regression] varargs functions force va_list variable to stack unnecessarily pinskia at gcc dot gnu dot org
2005-10-31  3:08 ` mmitchel at gcc dot gnu dot org
2006-02-24  0:26 ` [Bug middle-end/20983] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-04-18 14:16 ` bonzini at gnu dot org
2006-05-25  2:34 ` mmitchel at gcc dot gnu dot org
2006-08-26  1:27 ` kazu at gcc dot gnu dot org
2006-09-23 21:59 ` kazu at gcc dot gnu dot org
2007-02-14  9:05 ` [Bug middle-end/20983] [4.0/4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
2007-06-18  6:55 ` pinskia at gcc dot gnu dot org
2007-11-15 17:42 ` jakub at gcc dot gnu dot org
2007-11-16 12:15 ` jakub at gcc dot gnu dot org
2007-12-06 13:26 ` jakub at gcc dot gnu dot org
2007-12-06 13:28 ` jakub at gcc dot gnu dot org
2007-12-06 16:55 ` 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).