public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
@ 2013-05-03  4:16 wschmidt at gcc dot gnu.org
  2013-05-03  8:48 ` [Bug bootstrap/57154] " rguenth at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2013-05-03  4:16 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 57154
           Summary: [4.9 Regression] Bootstrap broken for
                    powerpc64-unknown-linux-gnu
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: wschmidt@gcc.gnu.org
                CC: bergner@gcc.gnu.org, meissner@gcc.gnu.org,
                    pthaugen@gcc.gnu.org, tejohnson@gcc.gnu.org
              Host: powerpc*-*-*
            Target: powerpc*-*-*
             Build: powerpc*-*-*


Bootstrap has been broken for PowerPC Linux since r198532:

2013-05-02  Teresa Johnson  <tejohnson@google.com>

    * loop-unswitch.c (unswitch_loop): Use helper routines with rounding
    divides.
    * cfg.c (update_bb_profile_for_threading): Ditto.
    * tree-inline.c (copy_bb): Ditto.
    (copy_edges_for_bb): Ditto.
    (initialize_cfun): Ditto.
    (copy_cfg_body): Ditto.
    (expand_call_inline): Ditto.
    * ipa-inline-analysis.c (estimate_edge_size_and_time): Ditto.
    (estimate_node_size_and_time): Ditto.
    (inline_merge_summary): Ditto.
    * cgraphclones.c (cgraph_clone_edge): Ditto.
    (cgraph_clone_node): Ditto.
    * sched-rgn.c (compute_dom_prob_ps): Ditto.
    (compute_trg_info): Ditto.

Configuration information:

  $ /home/wschmidt/gcc/gcc-mainline-base/configure --target=powerpc64-linux
--host=powerpc64-linux --build=powerpc64-linux --enable-threads=posix
--enable-shared --enable-__cxa_atexit
--enable-languages=c,c++,fortran,objc,obj-c++ --enable-secureplt
--enable-checking=yes --with-gmp=/home/wschmidt/gcc-libs/gcc-host-libs
--with-mpfr=/home/wschmidt/gcc-libs/gcc-host-libs
--with-mpc=/home/wschmidt/gcc-libs/gcc-host-libs-ppc64
--with-libelf=/home/wschmidt/gcc-libs/gcc-host-libs
--with-ppl=/home/wschmidt/gcc-libs/gcc-host-libs
--with-cloog=/home/wschmidt/gcc-libs/gcc-host-libs --with-long-double-128
--enable-decimal-float --disable-alsa
--prefix=/home/wschmidt/gcc/install/gcc-mainline-base --enable-lto
--with-plugin-ld=/home/meissner/tools-binutils/ppc64/bin/ld
--with-host-libstdcxx=-Wl,-Bstatic,-L/home/wschmidt/gcc-libs/gcc-host-libs/lib,-lstdc++,-Bdynamic,-lm

Failure details during stage2:

/home/wschmidt/gcc/gcc-mainline-base/gcc/cse.c: In function ‘void
remove_invalid_refs(unsigned int)’:
/home/wschmidt/gcc/gcc-mainline-base/gcc/cse.c:2005:1: internal compiler error:
in check_probability, at basic-block.h:941
 }
 ^
0x10a9351b check_probability
    /home/wschmidt/gcc/gcc-mainline-base/gcc/basic-block.h:941
0x10a93573 combine_probabilities
    /home/wschmidt/gcc/gcc-mainline-base/gcc/basic-block.h:950
0x10a9abcb compute_dom_prob_ps
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:1444
0x10a9b17b sched_rgn_local_init(int)
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3291
0x10a9b313 schedule_region
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:2984
0x10a9f05f schedule_insns()
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3384
0x10a9f1fb rest_of_handle_sched
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3577
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [cse.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/home/wschmidt/gcc/gcc-mainline-base/gcc/emit-rtl.c: In function ‘rtx_def*
emit_pattern_after_setloc(rtx, rtx, int, rtx_def* (*)(rtx))’:
/home/wschmidt/gcc/gcc-mainline-base/gcc/emit-rtl.c:4542:1: internal compiler
error: in check_probability, at basic-block.h:941
 }
 ^
0x10a9351b check_probability
    /home/wschmidt/gcc/gcc-mainline-base/gcc/basic-block.h:941
0x10a93573 combine_probabilities
    /home/wschmidt/gcc/gcc-mainline-base/gcc/basic-block.h:950
0x10a9abcb compute_dom_prob_ps
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:1444
0x10a9b17b sched_rgn_local_init(int)
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3291
0x10a9b313 schedule_region
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:2984
0x10a9f05f schedule_insns()
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3384
0x10a9f1fb rest_of_handle_sched
    /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3577
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [emit-rtl.o] Error 1

Compilation commands:

/home/wschmidt/gcc/build/gcc-mainline-base/./prev-gcc/xg++
-B/home/wschmidt/gcc/build/gcc-mainline-base/./prev-gcc/
-B/home/wschmidt/gcc/install/gcc-mainline-base/powerpc64-linux/bin/ -nostdinc++
-B/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/src/.libs
-B/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/libsupc++/.libs
-I/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/include/powerpc64-linux
-I/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/include
-I/home/wschmidt/gcc/gcc-mainline-base/libstdc++-v3/libsupc++
-L/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/src/.libs
-L/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/libsupc++/.libs
-c   -g -O2 -gtoggle -DIN_GCC   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common 
-DHAVE_CONFIG_H -I. -I. -I/home/wschmidt/gcc/gcc-mainline-base/gcc
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/.
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/../include
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libcpp/include
-I/home/wschmidt/gcc-libs/gcc-host-libs/include
-I/home/wschmidt/gcc-libs/gcc-host-libs/include
-I/home/wschmidt/gcc-libs/gcc-host-libs-ppc64/include 
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libdecnumber
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libdecnumber/dpd
-I../libdecnumber -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libbacktrace   
/home/wschmidt/gcc/gcc-mainline-base/gcc/cse.c -o cse.o

/home/wschmidt/gcc/build/gcc-mainline-base/./prev-gcc/xg++
-B/home/wschmidt/gcc/build/gcc-mainline-base/./prev-gcc/
-B/home/wschmidt/gcc/install/gcc-mainline-base/powerpc64-linux/bin/ -nostdinc++
-B/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/src/.libs
-B/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/libsupc++/.libs
-I/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/include/powerpc64-linux
-I/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/include
-I/home/wschmidt/gcc/gcc-mainline-base/libstdc++-v3/libsupc++
-L/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/src/.libs
-L/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/libsupc++/.libs
-c   -g -O2 -gtoggle -DIN_GCC   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common 
-DHAVE_CONFIG_H -I. -I. -I/home/wschmidt/gcc/gcc-mainline-base/gcc
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/.
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/../include
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libcpp/include
-I/home/wschmidt/gcc-libs/gcc-host-libs/include
-I/home/wschmidt/gcc-libs/gcc-host-libs/include
-I/home/wschmidt/gcc-libs/gcc-host-libs-ppc64/include 
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libdecnumber
-I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libdecnumber/dpd
-I../libdecnumber -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libbacktrace   
/home/wschmidt/gcc/gcc-mainline-base/gcc/emit-rtl.c -o emit-rtl.o
>From gcc-bugs-return-421472-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri May 03 05:13:20 2013
Return-Path: <gcc-bugs-return-421472-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 4199 invoked by alias); 3 May 2013 05:13:20 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 4112 invoked by uid 55); 3 May 2013 05:13:08 -0000
From: "tejohnson at google dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
Date: Fri, 03 May 2013 05:13:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Keywords: build
X-Bugzilla-Severity: normal
X-Bugzilla-Who: tejohnson at google dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
Message-ID: <bug-57154-4-kLY0K6KRVH@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57154-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57154-4@http.gcc.gnu.org/bugzilla/>
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-SW-Source: 2013-05/txt/msg00145.txt.bz2
Content-length: 9051


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

--- Comment #1 from Teresa Johnson <tejohnson at google dot com> 2013-05-03 05:13:07 UTC ---
Investigating. I am not sure I have access to a powerpc64, but I am
trying to trigger it on x86_64.

Teresa

On Thu, May 2, 2013 at 9:16 PM, wschmidt at gcc dot gnu.org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57154
>
>              Bug #: 57154
>            Summary: [4.9 Regression] Bootstrap broken for
>                     powerpc64-unknown-linux-gnu
>     Classification: Unclassified
>            Product: gcc
>            Version: 4.9.0
>             Status: UNCONFIRMED
>           Keywords: build
>           Severity: normal
>           Priority: P3
>          Component: bootstrap
>         AssignedTo: unassigned@gcc.gnu.org
>         ReportedBy: wschmidt@gcc.gnu.org
>                 CC: bergner@gcc.gnu.org, meissner@gcc.gnu.org,
>                     pthaugen@gcc.gnu.org, tejohnson@gcc.gnu.org
>               Host: powerpc*-*-*
>             Target: powerpc*-*-*
>              Build: powerpc*-*-*
>
>
> Bootstrap has been broken for PowerPC Linux since r198532:
>
> 2013-05-02  Teresa Johnson  <tejohnson@google.com>
>
>     * loop-unswitch.c (unswitch_loop): Use helper routines with rounding
>     divides.
>     * cfg.c (update_bb_profile_for_threading): Ditto.
>     * tree-inline.c (copy_bb): Ditto.
>     (copy_edges_for_bb): Ditto.
>     (initialize_cfun): Ditto.
>     (copy_cfg_body): Ditto.
>     (expand_call_inline): Ditto.
>     * ipa-inline-analysis.c (estimate_edge_size_and_time): Ditto.
>     (estimate_node_size_and_time): Ditto.
>     (inline_merge_summary): Ditto.
>     * cgraphclones.c (cgraph_clone_edge): Ditto.
>     (cgraph_clone_node): Ditto.
>     * sched-rgn.c (compute_dom_prob_ps): Ditto.
>     (compute_trg_info): Ditto.
>
> Configuration information:
>
>   $ /home/wschmidt/gcc/gcc-mainline-base/configure --target=powerpc64-linux
> --host=powerpc64-linux --build=powerpc64-linux --enable-threads=posix
> --enable-shared --enable-__cxa_atexit
> --enable-languages=c,c++,fortran,objc,obj-c++ --enable-secureplt
> --enable-checking=yes --with-gmp=/home/wschmidt/gcc-libs/gcc-host-libs
> --with-mpfr=/home/wschmidt/gcc-libs/gcc-host-libs
> --with-mpc=/home/wschmidt/gcc-libs/gcc-host-libs-ppc64
> --with-libelf=/home/wschmidt/gcc-libs/gcc-host-libs
> --with-ppl=/home/wschmidt/gcc-libs/gcc-host-libs
> --with-cloog=/home/wschmidt/gcc-libs/gcc-host-libs --with-long-double-128
> --enable-decimal-float --disable-alsa
> --prefix=/home/wschmidt/gcc/install/gcc-mainline-base --enable-lto
> --with-plugin-ld=/home/meissner/tools-binutils/ppc64/bin/ld
> --with-host-libstdcxx=-Wl,-Bstatic,-L/home/wschmidt/gcc-libs/gcc-host-libs/lib,-lstdc++,-Bdynamic,-lm
>
> Failure details during stage2:
>
> /home/wschmidt/gcc/gcc-mainline-base/gcc/cse.c: In function ‘void
> remove_invalid_refs(unsigned int)’:
> /home/wschmidt/gcc/gcc-mainline-base/gcc/cse.c:2005:1: internal compiler error:
> in check_probability, at basic-block.h:941
>  }
>  ^
> 0x10a9351b check_probability
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/basic-block.h:941
> 0x10a93573 combine_probabilities
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/basic-block.h:950
> 0x10a9abcb compute_dom_prob_ps
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:1444
> 0x10a9b17b sched_rgn_local_init(int)
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3291
> 0x10a9b313 schedule_region
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:2984
> 0x10a9f05f schedule_insns()
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3384
> 0x10a9f1fb rest_of_handle_sched
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3577
> Please submit a full bug report,
> with preprocessed source if appropriate.
> Please include the complete backtrace with any bug report.
> See <http://gcc.gnu.org/bugs.html> for instructions.
> make[3]: *** [cse.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> /home/wschmidt/gcc/gcc-mainline-base/gcc/emit-rtl.c: In function ‘rtx_def*
> emit_pattern_after_setloc(rtx, rtx, int, rtx_def* (*)(rtx))’:
> /home/wschmidt/gcc/gcc-mainline-base/gcc/emit-rtl.c:4542:1: internal compiler
> error: in check_probability, at basic-block.h:941
>  }
>  ^
> 0x10a9351b check_probability
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/basic-block.h:941
> 0x10a93573 combine_probabilities
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/basic-block.h:950
> 0x10a9abcb compute_dom_prob_ps
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:1444
> 0x10a9b17b sched_rgn_local_init(int)
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3291
> 0x10a9b313 schedule_region
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:2984
> 0x10a9f05f schedule_insns()
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3384
> 0x10a9f1fb rest_of_handle_sched
>     /home/wschmidt/gcc/gcc-mainline-base/gcc/sched-rgn.c:3577
> Please submit a full bug report,
> with preprocessed source if appropriate.
> Please include the complete backtrace with any bug report.
> See <http://gcc.gnu.org/bugs.html> for instructions.
> make[3]: *** [emit-rtl.o] Error 1
>
> Compilation commands:
>
> /home/wschmidt/gcc/build/gcc-mainline-base/./prev-gcc/xg++
> -B/home/wschmidt/gcc/build/gcc-mainline-base/./prev-gcc/
> -B/home/wschmidt/gcc/install/gcc-mainline-base/powerpc64-linux/bin/ -nostdinc++
> -B/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/src/.libs
> -B/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/libsupc++/.libs
> -I/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/include/powerpc64-linux
> -I/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/include
> -I/home/wschmidt/gcc/gcc-mainline-base/libstdc++-v3/libsupc++
> -L/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/src/.libs
> -L/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/libsupc++/.libs
> -c   -g -O2 -gtoggle -DIN_GCC   -fno-exceptions -fno-rtti
> -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
> -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long
> -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common
> -DHAVE_CONFIG_H -I. -I. -I/home/wschmidt/gcc/gcc-mainline-base/gcc
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/.
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../include
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libcpp/include
> -I/home/wschmidt/gcc-libs/gcc-host-libs/include
> -I/home/wschmidt/gcc-libs/gcc-host-libs/include
> -I/home/wschmidt/gcc-libs/gcc-host-libs-ppc64/include
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libdecnumber
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libdecnumber/dpd
> -I../libdecnumber -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libbacktrace
> /home/wschmidt/gcc/gcc-mainline-base/gcc/cse.c -o cse.o
>
> /home/wschmidt/gcc/build/gcc-mainline-base/./prev-gcc/xg++
> -B/home/wschmidt/gcc/build/gcc-mainline-base/./prev-gcc/
> -B/home/wschmidt/gcc/install/gcc-mainline-base/powerpc64-linux/bin/ -nostdinc++
> -B/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/src/.libs
> -B/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/libsupc++/.libs
> -I/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/include/powerpc64-linux
> -I/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/include
> -I/home/wschmidt/gcc/gcc-mainline-base/libstdc++-v3/libsupc++
> -L/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/src/.libs
> -L/home/wschmidt/gcc/build/gcc-mainline-base/prev-powerpc64-linux/libstdc++-v3/libsupc++/.libs
> -c   -g -O2 -gtoggle -DIN_GCC   -fno-exceptions -fno-rtti
> -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
> -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long
> -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common
> -DHAVE_CONFIG_H -I. -I. -I/home/wschmidt/gcc/gcc-mainline-base/gcc
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/.
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../include
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libcpp/include
> -I/home/wschmidt/gcc-libs/gcc-host-libs/include
> -I/home/wschmidt/gcc-libs/gcc-host-libs/include
> -I/home/wschmidt/gcc-libs/gcc-host-libs-ppc64/include
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libdecnumber
> -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libdecnumber/dpd
> -I../libdecnumber -I/home/wschmidt/gcc/gcc-mainline-base/gcc/../libbacktrace
> /home/wschmidt/gcc/gcc-mainline-base/gcc/emit-rtl.c -o emit-rtl.o
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug.
>From gcc-bugs-return-421473-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri May 03 07:28:38 2013
Return-Path: <gcc-bugs-return-421473-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 4164 invoked by alias); 3 May 2013 07:28:37 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 4125 invoked by uid 48); 3 May 2013 07:28:28 -0000
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/57152] [C++11] Compiler segfault when using const in template alias
Date: Fri, 03 May 2013 07:28:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: redi at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
Message-ID: <bug-57152-4-eVneaSVE3m@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57152-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57152-4@http.gcc.gnu.org/bugzilla/>
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0
X-SW-Source: 2013-05/txt/msg00146.txt.bz2
Content-length: 172


http://gcc.gnu.org/bugzilla/show_bug.cgi?idW152

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-05-03 07:28:27 UTC ---
This looks like PR 54466


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
@ 2013-05-03  8:48 ` rguenth at gcc dot gnu.org
  2013-05-03 11:45 ` wschmidt at gcc dot gnu.org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-05-03  8:48 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.0


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
  2013-05-03  8:48 ` [Bug bootstrap/57154] " rguenth at gcc dot gnu.org
