public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/40154] [4.4/4.5/4.6 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-01 12:03 ` jakub at gcc dot gnu.org
  2011-04-16 11:00 ` [Bug middle-end/40154] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-10-01 12:03 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.5                       |4.4.6


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

* [Bug middle-end/40154] [4.4/4.5/4.6/4.7 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 12:03 ` [Bug middle-end/40154] [4.4/4.5/4.6 Regression] internal compiler error: in do_SUBST, at combine.c:681 jakub at gcc dot gnu.org
@ 2011-04-16 11:00 ` jakub at gcc dot gnu.org
  2011-11-07 22:41 ` amylaar at gcc dot gnu.org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16 11:00 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.6                       |4.4.7


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

* [Bug middle-end/40154] [4.4/4.5/4.6/4.7 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 12:03 ` [Bug middle-end/40154] [4.4/4.5/4.6 Regression] internal compiler error: in do_SUBST, at combine.c:681 jakub at gcc dot gnu.org
  2011-04-16 11:00 ` [Bug middle-end/40154] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
@ 2011-11-07 22:41 ` amylaar at gcc dot gnu.org
  2011-11-08  0:33 ` amylaar at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: amylaar at gcc dot gnu.org @ 2011-11-07 22:41 UTC (permalink / raw)
  To: gcc-bugs

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

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amylaar at gcc dot gnu.org
      Known to fail|                            |

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2011-11-07 22:37:22 UTC ---
I see a similar problem on epiphany-elf in three libstdc++-v3 tests.
FAIL: tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc
(test for excess errors)
FAIL: tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile.cc
(test for excess errors)
FAIL: tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile_2.cc
(test for excess errors)

expand_absneg_bit sets a REG_EQUAL note in SFmode on an instruction that
sets an SImode subreg of an SFmode pseudo.
At register allocation time, this has morphed into an SImode register that
has an SFmode reg_equiv value.  Reload tried to compute the SFmode
equivalent of the constant, which it assumes should have the same mode
as the pseudo register, i.e. SImode.  So it uses the wrong mode when it
calls simplify_gen_subreg, which then aborts:

Starting program: /home/amylaar/epiphany/bld-epiphany-20111107/gcc/cc1plus
-fpreprocessed check_nan.ii -quiet -dumpbase check_nan.cc -auxbase check_nan -g
-g -g -O2 -O2 -O2 -version -fmessage-length=0 -ffunction-sections
-fdata-sections -o check_nan.s
warning: Could not load shared library symbols for linux-vdso64.so.1.
Do you need "set solib-search-path" or "set sysroot"?
GNU C++ (GCC) version 4.7.0 20111107 (experimental) (epiphany-elf)
        compiled by GNU C version 4.6.1 20111003 (Red Hat 4.6.1-10), GMP
version 4.3.2, MPFR version 3.0.0, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C++ (GCC) version 4.7.0 20111107 (experimental) (epiphany-elf)
        compiled by GNU C version 4.6.1 20111003 (Red Hat 4.6.1-10), GMP
version 4.3.2, MPFR version 3.0.0, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 0f8de98d0e7bcafd1b7bc2585fb69db8

Breakpoint 1, fancy_abort (file=0x11434c18 "../../srcw/gcc/simplify-rtx.c", 
    line=5424, function=0x11434d38 "simplify_subreg")
    at ../../srcw/gcc/diagnostic.c:899
899       internal_error ("in %s, at %s:%d", function, trim_filename (file),
line);
Missing separate debuginfos, use: debuginfo-install
cloog-ppl-0.15.9-3.fc15.ppc64 gmp-4.3.2-4.fc16.ppc64 libmpc-0.9-1.fc16.ppc64
mpfr-3.0.0-4.fc15.ppc64 ppl-0.11.2-2.fc16.ppc64 ppl-pwl-0.11.2-2.fc16.ppc64
(gdb) frame 3
#3  0x0000000010a75a20 in find_reloads_toplev (x=0xfffa968dba8, opnum=3, 
    type=RELOAD_FOR_INPUT_ADDRESS, ind_levels=0, is_set_dest=0, 
    insn=0xfffa95e46e0, address_reloaded=0xfffffffd394)
    at ../../srcw/gcc/reload.c:4727
4727                simplify_gen_subreg (GET_MODE (x), reg_equiv_constant
(regno),
(gdb) p  (VEC_reg_equivs_t_base_index(((reg_equivs) ? &(reg_equivs)->base :
0),(regno) ,"../../srcw/gcc/reload.c",4724,__FUNCTION__))->constant
$1 = (rtx) 0xfffa9531c70
(gdb) call debug_rtx($1)
(const_double:SF -1.0e+0 [-0x0.8p+1])
(gdb) call debug_rtx(x)
(subreg:SF (reg:SI 555) 0)
(gdb) frame 4
#4  0x0000000010a6b658 in find_reloads (insn=0xfffa95e46e0, replace=0, 
    ind_levels=0, live_known=1, reload_reg_p=0x11605278)
    at ../../srcw/gcc/reload.c:2847
2847              rtx op
(gdb) call debug_rtx(insn)
(insn 512 934 513 31 (parallel [
            (set (reg:SF 0 r0 [496])
                (fma:SF (reg/v:SF 5 r5 [orig:192 __b ] [192])
                    (reg/v:SF 9 r9 [orig:195 __d ] [195])
                    (subreg:SF (reg:SI 555) 0)))
            (clobber (reg:CC_FP 67 cc2))
            (use (reg:SI 74 fp_near))
            (clobber (reg:SI 75 fp_trunc))
        ])
/home/amylaar/epiphany/bld-epiphany-20111107/epiphany-elf/libstdc++-v3/include/tr1/modified_bessel_func.tcc:216
23 {*fmadd}
     (expr_list:REG_UNUSED (reg:SI 75 fp_trunc)
        (expr_list:REG_UNUSED (reg:CC_FP 67 cc2)
            (nil))))
(gdb) frame 3
#3  0x0000000010a75a20 in find_reloads_toplev (x=0xfffa968dba8, opnum=3, 
    type=RELOAD_FOR_INPUT_ADDRESS, ind_levels=0, is_set_dest=0, 
    insn=0xfffa95e46e0, address_reloaded=0xfffffffd394)
    at ../../srcw/gcc/reload.c:4727
4727                simplify_gen_subreg (GET_MODE (x), reg_equiv_constant
(regno),
(gdb) p  (VEC_reg_equivs_t_base_index(((reg_equivs) ? &(reg_equivs)->base :
0),(regno) ,"../../srcw/gcc/reload.c",4724,__FUNCTION__))
$2 = (reg_equivs_t *) 0xfffb1747970
(gdb) p *$2
$3 = {constant = 0xfffa9531c70, invariant = 0x0, memory_loc = 0x0, 
  address = 0x0, mem = 0x0, alt_mem_list = 0x0, init = 0xfffa73653a0}
(gdb) call debug_rtx($3->init)
(insn_list:REG_DEP_TRUE 511 (nil))
(gdb) break make_insn_raw
Breakpoint 5 at 0x1058b730: file ../../srcw/gcc/emit-rtl.c, line 3679.
(gdb) cond 5 x_rtl->emit->x_cur_insn_uid == 511
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y

Starting program: /home/amylaar/epiphany/bld-epiphany-20111107/gcc/cc1plus
-fpreprocessed check_nan.ii -quiet -dumpbase check_nan.cc -auxbase check_nan -g
-g -g -O2 -O2 -O2 -version -fmessage-length=0 -ffunction-sections
-fdata-sections -o check_nan.s
warning: Could not load shared library symbols for linux-vdso64.so.1.
Do you need "set solib-search-path" or "set sysroot"?
GNU C++ (GCC) version 4.7.0 20111107 (experimental) (epiphany-elf)
        compiled by GNU C version 4.6.1 20111003 (Red Hat 4.6.1-10), GMP
version 4.3.2, MPFR version 3.0.0, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C++ (GCC) version 4.7.0 20111107 (experimental) (epiphany-elf)
        compiled by GNU C version 4.6.1 20111003 (Red Hat 4.6.1-10), GMP
version 4.3.2, MPFR version 3.0.0, MPC version 0.9
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 0f8de98d0e7bcafd1b7bc2585fb69db8

Breakpoint 5, make_insn_raw (pattern=0xfffa9580160)
    at ../../srcw/gcc/emit-rtl.c:3679
3679      insn = rtx_alloc (INSN);
(gdb) finish
Run till exit from #0  make_insn_raw (pattern=0xfffa9580160)
    at ../../srcw/gcc/emit-rtl.c:3679
0x000000001058e928 in emit_insn (x=0xfffa9580160)
    at ../../srcw/gcc/emit-rtl.c:4689
4689          last = make_insn_raw (x);
Value returned is $4 = (struct rtx_def *) 0xfffa95e45c0
(gdb) 
Run till exit from #0  0x000000001058e928 in emit_insn (x=0xfffa9580160)
    at ../../srcw/gcc/emit-rtl.c:4689
0x00000000109b85f0 in expand_binop_directly (mode=SImode, binoptab=0x11599868, 
    op0=0xfffa9589900, op1=0xfffaf7d6750, target=0xfffa9459720, unsignedp=1, 
    methods=OPTAB_LIB_WIDEN, last=0xfffa95e44a0)
    at ../../srcw/gcc/optabs.c:1469
1469          emit_insn (pat);
Value returned is $5 = (struct rtx_def *) 0xfffa95e45c0
(gdb) call debug_rtx($5)
(insn 511 510 0 (parallel [
            (set (subreg:SI (reg:SF 493) 0)
                (xor:SI (reg:SI 494)
                    (reg:SI 495)))
            (clobber (reg:CC 66 cc1))
        ])
/home/amylaar/epiphany/bld-epiphany-20111107/epiphany-elf/libstdc++-v3/include/tr1/modified_bessel_func.tcc:81
-1
     (nil))
(gdb) finish
Run till exit from #0  0x00000000109b85f0 in expand_binop_directly (
    mode=SImode, binoptab=0x11599868, op0=0xfffa9589900, op1=0xfffaf7d6750, 
    target=0xfffa9459720, unsignedp=1, methods=OPTAB_LIB_WIDEN, 
    last=0xfffa95e44a0) at ../../srcw/gcc/optabs.c:1469
0x00000000109b87c8 in expand_binop (mode=SImode, binoptab=0x11599868, 
    op0=0xfffa9589900, op1=0xfffaf7d6750, target=0xfffa9459720, unsignedp=1, 
    methods=OPTAB_LIB_WIDEN) at ../../srcw/gcc/optabs.c:1522
1522          temp = expand_binop_directly (mode, binoptab, op0, op1, target,
Value returned is $6 = (struct rtx_def *) 0xfffa9459720
(gdb) 
Run till exit from #0  0x00000000109b87c8 in expand_binop (mode=SImode, 
    binoptab=0x11599868, op0=0xfffa9589900, op1=0xfffaf7d6750, 
    target=0xfffa9459720, unsignedp=1, methods=OPTAB_LIB_WIDEN)
    at ../../srcw/gcc/optabs.c:1522
0x00000000109bdac0 in expand_absneg_bit (code=NEG, mode=SFmode, 
    op0=0xfffaf7f00c8, target=0xfffab489360) at ../../srcw/gcc/optabs.c:2963
2963          temp = expand_binop (imode, code == ABS ? and_optab : xor_optab,
Value returned is $7 = (struct rtx_def *) 0xfffa9459720
(gdb) call debug_rtx($5)
(insn 511 510 0 (parallel [
            (set (subreg:SI (reg:SF 493) 0)
                (xor:SI (reg:SI 494)
                    (reg:SI 495)))
            (clobber (reg:CC 66 cc1))
        ])
/home/amylaar/epiphany/bld-epiphany-20111107/epiphany-elf/libstdc++-v3/include/tr1/modified_bessel_func.tcc:81
-1
     (nil))
(gdb) finish
Run till exit from #0  0x00000000109bdac0 in expand_absneg_bit (code=NEG, 
    mode=SFmode, op0=0xfffaf7f00c8, target=0xfffab489360)
    at ../../srcw/gcc/optabs.c:2963
0x00000000109be4f4 in expand_unop (mode=SFmode, unoptab=0x1159b0a0, 
    op0=0xfffaf7f00c8, target=0x0, unsignedp=0) at ../../srcw/gcc/optabs.c:3158
3158              temp = expand_absneg_bit (NEG, mode, op0, target);
Value returned is $8 = (struct rtx_def *) 0xfffab489360
(gdb) call debug_rtx($5)
(insn 511 510 0 (parallel [
            (set (subreg:SI (reg:SF 493) 0)
                (xor:SI (reg:SI 494)
                    (reg:SI 495)))
            (clobber (reg:CC 66 cc1))
        ])
/home/amylaar/epiphany/bld-epiphany-20111107/epiphany-elf/libstdc++-v3/include/tr1/modified_bessel_func.tcc:81
-1
     (expr_list:REG_EQUAL (neg:SF (const_double:SF 1.0e+0 [0x0.8p+1]))
        (nil)))


We should either have a no-op move in the original mode to tag the note onto,
or change the mode of the note's value to match the actual SET_DEST.


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

* [Bug middle-end/40154] [4.4/4.5/4.6/4.7 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-11-07 22:41 ` amylaar at gcc dot gnu.org
@ 2011-11-08  0:33 ` amylaar at gcc dot gnu.org
  2011-12-07 10:18 ` amylaar at gcc dot gnu.org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: amylaar at gcc dot gnu.org @ 2011-11-08  0:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2011-11-08 00:29:17 UTC ---
Patch is here:
http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01106.html


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

* [Bug middle-end/40154] [4.4/4.5/4.6/4.7 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-11-08  0:33 ` amylaar at gcc dot gnu.org
@ 2011-12-07 10:18 ` amylaar at gcc dot gnu.org
  2011-12-07 14:14 ` amylaar at gcc dot gnu.org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: amylaar at gcc dot gnu.org @ 2011-12-07 10:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2011-12-07 10:17:53 UTC ---
Actually, it is not enough to ensure that the mode matches; we must ensure
that the SET_DEST of the insn we attach the note to is set to the value.


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

* [Bug middle-end/40154] [4.4/4.5/4.6/4.7 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-12-07 10:18 ` amylaar at gcc dot gnu.org
@ 2011-12-07 14:14 ` amylaar at gcc dot gnu.org
  2011-12-09 13:02 ` amylaar at gcc dot gnu.org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: amylaar at gcc dot gnu.org @ 2011-12-07 14:14 UTC (permalink / raw)
  To: gcc-bugs

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

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #6 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2011-12-07 14:13:15 UTC ---
(In reply to comment #5)
> Actually, it is not enough to ensure that the mode matches; we must ensure
> that the SET_DEST of the insn we attach the note to is set to the value.

A patch that takes this into account is posted here:
http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00490.html


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

* [Bug middle-end/40154] [4.4/4.5/4.6/4.7 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2011-12-07 14:14 ` amylaar at gcc dot gnu.org
@ 2011-12-09 13:02 ` amylaar at gcc dot gnu.org
  2012-03-13 15:29 ` [Bug middle-end/40154] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: amylaar at gcc dot gnu.org @ 2011-12-09 13:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2011-12-09 12:57:28 UTC ---
Author: amylaar
Date: Fri Dec  9 12:57:24 2011
New Revision: 182162

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182162
Log:
        PR middle-end/40154
        * emit-rtl.c (set_dst_reg_note): New function.
        * rtl.h (set_dst_reg_note): Declare.
        * optabs.c (expand_binop, expand_absneg_bit): Use set_dst_reg_note.
        (emit_libcall_block, expand_fix): Likewise.
        * function.c (assign_parm_setup_reg, expand_function_start): Likewise.
        * expmed.c (expand_mult_const, expand_divmod): Likewise.
        * reload1.c (gen_reload): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/emit-rtl.c
    trunk/gcc/expmed.c
    trunk/gcc/function.c
    trunk/gcc/optabs.c
    trunk/gcc/reload1.c
    trunk/gcc/rtl.h


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

* [Bug middle-end/40154] [4.5/4.6/4.7/4.8 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2011-12-09 13:02 ` amylaar at gcc dot gnu.org
@ 2012-03-13 15:29 ` jakub at gcc dot gnu.org
  2012-07-02 13:29 ` [Bug middle-end/40154] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 15:29 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.7                       |4.5.4

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 12:47:51 UTC ---
4.4 branch is being closed, moving to 4.5.4 target.


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

* [Bug middle-end/40154] [4.6/4.7/4.8 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2012-03-13 15:29 ` [Bug middle-end/40154] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
@ 2012-07-02 13:29 ` rguenth at gcc dot gnu.org
  2013-04-12 15:18 ` [Bug middle-end/40154] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
  2014-01-25  6:21 ` law at redhat dot com
  10 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:29 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.4                       |4.6.4


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

* [Bug middle-end/40154] [4.7/4.8/4.9 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2012-07-02 13:29 ` [Bug middle-end/40154] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
@ 2013-04-12 15:18 ` jakub at gcc dot gnu.org
  2014-01-25  6:21 ` law at redhat dot com
  10 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-04-12 15:18 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.6.4                       |4.7.4

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-12 15:16:59 UTC ---
GCC 4.6.4 has been released and the branch has been closed.


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

* [Bug middle-end/40154] [4.7/4.8/4.9 Regression] internal compiler error: in do_SUBST, at combine.c:681
       [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2013-04-12 15:18 ` [Bug middle-end/40154] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2014-01-25  6:21 ` law at redhat dot com
  10 siblings, 0 replies; 11+ messages in thread
From: law at redhat dot com @ 2014-01-25  6:21 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |law at redhat dot com
         Resolution|---                         |FIXED

--- Comment #10 from Jeffrey A. Law <law at redhat dot com> ---
Fixed eons ago AFAICT.


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

end of thread, other threads:[~2014-01-25  6:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40154-4@http.gcc.gnu.org/bugzilla/>
2010-10-01 12:03 ` [Bug middle-end/40154] [4.4/4.5/4.6 Regression] internal compiler error: in do_SUBST, at combine.c:681 jakub at gcc dot gnu.org
2011-04-16 11:00 ` [Bug middle-end/40154] [4.4/4.5/4.6/4.7 " jakub at gcc dot gnu.org
2011-11-07 22:41 ` amylaar at gcc dot gnu.org
2011-11-08  0:33 ` amylaar at gcc dot gnu.org
2011-12-07 10:18 ` amylaar at gcc dot gnu.org
2011-12-07 14:14 ` amylaar at gcc dot gnu.org
2011-12-09 13:02 ` amylaar at gcc dot gnu.org
2012-03-13 15:29 ` [Bug middle-end/40154] [4.5/4.6/4.7/4.8 " jakub at gcc dot gnu.org
2012-07-02 13:29 ` [Bug middle-end/40154] [4.6/4.7/4.8 " rguenth at gcc dot gnu.org
2013-04-12 15:18 ` [Bug middle-end/40154] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-01-25  6:21 ` law at redhat 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).