public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
@ 2005-10-05 12:00 ` pinskia at gcc dot gnu dot org
  2005-10-30 22:44 ` mmitchel at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-05 12:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2005-10-05 11:59 -------
*** Bug 24210 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org


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


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

* [Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
  2005-10-05 12:00 ` [Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart pinskia at gcc dot gnu dot org
@ 2005-10-30 22:44 ` mmitchel at gcc dot gnu dot org
  2005-11-20 20:29 ` rth at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-10-30 22:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mmitchel at gcc dot gnu dot org  2005-10-30 22:44 -------
P2 is the right setting for this bug; it's popping up often enough to make it
worth fixing.  Disabling the inlining in the case that the argument type
doesn't match (closely enough) the parameter type seems reasonable to me, even
without introducing a subsequent runtime abort.  That would be equivalent to
the behavior if the function called appeared in a different translation unit.


-- 


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


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

* [Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
  2005-10-05 12:00 ` [Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart pinskia at gcc dot gnu dot org
  2005-10-30 22:44 ` mmitchel at gcc dot gnu dot org
@ 2005-11-20 20:29 ` rth at gcc dot gnu dot org
  2005-12-18 17:15 ` [Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 " steven at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-11-20 20:29 UTC (permalink / raw)
  To: gcc-bugs



-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-09-07 19:07:48         |2005-11-20 20:28:58
               date|                            |


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


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

* [Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 Regression] ICE on testcase with -O3 in gen_lowpart
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-11-20 20:29 ` rth at gcc dot gnu dot org
@ 2005-12-18 17:15 ` steven at gcc dot gnu dot org
  2006-02-24  0:25 ` [Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 Regression] ICE on testcase with -O3 in gen_lowpart and fold-const mmitchel at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-12-18 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from steven at gcc dot gnu dot org  2005-12-18 17:15 -------
rth assigned this to himself:
http://gcc.gnu.org/ml/gcc-bugs/2005-11/msg02843.html

A progress report would be nice ;-)


-- 


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


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

* [Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 Regression] ICE on testcase with -O3 in gen_lowpart and fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-12-18 17:15 ` [Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 " steven at gcc dot gnu dot org
@ 2006-02-24  0:25 ` mmitchel at gcc dot gnu dot org
  2006-05-25  2:33 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-24  0:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 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=16876


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in gen_lowpart and fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2006-02-24  0:25 ` [Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 Regression] ICE on testcase with -O3 in gen_lowpart and fold-const mmitchel at gcc dot gnu dot org
@ 2006-05-25  2:33 ` mmitchel at gcc dot gnu dot org
  2006-06-05 10:44 ` steven at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from mmitchel at gcc dot gnu dot org  2006-05-25 02:31 -------
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=16876


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in gen_lowpart and fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2006-05-25  2:33 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
@ 2006-06-05 10:44 ` steven at gcc dot gnu dot org
  2006-06-05 10:49 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const steven at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: steven at gcc dot gnu dot org @ 2006-06-05 10:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from steven at gcc dot gnu dot org  2006-06-05 10:41 -------
Unassigning rth, since he's obviously not actually interested in fixing this.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
         AssignedTo|rth 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=16876


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2006-06-05 10:44 ` steven at gcc dot gnu dot org
@ 2006-06-05 10:49 ` steven at gcc dot gnu dot org
  2006-08-24 19:13 ` amylaar at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: steven at gcc dot gnu dot org @ 2006-06-05 10:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from steven at gcc dot gnu dot org  2006-06-05 10:44 -------
The failures in 3.4 and later are in fold_const, so the gen_lowpart problem is
now avoided by, well, ICEing earlier :)


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1/4.2 Regression] ICE|[4.0/4.1/4.2 Regression] ICE
                   |on testcase with -O3 in     |on testcase with -O3 in
                   |gen_lowpart and fold-const  |fold-const


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


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2006-06-05 10:49 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const steven at gcc dot gnu dot org
@ 2006-08-24 19:13 ` amylaar at gcc dot gnu dot org
  2006-08-25 18:52 ` amylaar at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2006-08-24 19:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from amylaar at gcc dot gnu dot org  2006-08-24 19:13 -------
Created an attachment (id=12130)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12130&action=view)
patch

I think this should do the trick.


-- 


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


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2006-08-24 19:13 ` amylaar at gcc dot gnu dot org
@ 2006-08-25 18:52 ` amylaar at gcc dot gnu dot org
  2006-10-18  9:26 ` [Bug tree-optimization/16876] [4.0/4.1 " rguenth at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2006-08-25 18:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from amylaar at gcc dot gnu dot org  2006-08-25 18:52 -------
Subject: Bug 16876

Author: amylaar
Date: Fri Aug 25 18:51:57 2006
New Revision: 116424

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116424
Log:
gcc:
        PR tree-optimization/16876
        * c-typeck.c (c_convert_parm_for_inlining): Don't take early
        exit if PARM doesn't match VALUE.

testsuite:
        gcc.dg/noncompile/pr16876.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/noncompile/pr16876.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-typeck.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug tree-optimization/16876] [4.0/4.1 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2006-08-25 18:52 ` amylaar at gcc dot gnu dot org
@ 2006-10-18  9:26 ` rguenth at gcc dot gnu dot org
  2006-10-18 18:56 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-10-18  9:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from rguenth at gcc dot gnu dot org  2006-10-18 09:26 -------
A backport of the patch bootstraps & regtests ok on the 4.1 branch, but I'm
unsure we want the side-effects of the rejects-valid, because this is valid
code according to jsm (only undefined at runtime).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-invalid-code         |ice-on-valid-code


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


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

* [Bug tree-optimization/16876] [4.0/4.1 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2006-10-18  9:26 ` [Bug tree-optimization/16876] [4.0/4.1 " rguenth at gcc dot gnu dot org
@ 2006-10-18 18:56 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:08 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-18 18:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from pinskia at gcc dot gnu dot org  2006-10-18 18:56 -------
(In reply to comment #17)
> A backport of the patch bootstraps & regtests ok on the 4.1 branch.
Except it introduces PR 29478.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |29478
              nThis|                            |


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


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

* [Bug tree-optimization/16876] [4.0/4.1 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2006-10-18 18:56 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:08 ` mmitchel at gcc dot gnu dot org
  2007-06-23 18:18 ` rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:08 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=16876


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

* [Bug tree-optimization/16876] [4.0/4.1 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2007-02-14  9:08 ` mmitchel at gcc dot gnu dot org
@ 2007-06-23 18:18 ` rguenth at gcc dot gnu dot org
  2007-07-03  0:10 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 " reichelt at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-06-23 18:18 UTC (permalink / raw)
  To: gcc-bugs



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

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=16876


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2007-06-23 18:18 ` rguenth at gcc dot gnu dot org
@ 2007-07-03  0:10 ` reichelt at gcc dot gnu dot org
  2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2007-07-03  0:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from reichelt at gcc dot gnu dot org  2007-07-03 00:10 -------
As the code is deemed valid, we still have a rejects-valid bug on the 4.2
branch.


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1 Regression] ICE on |[4.0/4.1/4.2 Regression] ICE
                   |testcase with -O3 in fold-  |on testcase with -O3 in
                   |const                       |fold-const
   Target Milestone|4.1.3                       |4.2.1


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


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2007-07-03  0:10 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 " reichelt at gcc dot gnu dot org
@ 2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
  2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-20  3:50 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=16876


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
@ 2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
  2008-02-01 16:53 ` jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from mmitchel at gcc dot gnu dot org  2007-10-09 19:20 -------
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=16876


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

* [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
@ 2008-02-01 16:53 ` jsm28 at gcc dot gnu dot org
  2008-05-19 20:24 ` [Bug tree-optimization/16876] [4.1/4.2 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-02-01 16:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from jsm28 at gcc dot gnu dot org  2008-02-01 16:52 -------
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.


-- 

jsm28 at gcc dot gnu dot org changed:

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


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


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

* [Bug tree-optimization/16876] [4.1/4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2008-02-01 16:53 ` jsm28 at gcc dot gnu dot org
@ 2008-05-19 20:24 ` jsm28 at gcc dot gnu dot org
  2008-07-04 22:45 ` [Bug tree-optimization/16876] [4.2 " jsm28 at gcc dot gnu dot org
  2009-03-30 15:37 ` jsm28 at gcc dot gnu dot org
  20 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from jsm28 at gcc dot gnu dot org  2008-05-19 20:22 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug tree-optimization/16876] [4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2008-05-19 20:24 ` [Bug tree-optimization/16876] [4.1/4.2 " jsm28 at gcc dot gnu dot org
@ 2008-07-04 22:45 ` jsm28 at gcc dot gnu dot org
  2009-03-30 15:37 ` jsm28 at gcc dot gnu dot org
  20 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 22:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from jsm28 at gcc dot gnu dot org  2008-07-04 22:44 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2 Regression] ICE on |[4.2 Regression] ICE on
                   |testcase with -O3 in fold-  |testcase with -O3 in fold-
                   |const                       |const


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


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

* [Bug tree-optimization/16876] [4.2 Regression] ICE on testcase with -O3 in fold-const
       [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
                   ` (19 preceding siblings ...)
  2008-07-04 22:45 ` [Bug tree-optimization/16876] [4.2 " jsm28 at gcc dot gnu dot org
@ 2009-03-30 15:37 ` jsm28 at gcc dot gnu dot org
  20 siblings, 0 replies; 21+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-30 15:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #25 from jsm28 at gcc dot gnu dot org  2009-03-30 15:37 -------
Closing 4.2 branch.  Original bug was fixed for 4.2.0, rejects-valid
for 4.3.0.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.2.5                       |4.3.0


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


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

end of thread, other threads:[~2009-03-30 15:37 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16876-3760@http.gcc.gnu.org/bugzilla/>
2005-10-05 12:00 ` [Bug tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart pinskia at gcc dot gnu dot org
2005-10-30 22:44 ` mmitchel at gcc dot gnu dot org
2005-11-20 20:29 ` rth at gcc dot gnu dot org
2005-12-18 17:15 ` [Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 " steven at gcc dot gnu dot org
2006-02-24  0:25 ` [Bug tree-optimization/16876] [3.4/4.0/4.1/4.2 Regression] ICE on testcase with -O3 in gen_lowpart and fold-const mmitchel at gcc dot gnu dot org
2006-05-25  2:33 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-06-05 10:44 ` steven at gcc dot gnu dot org
2006-06-05 10:49 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 Regression] ICE on testcase with -O3 in fold-const steven at gcc dot gnu dot org
2006-08-24 19:13 ` amylaar at gcc dot gnu dot org
2006-08-25 18:52 ` amylaar at gcc dot gnu dot org
2006-10-18  9:26 ` [Bug tree-optimization/16876] [4.0/4.1 " rguenth at gcc dot gnu dot org
2006-10-18 18:56 ` pinskia at gcc dot gnu dot org
2007-02-14  9:08 ` mmitchel at gcc dot gnu dot org
2007-06-23 18:18 ` rguenth at gcc dot gnu dot org
2007-07-03  0:10 ` [Bug tree-optimization/16876] [4.0/4.1/4.2 " reichelt at gcc dot gnu dot org
2007-07-20  3:50 ` mmitchel at gcc dot gnu dot org
2007-10-09 19:30 ` mmitchel at gcc dot gnu dot org
2008-02-01 16:53 ` jsm28 at gcc dot gnu dot org
2008-05-19 20:24 ` [Bug tree-optimization/16876] [4.1/4.2 " jsm28 at gcc dot gnu dot org
2008-07-04 22:45 ` [Bug tree-optimization/16876] [4.2 " jsm28 at gcc dot gnu dot org
2009-03-30 15:37 ` jsm28 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).