@ 2013-05-03 11:45 ` wschmidt at gcc dot gnu.org
  2013-05-03 14:53 ` dje at gcc dot gnu.org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2013-05-03 11:45 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Bill Schmidt <wschmidt at gcc dot gnu.org> 2013-05-03 11:45:06 UTC ---
There is a powerpc64 pool machine available.  I believe it's gcc110.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
  2013-05-03  8:48 ` [Bug bootstrap/57154] " rguenth at gcc dot gnu.org
  2013-05-03 11:45 ` wschmidt at gcc dot gnu.org
@ 2013-05-03 14:53 ` dje at gcc dot gnu.org
  2013-05-03 14:58 ` dje at gcc dot gnu.org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dje at gcc dot gnu.org @ 2013-05-03 14:53 UTC (permalink / raw)
  To: gcc-bugs


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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anton at samba dot org

--- Comment #3 from David Edelsohn <dje at gcc dot gnu.org> 2013-05-03 14:53:51 UTC ---
*** Bug 57161 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-05-03 14:53 ` dje at gcc dot gnu.org
@ 2013-05-03 14:58 ` dje at gcc dot gnu.org
  2013-05-03 15:01 ` tejohnson at google dot com
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dje at gcc dot gnu.org @ 2013-05-03 14:58 UTC (permalink / raw)
  To: gcc-bugs


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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-05-03
                 CC|                            |dje at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #4 from David Edelsohn <dje at gcc dot gnu.org> 2013-05-03 14:58:24 UTC ---
Confirmed.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-05-03 14:58 ` dje at gcc dot gnu.org
@ 2013-05-03 15:01 ` tejohnson at google dot com
  2013-05-03 15:02 ` dje at gcc dot gnu.org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tejohnson at google dot com @ 2013-05-03 15:01 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Teresa Johnson <tejohnson at google dot com> 2013-05-03 15:01:51 UTC ---
