public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/58654] New: [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc
@ 2013-10-07  0:17 danglin at gcc dot gnu.org
  2013-10-07  9:49 ` [Bug tree-optimization/58654] " paolo.carlini at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-10-07  0:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58654
           Summary: [4.9 Regression] ICE: abort compiling
                    libstdc++-v3/src/c ++98/sstream-inst.cc
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa*-*-*
            Target: hppa*-*-*
             Build: hppa*-*-*

Created attachment 30963
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30963&action=edit
Preprocessed source

libtool: compile:  /home/dave/gnu/gcc/objdir/./gcc/xgcc -shared-libgcc
-B/home/dave/gnu/gcc/objdir/./gcc -nostdinc++
-L/home/dave/gnu/gcc/objdir/hppa-linux-gnu/
libstdc++-v3/src
-L/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/src/.li
bs -L/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/libsupc++/.libs
-B/home/dave/opt/gnu/gcc/gcc-4.9/hppa-linux-gnu/bin/
-B/home/dave/opt/gnu/gcc/gcc-4.9
/hppa-linux-gnu/lib/ -isystem
/home/dave/opt/gnu/gcc/gcc-4.9/hppa-linux-gnu/incl
ude -isystem /home/dave/opt/gnu/gcc/gcc-4.9/hppa-linux-gnu/sys-include
-I/home/dave/gnu/gcc/gcc/libstdc++-v3/../libgcc
-I/home/dave/gnu/gcc/objdir/hppa-linux-gn
u/libstdc++-v3/include/hppa-linux-gnu
-I/home/dave/gnu/gcc/objdir/hppa-linux-gnu
/libstdc++-v3/include -I/home/dave/gnu/gcc/gcc/libstdc++-v3/libsupc++
-D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings
-Wcast-qual -Wabi 
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-se
ed=sstream-inst.lo -g -O2 -D_GNU_SOURCE -c
../../../../../gcc/libstdc++-v3/src/c
++98/sstream-inst.cc  -fPIC -DPIC -D_GLIBCXX_SHARED -o sstream-inst.o
In member function ‘virtual void
std::basic_ostringstream<char>::_ZTv0_n12_NSt19
basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev()’:
cc1plus: internal compiler error: Aborted
0xbb0feb crash_signal
        ../../gcc/gcc/toplev.c:335
Please submit a full bug report,

This bug was introduced in r203167:

2013-10-03  Rong Xu  <xur@google.com>

        * predict.c (tree_predict_by_opcode): Get the probability
        for builtin_expect from param builtin_expect_probability.
        * params.def (BUILTIN_EXPECT_PROBABILITY): New parameter.
        * predict.def (PRED_BUILTIN_EXPECT_RELAXED): Fix comments.
        * doc/invoke.texi: Add documentation for builtin-expect-probability.
        * gcc.target/i386/cold-attribute-2.c: Fix the test by using original
        probability.
        * gcc.dg/tree-ssa/ipa-split-5.c: Ditto.
        * gcc.dg/tree-ssa/ipa-split-6.c: Ditto.
>From gcc-bugs-return-431221-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Oct 07 01:52:09 2013
Return-Path: <gcc-bugs-return-431221-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 17962 invoked by alias); 7 Oct 2013 01:52:08 -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 17764 invoked by uid 48); 7 Oct 2013 01:52:03 -0000
From: "danglin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/58654] [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc
Date: Mon, 07 Oct 2013 01:52:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: tree-optimization
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: danglin 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-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-58654-4-EWxO05vl5P@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-58654-4@http.gcc.gnu.org/bugzilla/>
References: <bug-58654-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-10/txt/msg00365.txt.bz2
Content-length: 1646

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> ---
Starting program: /home/dave/gnu/gcc/objdir/gcc/cc1plus -fpreprocessed
sstream-inst.ii -quiet -dumpbase sstream-inst.cc -auxbase-strip sstream-inst.o
-g -O2 -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -version
-fno-implicit-templates -fdiagnostics-show-location=once -ffunction-sections
-fdata-sections -frandom-seed=sstream-inst.lo -fPIC -o sstream-inst.s
GNU C++ (GCC) version 4.9.0 20131003 (experimental) [trunk revision 203167]
(hppa-linux-gnu)
    compiled by GNU C version 4.6.4, GMP version 5.1.2, MPFR version 3.1.1-p2,
MPC version 1.0.1
GGC heuristics: --param ggc-min-expand0 --param ggc-min-heapsize@96
GNU C++ (GCC) version 4.9.0 20131003 (experimental) [trunk revision 203167]
(hppa-linux-gnu)
    compiled by GNU C version 4.6.4, GMP version 5.1.2, MPFR version 3.1.1-p2,
MPC version 1.0.1
GGC heuristics: --param ggc-min-expand0 --param ggc-min-heapsize@96
Compiler executable checksum: 9380ee362c13dafe332008b4227378b9

Breakpoint 1, get_combined_adhoc_loc (set=0x4000e000, locus!47486889,
    data=0x0) at ../../gcc/libcpp/line-map.c:106
106      linemap_assert (data);
(gdb) bt
#0  get_combined_adhoc_loc (set=0x4000e000, locus!47486889, data=0x0)
    at ../../gcc/libcpp/line-map.c:106
#1  0x00c4a97c in copy_phis_for_bb (bb=0x40e90b40, id=0xfbf027c0)
    at ../../gcc/gcc/tree-inline.c:2093
#2  0x00c4c37c in copy_cfg_body (id=0xfbf027c0, count=0, frequency_scale\x1000,
    entry_block_map=0x40e279c0, exit_block_map=0x40e27b00, new_entry=0x0)
    at ../../gcc/gcc/tree-inline.c:2446


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

* [Bug tree-optimization/58654] [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc
  2013-10-07  0:17 [Bug tree-optimization/58654] New: [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc danglin at gcc dot gnu.org
@ 2013-10-07  9:49 ` paolo.carlini at oracle dot com
  2013-10-09 15:14 ` danglin at gcc dot gnu.org
  2013-10-10 12:04 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-10-07  9:49 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Adding Rong in CC, then.


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

* [Bug tree-optimization/58654] [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc
  2013-10-07  0:17 [Bug tree-optimization/58654] New: [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc danglin at gcc dot gnu.org
  2013-10-07  9:49 ` [Bug tree-optimization/58654] " paolo.carlini at oracle dot com
@ 2013-10-09 15:14 ` danglin at gcc dot gnu.org
  2013-10-10 12:04 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2013-10-09 15:14 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
Seems to be fixed (r203300).


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

* [Bug tree-optimization/58654] [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc
  2013-10-07  0:17 [Bug tree-optimization/58654] New: [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc danglin at gcc dot gnu.org
  2013-10-07  9:49 ` [Bug tree-optimization/58654] " paolo.carlini at oracle dot com
  2013-10-09 15:14 ` danglin at gcc dot gnu.org
@ 2013-10-10 12:04 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-10-10 12:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

end of thread, other threads:[~2013-10-10 12:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-07  0:17 [Bug tree-optimization/58654] New: [4.9 Regression] ICE: abort compiling libstdc++-v3/src/c ++98/sstream-inst.cc danglin at gcc dot gnu.org
2013-10-07  9:49 ` [Bug tree-optimization/58654] " paolo.carlini at oracle dot com
2013-10-09 15:14 ` danglin at gcc dot gnu.org
2013-10-10 12:04 ` rguenth 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).