public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/24434]  New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always
@ 2005-10-18 19:56 pinskia at gcc dot gnu dot org
  2005-10-18 19:56 ` [Bug middle-end/24434] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-18 19:56 UTC (permalink / raw)
  To: gcc-bugs

With the following change:
2004-06-08  Jason Merrill  <jason@redhat.com>

        Gimplify VA_ARG_EXPR into simpler forms.

get_varargs_alias_set will always return 0, which causes us to miss some
loads/store elimination and such at the rtl level (and tree level also).

The comment in alias.c is:
  /* We now lower VA_ARG_EXPR, and there's currently no way to attach the
     varargs alias set to an INDIRECT_REF (FIXME!), so we can't
     consistently use the varargs alias set for loads from the varargs
     area.  So don't use it anywhere.  */


-- 
           Summary: [4.0/4.1 Regression] get_varargs_alias_set returns 0
                    always
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: missed-optimization, alias
          Severity: minor
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

* [Bug middle-end/24434] [4.0/4.1 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
@ 2005-10-18 19:56 ` pinskia at gcc dot gnu dot org
  2005-10-30 23:32 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-18 19:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-18 19:56 -------
Setting target milestone to 4.2 so we don't forget about this since it is a
regression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug middle-end/24434] [4.0/4.1 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
  2005-10-18 19:56 ` [Bug middle-end/24434] " pinskia at gcc dot gnu dot org
@ 2005-10-30 23:32 ` pinskia at gcc dot gnu dot org
  2005-11-11 17:55 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 23:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/24434] [4.0/4.1 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
  2005-10-18 19:56 ` [Bug middle-end/24434] " pinskia at gcc dot gnu dot org
  2005-10-30 23:32 ` pinskia at gcc dot gnu dot org
@ 2005-11-11 17:55 ` pinskia at gcc dot gnu dot org
  2006-02-28 20:41 ` [Bug middle-end/24434] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-11 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-11-11 17:55 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-11 17:55:39
               date|                            |


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


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

* [Bug middle-end/24434] [4.0/4.1/4.2 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-11-11 17:55 ` pinskia at gcc dot gnu dot org
@ 2006-02-28 20:41 ` mmitchel at gcc dot gnu dot org
  2006-05-25  2:46 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-28 20:41 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=24434


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

* [Bug middle-end/24434] [4.0/4.1/4.2 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-02-28 20:41 ` [Bug middle-end/24434] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-05-25  2:46 ` mmitchel at gcc dot gnu dot org
  2006-05-28  9:53 ` steven at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2006-05-25 02:36 -------
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=24434


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

* [Bug middle-end/24434] [4.0/4.1/4.2 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-05-25  2:46 ` mmitchel at gcc dot gnu dot org
@ 2006-05-28  9:53 ` steven at gcc dot gnu dot org
  2007-02-14  9:36 ` [Bug middle-end/24434] [4.0/4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: steven at gcc dot gnu dot org @ 2006-05-28  9:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from steven at gcc dot gnu dot org  2006-05-28 09:53 -------
This looks like one that the mem-ssa folks may want to give a look.

Will it be easier in mem-ssa to attach alias info to INDIRECT_REF nodes?


-- 

steven at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/24434] [4.0/4.1/4.2/4.3 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-05-28  9:53 ` steven at gcc dot gnu dot org
@ 2007-02-14  9:36 ` mmitchel at gcc dot gnu dot org
  2008-07-04 20:07 ` [Bug middle-end/24434] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:36 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=24434


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

* [Bug middle-end/24434] [4.2/4.3/4.4 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-02-14  9:36 ` [Bug middle-end/24434] [4.0/4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
@ 2008-07-04 20:07 ` jsm28 at gcc dot gnu dot org
  2009-03-31 19:00 ` [Bug middle-end/24434] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 20:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jsm28 at gcc dot gnu dot org  2008-07-04 20:06 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 Regression]|[4.2/4.3/4.4 Regression]
                   |get_varargs_alias_set       |get_varargs_alias_set
                   |returns 0 always            |returns 0 always
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug middle-end/24434] [4.3/4.4/4.5 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2008-07-04 20:07 ` [Bug middle-end/24434] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-03-31 19:00 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 19:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jsm28 at gcc dot gnu dot org  2009-03-31 19:00 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 Regression]|[4.3/4.4/4.5 Regression]
                   |get_varargs_alias_set       |get_varargs_alias_set
                   |returns 0 always            |returns 0 always
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug middle-end/24434] [4.3/4.4/4.5 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2009-03-31 19:00 ` [Bug middle-end/24434] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:15 ` [Bug middle-end/24434] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2009-08-04 12:27 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug middle-end/24434] [4.3/4.4/4.5/4.6 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:15 ` rguenth at gcc dot gnu dot org
  2010-07-15 23:08 ` steven at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2010-05-22 18:10 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

* [Bug middle-end/24434] [4.3/4.4/4.5/4.6 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2010-05-22 18:15 ` [Bug middle-end/24434] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
@ 2010-07-15 23:08 ` steven at gcc dot gnu dot org
  2010-07-15 23:09 ` steven at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-07-15 23:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from steven at gcc dot gnu dot org  2010-07-15 23:08 -------
If the quoted comment in this bug's comment #0 is true, then this bug should be
fixable with MEM_REF.


-- 

steven at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/24434] [4.3/4.4/4.5/4.6 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2010-07-15 23:08 ` steven at gcc dot gnu dot org
@ 2010-07-15 23:09 ` steven at gcc dot gnu dot org
  2010-07-15 23:13 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-07-15 23:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from steven at gcc dot gnu dot org  2010-07-15 23:09 -------
Pinski, got test case?


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug middle-end/24434] [4.3/4.4/4.5/4.6 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2010-07-15 23:09 ` steven at gcc dot gnu dot org
@ 2010-07-15 23:13 ` pinskia at gcc dot gnu dot org
  2010-07-16  8:22 ` rguenth at gcc dot gnu dot org
  2010-07-17 19:04 ` segher at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-07-15 23:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2010-07-15 23:13 -------
(In reply to comment #10)
> Pinski, got test case?

No I don't have one.  At this point I was filing bugs about the FIXME's inside
the compiler itself.  This comment is still there.  If this is now fixable with
MEM_REF, then we should be able to fix it and removed the FIXME.  If it is not
fixable at all, then we should remove the FIXME part of the comment.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2010-03-02 19:24:00         |2010-07-15 23:13:16
               date|                            |


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


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

* [Bug middle-end/24434] [4.3/4.4/4.5/4.6 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2010-07-15 23:13 ` pinskia at gcc dot gnu dot org
@ 2010-07-16  8:22 ` rguenth at gcc dot gnu dot org
  2010-07-17 19:04 ` segher at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-16  8:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rguenth at gcc dot gnu dot org  2010-07-16 08:22 -------
What does the standard say here?  What is the type in effect for aliasing
when doing

 int i = va_arg (va, int);

?  Is type-punning allowed when unpacking args?

Note that we would need to make sure to use the correct alias set when
setting up args at the callers site as well.

But yes, this now looks easily fixable (and also was with INDIRECT_REFs
via type casts).


-- 


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


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

* [Bug middle-end/24434] [4.3/4.4/4.5/4.6 Regression] get_varargs_alias_set returns 0 always
  2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2010-07-16  8:22 ` rguenth at gcc dot gnu dot org
@ 2010-07-17 19:04 ` segher at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: segher at gcc dot gnu dot org @ 2010-07-17 19:04 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 784 bytes --]



------- Comment #13 from segher at gcc dot gnu dot org  2010-07-17 19:04 -------
(In reply to comment #12)
> What does the standard say here?  What is the type in effect for aliasing
> when doing
> 
>  int i = va_arg (va, int);
> 
> ?  Is type-punning allowed when unpacking args?

>From C99, 7.15.1.1/2:

[...] if type is not compatible with the type of the actual next argument (as
promoted according to the default argument promotions), the behavior is
undefined, except for the following cases:

— one type is a signed integer type, the other type is the corresponding
unsigned integer type, and the value is representable in both types;

— one type is pointer to void and the other is a pointer to a character type.


-- 


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


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

end of thread, other threads:[~2010-07-17 19:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-18 19:56 [Bug middle-end/24434] New: [4.0/4.1 Regression] get_varargs_alias_set returns 0 always pinskia at gcc dot gnu dot org
2005-10-18 19:56 ` [Bug middle-end/24434] " pinskia at gcc dot gnu dot org
2005-10-30 23:32 ` pinskia at gcc dot gnu dot org
2005-11-11 17:55 ` pinskia at gcc dot gnu dot org
2006-02-28 20:41 ` [Bug middle-end/24434] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-05-25  2:46 ` mmitchel at gcc dot gnu dot org
2006-05-28  9:53 ` steven at gcc dot gnu dot org
2007-02-14  9:36 ` [Bug middle-end/24434] [4.0/4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
2008-07-04 20:07 ` [Bug middle-end/24434] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 19:00 ` [Bug middle-end/24434] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
2010-05-22 18:15 ` [Bug middle-end/24434] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
2010-07-15 23:08 ` steven at gcc dot gnu dot org
2010-07-15 23:09 ` steven at gcc dot gnu dot org
2010-07-15 23:13 ` pinskia at gcc dot gnu dot org
2010-07-16  8:22 ` rguenth at gcc dot gnu dot org
2010-07-17 19:04 ` segher 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).