Couldn't reproduce on x86_64, so I am on gcc110 trying to get a
bootstrap compiler build going to reproduce. Also see the dup with
testcase (again doesn't reproduce on x86_64, so I will try this on
gcc110 as soon as I get the compiler built).

Thanks,
Teresa

On Fri, May 3, 2013 at 4:45 AM, wschmidt at gcc dot gnu.org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57154
>
> --- Comment #2 from Bill Schmidt <wschmidt at gcc dot gnu.org> 2013-05-03 11:45:06 UTC ---
> There is a powerpc64 pool machine available.  I believe it's gcc110.
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2013-05-03 15:01 ` tejohnson at google dot com
@ 2013-05-03 15:02 ` dje at gcc dot gnu.org
  2013-05-03 15:10 ` tejohnson at google dot com
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: dje at gcc dot gnu.org @ 2013-05-03 15:02 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from David Edelsohn <dje at gcc dot gnu.org> 2013-05-03 15:02:18 UTC ---
Created attachment 30022
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30022
Testcase

Testcase from Anton Blanchard transferred from PR 57161

# gcc -O2 -c foo.c
foo.c: In function 'testcase':
foo.c:40:1: internal compiler error: in check_probability, at basic-block.h:941
 }
 ^
0x105bb57b check_probability
    ../../gcc/gcc/basic-block.h:941
0x105bb57b check_probability
    ../../gcc/gcc/sched-rgn.c:3247
0x105bb57b combine_probabilities
    ../../gcc/gcc/basic-block.h:950
0x105bb57b compute_dom_prob_ps
    ../../gcc/gcc/sched-rgn.c:1444
0x105bb57b sched_rgn_local_init(int)
    ../../gcc/gcc/sched-rgn.c:3291
0x105bd393 schedule_region
    ../../gcc/gcc/sched-rgn.c:2984
0x105bd393 schedule_insns
    ../../gcc/gcc/sched-rgn.c:3384
0x105bd393 schedule_insns()
    ../../gcc/gcc/sched-rgn.c:3363
0x105bdbb3 rest_of_handle_sched
    ../../gcc/gcc/sched-rgn.c:3577


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2013-05-03 15:02 ` dje at gcc dot gnu.org
@ 2013-05-03 15:10 ` tejohnson at google dot com
  2013-05-03 15:40 ` sje at gcc dot gnu.org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tejohnson at google dot com @ 2013-05-03 15:10 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #7 from Teresa Johnson <tejohnson at google dot com> 2013-05-03 15:10:50 UTC ---
