public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
@ 2006-10-15 15:25 ` pinskia at gcc dot gnu dot org
  2006-10-15 15:41 ` [Bug middle-end/29478] " pinskia at gcc dot gnu dot org
                   ` (32 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-15 15:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-15 15:25 -------
Confirmed, a regression from 4.1.2.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-15 15:25:39
               date|                            |


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
  2006-10-15 15:25 ` [Bug c/29478] [4.2 Regression] optmization generates warning for casts pinskia at gcc dot gnu dot org
@ 2006-10-15 15:41 ` pinskia at gcc dot gnu dot org
  2006-10-15 21:29 ` mmitchel at gcc dot gnu dot org
                   ` (31 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-15 15:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-10-15 15:41 -------
Janis,
  Could you do a regression hunt on this bug?

Thanks,
Andrew


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
  2006-10-15 15:25 ` [Bug c/29478] [4.2 Regression] optmization generates warning for casts pinskia at gcc dot gnu dot org
  2006-10-15 15:41 ` [Bug middle-end/29478] " pinskia at gcc dot gnu dot org
@ 2006-10-15 21:29 ` mmitchel at gcc dot gnu dot org
  2006-10-16 13:37 ` rguenth at gcc dot gnu dot org
                   ` (30 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-10-15 21:29 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-10-15 21:29 ` mmitchel at gcc dot gnu dot org
@ 2006-10-16 13:37 ` rguenth at gcc dot gnu dot org
  2006-10-16 13:46 ` rguenth at gcc dot gnu dot org
                   ` (29 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-10-16 13:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2006-10-16 13:37 -------
Happens during inlining, so I guess one of the strip-useless-type-conversion
patches caused this.

But initialize_inlined_parameters shouldn't call into the frontend again here:

      /* Find the initializer.  */
      value = lang_hooks.tree_inlining.convert_parm_for_inlining
              (p, a ? TREE_VALUE (a) : NULL_TREE, fn, argnum);

I don't see why this should be necessary anymore as we're now inlining gimple?


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-10-16 13:37 ` rguenth at gcc dot gnu dot org
@ 2006-10-16 13:46 ` rguenth at gcc dot gnu dot org
  2006-10-16 16:06 ` rguenth at gcc dot gnu dot org
                   ` (28 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-10-16 13:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2006-10-16 13:46 -------
I'm testing complete removal of the langhook.


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-10-16 13:46 ` rguenth at gcc dot gnu dot org
@ 2006-10-16 16:06 ` rguenth at gcc dot gnu dot org
  2006-10-16 19:22 ` janis at gcc dot gnu dot org
                   ` (27 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-10-16 16:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2006-10-16 16:06 -------
Doesn't work out.  It looks like we depend on its side-effects in some
testcases:

FAIL: gcc.dg/assign-warn-3.c  (test for warnings, line 9)
FAIL: gcc.dg/assign-warn-3.c  (test for warnings, line 13)
FAIL: gcc.dg/pr29254.c  (test for warnings, line )
FAIL: gcc.dg/pr29254.c  (test for warnings, line 21)
FAIL: gcc.dg/warn-1.c  (test for warnings, line 15)
FAIL: gcc.dg/noncompile/pr16876.c (internal compiler error)
FAIL: gcc.dg/noncompile/pr16876.c  (test for errors, line 10)
...

pr29254 is artificial - it tests for the bogus warning, otherwise the warning
should be done in the frontend.


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-10-16 16:06 ` rguenth at gcc dot gnu dot org
@ 2006-10-16 19:22 ` janis at gcc dot gnu dot org
  2006-10-23 17:30 ` amylaar at gcc dot gnu dot org
                   ` (26 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-10-16 19:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from janis at gcc dot gnu dot org  2006-10-16 19:21 -------
A regression hunt identified the following patch:

    http://gcc.gnu.org/viewcvs?view=rev&rev=116424

    r116424 | amylaar | 2006-08-25 18:51:57 +0000 (Fri, 25 Aug 2006)


-- 

janis at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-10-16 19:22 ` janis at gcc dot gnu dot org
@ 2006-10-23 17:30 ` amylaar at gcc dot gnu dot org
  2006-10-23 21:37 ` pinskia at gmail dot com
                   ` (25 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2006-10-23 17:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from amylaar at gcc dot gnu dot org  2006-10-23 17:30 -------
(In reply to comment #6)
> A regression hunt identified the following patch:
> 
>     http://gcc.gnu.org/viewcvs?view=rev&rev=116424
> 
>     r116424 | amylaar | 2006-08-25 18:51:57 +0000 (Fri, 25 Aug 2006)
> 

When I modify the testcase to have the function defintion after the use:

struct block;

static int remove_out_of_scope_renamings ();

int
ada_lookup_symbol_list (const struct block *block0)
{
  return remove_out_of_scope_renamings ((struct block *) block0);
}

static int
remove_out_of_scope_renamings (current_block)
  struct block *current_block;
{
  return 1;
}

I still see that the cast has been stripped at the point where
c_convert_parm_for_inlining is called:

(gdb) call debug_tree(value)
 <parm_decl 0xb593c000 block0
    type <pointer_type 0xb59315c0
        type <record_type 0xb5931564 block readonly VOID
...

OTOH, if I further change the passed parameter to a plain 0, value contains an
unadorned integer constant.   

(gdb) call debug_tree(value)
 <integer_cst 0xb58aa978 type <integer_type 0xb58bb284 int> constant invariant
0>

I think it is wrong that we are optimizing the expression before converting
it to the required type.
Moreover, why is it right to drop NOP_EXPRESSIONS there?  If for some reason
the compiler finds it needs to put the initializer in a temporary variable,
and uses the type of the value for that variable, we'll get an alias set
problem.


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2006-10-23 17:30 ` amylaar at gcc dot gnu dot org
@ 2006-10-23 21:37 ` pinskia at gmail dot com
  2006-10-24 13:51 ` [Bug middle-end/29478] [4.2/4.3 " amylaar at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: pinskia at gmail dot com @ 2006-10-23 21:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gmail dot com  2006-10-23 21:37 -------
Subject: Re:  [4.2 Regression] optmization generates warning for casts

On 23 Oct 2006 17:30:22 -0000, amylaar at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
> I think it is wrong that we are optimizing the expression before converting
> it to the required type.
> Moreover, why is it right to drop NOP_EXPRESSIONS there?  If for some reason
> the compiler finds it needs to put the initializer in a temporary variable,
> and uses the type of the value for that variable, we'll get an alias set
> problem.

Hmm, This is one of the language hooks which really need to go away
for LTO as I understand it.  Also I the real problem comes from the
inliner or the gimplifier (I am betting the gimplifier) removing the
cast as it is useless in our type system.


-- 


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


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

* [Bug middle-end/29478] [4.2/4.3 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2006-10-23 21:37 ` pinskia at gmail dot com
@ 2006-10-24 13:51 ` amylaar at gcc dot gnu dot org
  2007-02-09 14:42 ` pinskia at gcc dot gnu dot org
                   ` (23 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2006-10-24 13:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from amylaar at gcc dot gnu dot org  2006-10-24 13:50 -------
(In reply to comment #8)
> Hmm, This is one of the language hooks which really need to go away
> for LTO as I understand it.  Also I the real problem comes from the
> inliner or the gimplifier (I am betting the gimplifier) removing the
> cast as it is useless in our type system.

How is LTO supposed to handle argument passing for inlining?  As I see it,
we have basically two choices:
1.: We pass a actual parameter with a type and a value of that type,
    to a formal parameter of a possibly different type.
    This can require conversions, which would have to be either done by
    frontend hooks (this is the way the intra-module inlining works at
    the moment), or by some frontend-independent mechanism that the
    frontends anticipate when they generate the parameter encodings for the
    call site.
2.: We pass an actual parameter as bit pattern in registers and/or a stack
    slot.  The inliner will have to figure out where its formal parameter
    is coming in, and will need to re-build abstractions that the optimizers
    can work with.


-- 


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


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

* [Bug middle-end/29478] [4.2/4.3 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2006-10-24 13:51 ` [Bug middle-end/29478] [4.2/4.3 " amylaar at gcc dot gnu dot org
@ 2007-02-09 14:42 ` pinskia at gcc dot gnu dot org
  2007-03-18  9:16 ` tbm at cyrius dot com
                   ` (22 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-09 14:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2007-02-09 14:41 -------
*** Bug 30743 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/29478] [4.2/4.3 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2007-02-09 14:42 ` pinskia at gcc dot gnu dot org
@ 2007-03-18  9:16 ` tbm at cyrius dot com
  2007-05-14 21:28 ` mmitchel at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: tbm at cyrius dot com @ 2007-03-18  9:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from tbm at cyrius dot com  2007-03-18 09:16 -------
This bug hasn't seen any activity in several months.  Any idea who should work
on resolving it?


-- 


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


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

* [Bug middle-end/29478] [4.2/4.3 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2007-03-18  9:16 ` tbm at cyrius dot com
@ 2007-05-14 21:28 ` mmitchel at gcc dot gnu dot org
  2007-06-23  9:39 ` rguenth at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-05-14 21:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from mmitchel at gcc dot gnu dot org  2007-05-14 22:26 -------
Will not be fixed in 4.2.0; retargeting at 4.2.1.


-- 

mmitchel at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/29478] [4.2/4.3 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2007-05-14 21:28 ` mmitchel at gcc dot gnu dot org
@ 2007-06-23  9:39 ` rguenth at gcc dot gnu dot org
  2007-06-23 18:18 ` rguenth at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-06-23  9:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from rguenth at gcc dot gnu dot org  2007-06-23 09:39 -------
Mine, patch posted.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-10-15 15:25:39         |2007-06-23 09:39:37
               date|                            |


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


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

* [Bug middle-end/29478] [4.2/4.3 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2007-06-23  9:39 ` rguenth at gcc dot gnu dot org
@ 2007-06-23 18:18 ` rguenth at gcc dot gnu dot org
  2007-06-23 18:19 ` [Bug middle-end/29478] [4.2 " rguenth at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-06-23 18:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from rguenth at gcc dot gnu dot org  2007-06-23 18:18 -------
Subject: Bug 29478

Author: rguenth
Date: Sat Jun 23 18:17:57 2007
New Revision: 125974

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125974
Log:
2007-06-23  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/16876
        PR middle-end/29478
        * tree.h (CALL_CANNOT_INLINE_P): New macro to access static_flag
        for CALL_EXPRs.
        * tree-inline.c (initialize_inlined_parameters): Do not call
        lang_hooks.tree_inlining.convert_parm_for_inlining.
        * cgraphbuild.c (initialize_inline_failed): Set inline failed
        reason for mismatched types.
        * gimplify.c (gimplify_call_expr): Verify the call expression
        arguments match the called function type signature.  Otherwise
        mark the call expression to be not considered for inlining
        using CALL_CANNOT_INLINE_P flag.
        * ipa-inline.c (cgraph_mark_inline): Honor CALL_CANNOT_INLINE_P on the
        edges call expression.
        (cgraph_decide_inlining_of_small_function): Likewise.
        (cgraph_decide_inlining): Likewise.
        * c-objc-common.h (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
        Remove define.
        * c-tree.h (c_convert_parm_for_inlining): Remove declaration.
        * c-typeck.c (c_convert_parm_for_inlining): Remove.
        * langhooks-def.h (lhd_tree_inlining_convert_parm_for_inlining):
        Remove declaration.
        (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): Remove define.
        * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining):
        Remove.
        * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
        convert_parm_for_inlining member.

        * gcc.dg/pr29254.c: The warning is bogus.
        * gcc.dg/warn-1.c: Likewise.
        * gcc.dg/assign-warn-3.c: Likewise.
        * gcc.dg/noncompile/pr16876.c: The testcase is bogus, remove.

Removed:
    trunk/gcc/testsuite/gcc.dg/noncompile/pr16876.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-objc-common.h
    trunk/gcc/c-tree.h
    trunk/gcc/c-typeck.c
    trunk/gcc/cgraphbuild.c
    trunk/gcc/gimplify.c
    trunk/gcc/ipa-inline.c
    trunk/gcc/langhooks-def.h
    trunk/gcc/langhooks.c
    trunk/gcc/langhooks.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/assign-warn-3.c
    trunk/gcc/testsuite/gcc.dg/pr29254.c
    trunk/gcc/testsuite/gcc.dg/warn-1.c
    trunk/gcc/tree-inline.c
    trunk/gcc/tree.h


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2007-06-23 18:18 ` rguenth at gcc dot gnu dot org
@ 2007-06-23 18:19 ` rguenth at gcc dot gnu dot org
  2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-06-23 18:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from rguenth at gcc dot gnu dot org  2007-06-23 18:18 -------
Fixed on the mainline.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|4.1.1 4.1.2                 |4.1.1 4.1.2 4.3.0
            Summary|[4.2/4.3 Regression]        |[4.2 Regression] optmization
                   |optmization generates       |generates warning for casts
                   |warning for casts           |


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2007-06-23 18:19 ` [Bug middle-end/29478] [4.2 " rguenth at gcc dot gnu dot org
@ 2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
  2007-07-22 19:32 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-20  3:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.1                       |4.2.2


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
@ 2007-07-22 19:32 ` pinskia at gcc dot gnu dot org
  2007-07-26 15:02 ` rguenth at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-22 19:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from pinskia at gcc dot gnu dot org  2007-07-22 19:31 -------
*** Bug 32854 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ch at dot-heine dot de


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


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

* [Bug middle-end/29478] [4.2 Regression] optmization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2007-07-22 19:32 ` pinskia at gcc dot gnu dot org
@ 2007-07-26 15:02 ` rguenth at gcc dot gnu dot org
  2007-08-29 11:47 ` [Bug middle-end/29478] [4.2 Regression] optimization " tbm at cyrius dot com
                   ` (14 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-07-26 15:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from rguenth at gcc dot gnu dot org  2007-07-26 15:02 -------
Unassigning.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2007-07-26 15:02 ` rguenth at gcc dot gnu dot org
@ 2007-08-29 11:47 ` tbm at cyrius dot com
  2007-08-29 12:56 ` rguenth at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: tbm at cyrius dot com @ 2007-08-29 11:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from tbm at cyrius dot com  2007-08-29 11:47 -------
(In reply to comment #17)
> Unassigning.

So you don't intend to fix this for 4.2?  I guess the patch you commited to
trunk
is too big for 4.2 but do you think there's some kind of workaround that could
be applied to 4.2?  This bug is quite annoying.


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (19 preceding siblings ...)
  2007-08-29 11:47 ` [Bug middle-end/29478] [4.2 Regression] optimization " tbm at cyrius dot com
@ 2007-08-29 12:56 ` rguenth at gcc dot gnu dot org
  2007-10-09 19:26 ` mmitchel at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-08-29 12:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from rguenth at gcc dot gnu dot org  2007-08-29 12:55 -------
Fixing of the trunk was a side-effect of some major re-structuring.  This won't
go on the branch for sure, no easy way to fix this another way either.


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (20 preceding siblings ...)
  2007-08-29 12:56 ` rguenth at gcc dot gnu dot org
@ 2007-10-09 19:26 ` mmitchel at gcc dot gnu dot org
  2007-10-22 15:38 ` rguenth at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from mmitchel at gcc dot gnu dot org  2007-10-09 19:21 -------
Change target milestone to 4.2.3, as 4.2.2 has been released.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.2                       |4.2.3


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (21 preceding siblings ...)
  2007-10-09 19:26 ` mmitchel at gcc dot gnu dot org
@ 2007-10-22 15:38 ` rguenth at gcc dot gnu dot org
  2007-11-12 19:47 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-10-22 15:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from rguenth at gcc dot gnu dot org  2007-10-22 15:36 -------
*** Bug 33859 has been marked as a duplicate of this bug. ***


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |terra at gnome dot org


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (22 preceding siblings ...)
  2007-10-22 15:38 ` rguenth at gcc dot gnu dot org
@ 2007-11-12 19:47 ` pinskia at gcc dot gnu dot org
  2007-11-12 20:11 ` alexandre dot nunes at gmail dot com
                   ` (9 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-11-12 19:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from pinskia at gcc dot gnu dot org  2007-11-12 19:47 -------
*** Bug 34076 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexandre dot nunes at gmail
                   |                            |dot com


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (23 preceding siblings ...)
  2007-11-12 19:47 ` pinskia at gcc dot gnu dot org
@ 2007-11-12 20:11 ` alexandre dot nunes at gmail dot com
  2007-11-12 20:19 ` fang at csl dot cornell dot edu
                   ` (8 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: alexandre dot nunes at gmail dot com @ 2007-11-12 20:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from alexandre dot nunes at gmail dot com  2007-11-12 20:11 -------
(In reply to comment #20)
> Change target milestone to 4.2.3, as 4.2.2 has been released.
> 

Does this means it'll get fixed by 4.2.3, or the 4.2.x series will stay bugged
indefinitely?


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (24 preceding siblings ...)
  2007-11-12 20:11 ` alexandre dot nunes at gmail dot com
@ 2007-11-12 20:19 ` fang at csl dot cornell dot edu
  2007-11-12 20:23 ` fang at csl dot cornell dot edu
                   ` (7 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: fang at csl dot cornell dot edu @ 2007-11-12 20:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from fang at csl dot cornell dot edu  2007-11-12 20:19 -------
Subject: Re:  [4.2 Regression] optimization generates
 warning for casts

> ------- Comment #23 from alexandre dot nunes at gmail dot com  2007-11-12 20:11 -------
> (In reply to comment #20)
>> Change target milestone to 4.2.3, as 4.2.2 has been released.
>>
>
> Does this means it'll get fixed by 4.2.3, or the 4.2.x series will stay bugged
> indefinitely?

Just means the current *intent* is to fix by 4.2.3 (or target milestone). 
A nudge might encourage someone to do it sooner on the 4.2 branch before 
the next release (since 4.2.2 was just out recently).


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (25 preceding siblings ...)
  2007-11-12 20:19 ` fang at csl dot cornell dot edu
@ 2007-11-12 20:23 ` fang at csl dot cornell dot edu
  2007-11-12 20:40 ` alexandre dot nunes at gmail dot com
                   ` (6 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: fang at csl dot cornell dot edu @ 2007-11-12 20:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #25 from fang at csl dot cornell dot edu  2007-11-12 20:22 -------
Subject: Re:  [4.2 Regression] optimization generates
 warning for casts

> Just means the current *intent* is to fix by 4.2.3 (or target milestone).
> A nudge might encourage someone to do it sooner on the 4.2 branch before
> the next release (since 4.2.2 was just out recently).

... but the audit trail suggests otherwise.  :S


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (26 preceding siblings ...)
  2007-11-12 20:23 ` fang at csl dot cornell dot edu
@ 2007-11-12 20:40 ` alexandre dot nunes at gmail dot com
  2007-11-12 20:59 ` fang at csl dot cornell dot edu
                   ` (5 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: alexandre dot nunes at gmail dot com @ 2007-11-12 20:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #26 from alexandre dot nunes at gmail dot com  2007-11-12 20:40 -------
(In reply to comment #25)
> 
> ... but the audit trail suggests otherwise.  :S
> 

Ok, now I'm confused :-)


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (27 preceding siblings ...)
  2007-11-12 20:40 ` alexandre dot nunes at gmail dot com
@ 2007-11-12 20:59 ` fang at csl dot cornell dot edu
  2007-11-13  1:15 ` manu at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: fang at csl dot cornell dot edu @ 2007-11-12 20:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #27 from fang at csl dot cornell dot edu  2007-11-12 20:59 -------
Subject: Re:  [4.2 Regression] optimization generates
 warning for casts

> Ok, now I'm confused :-)

Sorry, see comment #19.


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (28 preceding siblings ...)
  2007-11-12 20:59 ` fang at csl dot cornell dot edu
@ 2007-11-13  1:15 ` manu at gcc dot gnu dot org
  2007-11-13 17:35 ` alexandre dot nunes at gmail dot com
                   ` (3 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-11-13  1:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #28 from manu at gcc dot gnu dot org  2007-11-13 01:15 -------
(In reply to comment #26)
> (In reply to comment #25)
> > 
> > ... but the audit trail suggests otherwise.  :S
> > 
> 
> Ok, now I'm confused :-)
> 

Mark does not actually read the full list of messages when changing the target
milestone. I think this should be closed as WONTFIX since there is no easy way
to fix this for 4.2 but it is fixed in 4.3. As a workaround, you should be able
to use -Wno-cast-qual to avoid the warning. 

I don't remember if 4.2 supports -Wno-error=cast-qual. If it does, you can
still get the warning as a warning even when using -Werror.


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (29 preceding siblings ...)
  2007-11-13  1:15 ` manu at gcc dot gnu dot org
@ 2007-11-13 17:35 ` alexandre dot nunes at gmail dot com
  2007-11-13 17:56 ` manu at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  33 siblings, 0 replies; 34+ messages in thread
From: alexandre dot nunes at gmail dot com @ 2007-11-13 17:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #29 from alexandre dot nunes at gmail dot com  2007-11-13 17:35 -------
(In reply to comment #28)
> (In reply to comment #26)
> > (In reply to comment #25)
> [cut]
> 
> Mark does not actually read the full list of messages when changing the target
> milestone. I think this should be closed as WONTFIX since there is no easy way
> to fix this for 4.2 but it is fixed in 4.3. As a workaround, you should be able
> to use -Wno-cast-qual to avoid the warning. 
> 
> I don't remember if 4.2 supports -Wno-error=cast-qual. If it does, you can
> still get the warning as a warning even when using -Werror.
> 

It does, thanks for the tip. I added this to my makefile:

check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null
2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
# Work-around for stupid gcc 4.2 bug
ifneq ($(findstring Werror,$(WARN)),)
        WARN += $(call check_gcc,-Wno-error=cast-qual,)
endif

... now it compiles fine with -Werror both on gcc 4.1 and 4.2.

It would be nice if this bug would get somehow documented on gcc manual or the
main site before gcc 4.2.3 release.


-- 


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (30 preceding siblings ...)
  2007-11-13 17:35 ` alexandre dot nunes at gmail dot com
@ 2007-11-13 17:56 ` manu at gcc dot gnu dot org
  2008-04-25  5:10 ` pinskia at gcc dot gnu dot org
  2009-01-15 23:04 ` sje at cup dot hp dot com
  33 siblings, 0 replies; 34+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-11-13 17:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #30 from manu at gcc dot gnu dot org  2007-11-13 17:55 -------
(In reply to comment #29)
> 
> It would be nice if this bug would get somehow documented on gcc manual or the
> main site before gcc 4.2.3 release.

I agree. But I am not sure how this is typically done (I am too newbie). I
think if you write a patch [*] for http://gcc.gnu.org/gcc-4.2/changes.html (a
new item under Caveats) pointing to http://gcc.gnu.org/PR29478 with you would
like (as an user) to know, that may do. Send it to gcc-patches@gcc.gnu.org

If you have any doubts, ask me. Thanks.

[*] Getting the webpages: http://gcc.gnu.org/cvs.html#wwwdocs
    And a bit more of info: http://gcc.gnu.org/contribute.html#webchanges


-- 

manu at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (31 preceding siblings ...)
  2007-11-13 17:56 ` manu at gcc dot gnu dot org
@ 2008-04-25  5:10 ` pinskia at gcc dot gnu dot org
  2009-01-15 23:04 ` sje at cup dot hp dot com
  33 siblings, 0 replies; 34+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-25  5:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #31 from pinskia at gcc dot gnu dot org  2008-04-25 05:09 -------
*** Bug 36042 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nenad at intrepid dot com


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


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

* [Bug middle-end/29478] [4.2 Regression] optimization generates warning for casts
       [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
                   ` (32 preceding siblings ...)
  2008-04-25  5:10 ` pinskia at gcc dot gnu dot org
@ 2009-01-15 23:04 ` sje at cup dot hp dot com
  33 siblings, 0 replies; 34+ messages in thread
From: sje at cup dot hp dot com @ 2009-01-15 23:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #32 from sje at cup dot hp dot com  2009-01-15 23:03 -------
*** Bug 30183 has been marked as a duplicate of this bug. ***


-- 

sje at cup dot hp dot com changed:

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


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


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

end of thread, other threads:[~2009-01-15 23:04 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-29478-11533@http.gcc.gnu.org/bugzilla/>
2006-10-15 15:25 ` [Bug c/29478] [4.2 Regression] optmization generates warning for casts pinskia at gcc dot gnu dot org
2006-10-15 15:41 ` [Bug middle-end/29478] " pinskia at gcc dot gnu dot org
2006-10-15 21:29 ` mmitchel at gcc dot gnu dot org
2006-10-16 13:37 ` rguenth at gcc dot gnu dot org
2006-10-16 13:46 ` rguenth at gcc dot gnu dot org
2006-10-16 16:06 ` rguenth at gcc dot gnu dot org
2006-10-16 19:22 ` janis at gcc dot gnu dot org
2006-10-23 17:30 ` amylaar at gcc dot gnu dot org
2006-10-23 21:37 ` pinskia at gmail dot com
2006-10-24 13:51 ` [Bug middle-end/29478] [4.2/4.3 " amylaar at gcc dot gnu dot org
2007-02-09 14:42 ` pinskia at gcc dot gnu dot org
2007-03-18  9:16 ` tbm at cyrius dot com
2007-05-14 21:28 ` mmitchel at gcc dot gnu dot org
2007-06-23  9:39 ` rguenth at gcc dot gnu dot org
2007-06-23 18:18 ` rguenth at gcc dot gnu dot org
2007-06-23 18:19 ` [Bug middle-end/29478] [4.2 " rguenth at gcc dot gnu dot org
2007-07-20  3:49 ` mmitchel at gcc dot gnu dot org
2007-07-22 19:32 ` pinskia at gcc dot gnu dot org
2007-07-26 15:02 ` rguenth at gcc dot gnu dot org
2007-08-29 11:47 ` [Bug middle-end/29478] [4.2 Regression] optimization " tbm at cyrius dot com
2007-08-29 12:56 ` rguenth at gcc dot gnu dot org
2007-10-09 19:26 ` mmitchel at gcc dot gnu dot org
2007-10-22 15:38 ` rguenth at gcc dot gnu dot org
2007-11-12 19:47 ` pinskia at gcc dot gnu dot org
2007-11-12 20:11 ` alexandre dot nunes at gmail dot com
2007-11-12 20:19 ` fang at csl dot cornell dot edu
2007-11-12 20:23 ` fang at csl dot cornell dot edu
2007-11-12 20:40 ` alexandre dot nunes at gmail dot com
2007-11-12 20:59 ` fang at csl dot cornell dot edu
2007-11-13  1:15 ` manu at gcc dot gnu dot org
2007-11-13 17:35 ` alexandre dot nunes at gmail dot com
2007-11-13 17:56 ` manu at gcc dot gnu dot org
2008-04-25  5:10 ` pinskia at gcc dot gnu dot org
2009-01-15 23:04 ` sje at cup dot hp dot com

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).