Thanks for the test case - reproduced with my stage1 compiler on gcc110. Teresa

On Fri, May 3, 2013 at 8:02 AM, dje at gcc dot gnu.org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57154
>
> --- Comment #6 from David Edelsohn <dje at gcc dot gnu.org> 2013-05-03 15:02:18 UTC ---
> Created attachment 30022
>   --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30022
> Testcase
>
> Testcase from Anton Blanchard transferred from PR 57161
>
> # gcc -O2 -c foo.c
> foo.c: In function 'testcase':
> foo.c:40:1: internal compiler error: in check_probability, at basic-block.h:941
>  }
>  ^
> 0x105bb57b check_probability
>     ../../gcc/gcc/basic-block.h:941
> 0x105bb57b check_probability
>     ../../gcc/gcc/sched-rgn.c:3247
> 0x105bb57b combine_probabilities
>     ../../gcc/gcc/basic-block.h:950
> 0x105bb57b compute_dom_prob_ps
>     ../../gcc/gcc/sched-rgn.c:1444
> 0x105bb57b sched_rgn_local_init(int)
>     ../../gcc/gcc/sched-rgn.c:3291
> 0x105bd393 schedule_region
>     ../../gcc/gcc/sched-rgn.c:2984
> 0x105bd393 schedule_insns
>     ../../gcc/gcc/sched-rgn.c:3384
> 0x105bd393 schedule_insns()
>     ../../gcc/gcc/sched-rgn.c:3363
> 0x105bdbb3 rest_of_handle_sched
>     ../../gcc/gcc/sched-rgn.c:3577
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2013-05-03 15:10 ` tejohnson at google dot com
@ 2013-05-03 15:40 ` sje at gcc dot gnu.org
  2013-05-03 15:41 ` tejohnson at google dot com
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sje at gcc dot gnu.org @ 2013-05-03 15:40 UTC (permalink / raw)
  To: gcc-bugs


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

Steve Ellcey <sje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at gcc dot gnu.org

--- Comment #8 from Steve Ellcey <sje at gcc dot gnu.org> 2013-05-03 15:40:07 UTC ---
I am seeing this on mips-mti-linux-gnu as well.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2013-05-03 15:40 ` sje at gcc dot gnu.org
@ 2013-05-03 15:41 ` tejohnson at google dot com
  2013-05-03 16:03 ` sje at gcc dot gnu.org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tejohnson at google dot com @ 2013-05-03 15:41 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #10 from Teresa Johnson <tejohnson at google dot com> 2013-05-03 15:41:14 UTC ---
Hi Steve!
Can you confirm whether the patch I just sent also fixes the mips failure?

Thanks,
Teresa

On Fri, May 3, 2013 at 8:40 AM, sje at gcc dot gnu.org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57154
>
> Steve Ellcey <sje at gcc dot gnu.org> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |sje at gcc dot gnu.org
>
> --- Comment #8 from Steve Ellcey <sje at gcc dot gnu.org> 2013-05-03 15:40:07 UTC ---
> I am seeing this on mips-mti-linux-gnu as well.
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2013-05-03 15:41 ` tejohnson at google dot com
@ 2013-05-03 16:03 ` sje at gcc dot gnu.org
  2013-05-03 16:24 ` tejohnson at google dot com
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sje at gcc dot gnu.org @ 2013-05-03 16:03 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #11 from Steve Ellcey <sje at gcc dot gnu.org> 2013-05-03 16:03:48 UTC ---
My mips build seems to be working with the patch.  It has gotten past the point
where it died last night but the complete bootstrap isn't finished yet.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2013-05-03 16:03 ` sje at gcc dot gnu.org
@ 2013-05-03 16:24 ` tejohnson at google dot com
  2013-05-03 17:32 ` wschmidt at gcc dot gnu.org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tejohnson at google dot com @ 2013-05-03 16:24 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #12 from Teresa Johnson <tejohnson at google dot com> 2013-05-03 16:24:33 UTC ---
My powerpc bootstrap completed successfully. Sent patch out for review.
Teresa

On Fri, May 3, 2013 at 9:03 AM, sje at gcc dot gnu.org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57154
>
> --- Comment #11 from Steve Ellcey <sje at gcc dot gnu.org> 2013-05-03 16:03:48 UTC ---
> My mips build seems to be working with the patch.  It has gotten past the point
> where it died last night but the complete bootstrap isn't finished yet.
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2013-05-03 16:24 ` tejohnson at google dot com
@ 2013-05-03 17:32 ` wschmidt at gcc dot gnu.org
  2013-05-03 20:21 ` wschmidt at gcc dot gnu.org
  2013-05-07 10:11 ` ro at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2013-05-03 17:32 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #13 from Bill Schmidt <wschmidt at gcc dot gnu.org> 2013-05-03 17:32:05 UTC ---
Teresa, thanks for the prompt fix!


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2013-05-03 17:32 ` wschmidt at gcc dot gnu.org
@ 2013-05-03 20:21 ` wschmidt at gcc dot gnu.org
  2013-05-07 10:11 ` ro at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2013-05-03 20:21 UTC (permalink / raw)
  To: gcc-bugs


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

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

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

--- Comment #14 from Bill Schmidt <wschmidt at gcc dot gnu.org> 2013-05-03 20:21:26 UTC ---
Fixed by:

2013-05-03  Teresa Johnson  <tejohnson@google.com>

    PR bootstrap/57154
    * sched-rgn.c (compute_dom_prob_ps): Ensure accumulated probabilities
    do not exceed REG_BR_PROB_BASE.

Thanks again.


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

* [Bug bootstrap/57154] [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu
  2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2013-05-03 20:21 ` wschmidt at gcc dot gnu.org
@ 2013-05-07 10:11 ` ro at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: ro at gcc dot gnu.org @ 2013-05-07 10:11 UTC (permalink / raw)
  To: gcc-bugs


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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu.org

--- Comment #15 from Rainer Orth <ro at gcc dot gnu.org> 2013-05-07 10:10:50 UTC ---
*** Bug 57187 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2013-05-07 10:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-03  4:16 [Bug bootstrap/57154] New: [4.9 Regression] Bootstrap broken for powerpc64-unknown-linux-gnu wschmidt at gcc dot gnu.org
2013-05-03  8:48 ` [Bug bootstrap/57154] " rguenth at gcc dot gnu.org
2013-05-03 11:45 ` wschmidt at gcc dot gnu.org
2013-05-03 14:53 ` dje at gcc dot gnu.org
2013-05-03 14:58 ` dje at gcc dot gnu.org
2013-05-03 15:01 ` tejohnson at google dot com
2013-05-03 15:02 ` dje at gcc dot gnu.org
2013-05-03 15:10 ` tejohnson at google dot com
2013-05-03 15:40 ` sje at gcc dot gnu.org
2013-05-03 15:41 ` tejohnson at google dot com
2013-05-03 16:03 ` sje at gcc dot gnu.org
2013-05-03 16:24 ` tejohnson at google dot com
2013-05-03 17:32 ` wschmidt at gcc dot gnu.org
2013-05-03 20:21 ` wschmidt at gcc dot gnu.org
2013-05-07 10:11 ` ro at gcc dot gnu.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).