public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61506] New: ICE [4.10 Regression] triggered by solution to #61446
@ 2014-06-13 22:22 juergen.reuter at desy dot de
  2014-06-13 22:22 ` [Bug c++/61506] " juergen.reuter at desy dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: juergen.reuter at desy dot de @ 2014-06-13 22:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

            Bug ID: 61506
           Summary: ICE [4.10 Regression] triggered by solution to #61446
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: juergen.reuter at desy dot de

I tried to compile the software package LHAPDF from http://lhapdf.hepforge.org
and this triggered this compiler error:
PDF.cc: In member function 'virtual void
boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast>
>::_ZTv0_n32_NK5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEE7rethrowEv()
const':
PDF.cc:29:1: error: unrecognizable insn:
 }
 ^
(call_insn/j 4 3 5 (call (mem/u/c
:DI (const:DI (unspec:DI [
                        (symbol_ref/i:DI
("_ZNK5boost16exception_detail10clone_implINS0_19error_info_injectorINS_16bad_lexical_castEEEE7rethrowEv")
[flags 0x1] <function_decl 0x1104dd700 rethrow>)
                    ] UNSPEC_GOTPCREL)) [0  S8 A8])
        (const_int 0 [0])) /opt/local/include/boost/exception/exception.hpp:464
-1
     (nil)
    (nil))
PDF.cc:29:1: internal compiler error: in insn_min_length, at
config/i386/i386.md:1609

PDF.cc:29:1: internal compiler error: Abort trap: 6
g++: internal compiler error: Abort trap: 6 (program cc1plus)
../libtool: line 1122:   229 Abort trap: 6           g++ -DHAVE_CONFIG_H -I.
-I../config -I../include/LHAPDF -I../include -I/usr/local/include
-I/opt/local/include -Dunix -flat_namespace -pedantic -Wall -Wno-long-long -g
-O2 -MT PDF.lo -MD -MP -MF .deps/PDF.Tpo -c PDF.cc -fno-common -DPIC -o
.libs/PDF.o
make[2]: *** [PDF.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


Unfortunately this isn't my code, so I cannot reduce this test case.


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

* [Bug c++/61506] ICE [4.10 Regression] triggered by solution to #61446
  2014-06-13 22:22 [Bug c++/61506] New: ICE [4.10 Regression] triggered by solution to #61446 juergen.reuter at desy dot de
@ 2014-06-13 22:22 ` juergen.reuter at desy dot de
  2014-06-14  8:24 ` juergen.reuter at desy dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: juergen.reuter at desy dot de @ 2014-06-13 22:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

Jürgen Reuter <juergen.reuter at desy dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juergen.reuter at desy dot de
            Version|unknown                     |4.10.0
           Severity|normal                      |blocker
>From gcc-bugs-return-454168-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jun 13 22:27:57 2014
Return-Path: <gcc-bugs-return-454168-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 14809 invoked by alias); 13 Jun 2014 22:27:56 -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 14784 invoked by uid 48); 13 Jun 2014 22:27:52 -0000
From: "juergen.reuter at desy dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/61506] ICE [4.10 Regression] triggered by solution to #61446
Date: Fri, 13 Jun 2014 22:27: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-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: juergen.reuter at desy dot de
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-61506-4-ncukiEx7L4@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg01250.txt.bz2
Content-length: 231

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #1 from Jürgen Reuter <juergen.reuter at desy dot de> ---
This is the author of the package: andy.buckley@cern.ch
With version 6.1.2 of LHAPDF I get the error.
>From gcc-bugs-return-454169-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jun 13 22:31:23 2014
Return-Path: <gcc-bugs-return-454169-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 18543 invoked by alias); 13 Jun 2014 22:31:23 -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 18468 invoked by uid 55); 13 Jun 2014 22:31:20 -0000
From: "ian at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug go/61496] [4.10 regression] Many Go tests FAIL with ld warning about go$zerovalue
Date: Fri, 13 Jun 2014 22:31:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: go
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ian at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: ian at airs dot com
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-61496-4-waQbo48A7H@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61496-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61496-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: 2014-06/txt/msg01251.txt.bz2
Content-length: 485

https://gcc.gnu.org/bugzilla/show_bug.cgi?ida496

--- Comment #1 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> ---
Author: ian
Date: Fri Jun 13 22:30:47 2014
New Revision: 211658

URL: https://gcc.gnu.org/viewcvs?rev!1658&root=gcc&view=rev
Log:
    PR go/61496
    * gospec.c (lang_specific_driver): On Solaris, when not using GNU
    ld, add -t option to avoid warning about common symbol changing
    size.

Modified:
    trunk/gcc/go/ChangeLog
    trunk/gcc/go/gospec.c


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

* [Bug c++/61506] ICE [4.10 Regression] triggered by solution to #61446
  2014-06-13 22:22 [Bug c++/61506] New: ICE [4.10 Regression] triggered by solution to #61446 juergen.reuter at desy dot de
  2014-06-13 22:22 ` [Bug c++/61506] " juergen.reuter at desy dot de
@ 2014-06-14  8:24 ` juergen.reuter at desy dot de
  2014-06-16  8:31 ` [Bug target/61506] [4.10 Regression] ICE " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: juergen.reuter at desy dot de @ 2014-06-14  8:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #2 from Jürgen Reuter <juergen.reuter at desy dot de> ---
This is the remark what I got from Andy Buckley:
"Line 29 of PDF.cc is the end of the file, which suggests to me an
unclosed scope or similar higher up. The reported errors are entirely
from within Boost itself -- and there aren't even any direct Boost
functions being called in that file, so I don't think this is an LHAPDF
issue at all.

What platform and Boost version are you using? I don't know how to track
it down, but my guess is that the issue is with this development version
of GCC going wrong with some of the fiddly code in Boost... the
implementation of lexical_cast, by the looks of things. To simplify your
GCC test, I suggest just writing a minimal source file using
lexical_cast to convert between strings and a few numeric types; it
really doesn't look like this has anything to do with LHAPDF."

Hope this helps!
>From gcc-bugs-return-454182-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 14 09:21:58 2014
Return-Path: <gcc-bugs-return-454182-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 3638 invoked by alias); 14 Jun 2014 09:21:58 -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 3617 invoked by uid 48); 14 Jun 2014 09:21:55 -0000
From: "juergen.reuter at desy dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/61506] ICE [4.10 Regression] triggered by solution to #61446
Date: Sat, 14 Jun 2014 09:21: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-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: juergen.reuter at desy dot de
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-61506-4-eVCBYMDoGt@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg01264.txt.bz2
Content-length: 1257

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #4 from Jürgen Reuter <juergen.reuter at desy dot de> ---
I reduced the case to the code attached. But you need to include the boost
headers (which are pretty standard tho; I have version 1.55.0).
/opt/local/include is my path for the boost headers.
$ g++ -I /opt/local/include -c PDF.cc 
PDF.cc: In member function ‘virtual void
boost::exception_detail::error_info_injector<boost::io::bad_format_string>::_ZThn24_N5boost16exception_detail19error_info_injectorINS_2io17bad_format_stringEED1Ev()’:
PDF.cc:29:1: error: unrecognizable insn:
 }
 ^
(call_insn/j 3 2 4 (call (mem/u/c:DI (const:DI (unspec:DI [
                        (symbol_ref/i:DI
("_ZN5boost16exception_detail19error_info_injectorINS_2io17bad_format_stringEED1Ev")
[flags 0x1] <function_decl 0x10e766300 __comp_dtor >)
                    ] UNSPEC_GOTPCREL)) [0  S8 A8])
        (const_int 0 [0])) /opt/local/include/boost/exception/exception.hpp:330
-1
     (nil)
    (nil))
PDF.cc:29:1: internal compiler error: in insn_default_length, at
config/i386/i386.md:1787

PDF.cc:29:1: internal compiler error: Abort trap: 6
g++: internal compiler error: Abort trap: 6 (program cc1plus)
Abort trap: 6
>From gcc-bugs-return-454181-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 14 09:21:47 2014
Return-Path: <gcc-bugs-return-454181-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 2875 invoked by alias); 14 Jun 2014 09:21:47 -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 2843 invoked by uid 48); 14 Jun 2014 09:21:42 -0000
From: "juergen.reuter at desy dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/61506] ICE [4.10 Regression] triggered by solution to #61446
Date: Sat, 14 Jun 2014 09:21: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-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: juergen.reuter at desy dot de
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: attachments.created
Message-ID: <bug-61506-4-FLrhoYciBZ@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg01263.txt.bz2
Content-length: 256

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #3 from Jürgen Reuter <juergen.reuter at desy dot de> ---
Created attachment 32937
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32937&action=edit
Code that triggers the ICE
>From gcc-bugs-return-454183-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 14 09:25:46 2014
Return-Path: <gcc-bugs-return-454183-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 5317 invoked by alias); 14 Jun 2014 09:25:45 -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 5305 invoked by uid 48); 14 Jun 2014 09:25:42 -0000
From: "dimhen at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/61508] New: [4.10 regression] fold-const.c:14863:55: error: cannot convert 'const char*' to 'const_tree
Date: Sat, 14 Jun 2014 09:25:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: dimhen at gmail 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-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-61508-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: 2014-06/txt/msg01265.txt.bz2
Content-length: 2255

https://gcc.gnu.org/bugzilla/show_bug.cgi?ida508

            Bug ID: 61508
           Summary: [4.10 regression] fold-const.c:14863:55: error: cannot
                    convert 'const char*' to 'const_tree
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dimhen at gmail dot com

gcc-trunk
r211665 FAIL
r211353 PASS

~/src/gcc_current/configure --enable-checking=fold
make
[...]
g++ -c   -g -DIN_GCC    -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format
-Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H -I. -I.
-I/home/dimhen/src/gcc_current/gcc -I/home/dimhen/src/gcc_current/gcc/.
-I/home/dimhen/src/gcc_current/gcc/../include
-I/home/dimhen/src/gcc_current/gcc/../libcpp/include
-I/home/dimhen/build/g_1/./gmp -I/home/dimhen/src/gcc_current/gmp
-I/home/dimhen/build/g_1/./mpfr -I/home/dimhen/src/gcc_current/mpfr
-I/home/dimhen/src/gcc_current/mpc/src
-I/home/dimhen/src/gcc_current/gcc/../libdecnumber
-I/home/dimhen/src/gcc_current/gcc/../libdecnumber/bid -I../libdecnumber
-I/home/dimhen/src/gcc_current/gcc/../libbacktrace -DCLOOG_INT_GMP
-I/home/dimhen/build/g_1/./cloog/include
-I/home/dimhen/src/gcc_current/cloog/include
-I/home/dimhen/src/gcc_current/cloog/include
-I/home/dimhen/build/g_1/./isl/include
-I/home/dimhen/src/gcc_current/isl/include  -o fold-const.o -MT fold-const.o
-MMD -MP -MF ./.deps/fold-const.TPo
/home/dimhen/src/gcc_current/gcc/fold-const.c
/home/dimhen/src/gcc_current/gcc/fold-const.c: In function 'void
fold_checksum_tree(const_tree, md5_ctx*, hash_table<pointer_hash<tree_node>
>)':
/home/dimhen/src/gcc_current/gcc/fold-const.c:14863:55: error: cannot convert
'const char*' to 'const_tree {aka const tree_node*}' for argument '1' to 'void
fold_checksum_tree(const_tree, md5_ctx*, hash_table<pointer_hash<tree_node> >)'
  fold_checksum_tree (DECL_SECTION_NAME (expr), ctx, ht);
                                                       ^
make[3]: *** [fold-const.o] Error 1


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

* [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
  2014-06-13 22:22 [Bug c++/61506] New: ICE [4.10 Regression] triggered by solution to #61446 juergen.reuter at desy dot de
  2014-06-13 22:22 ` [Bug c++/61506] " juergen.reuter at desy dot de
  2014-06-14  8:24 ` juergen.reuter at desy dot de
@ 2014-06-16  8:31 ` rguenth at gcc dot gnu.org
  2014-06-21  9:09 ` juergen.reuter at desy dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-16  8:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-*-*
          Component|c++                         |target
   Target Milestone|---                         |4.10.0
            Summary|ICE [4.10 Regression]       |[4.10 Regression] ICE
                   |triggered by solution to    |triggered by solution to
                   |#61446                      |#61446


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

* [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
  2014-06-13 22:22 [Bug c++/61506] New: ICE [4.10 Regression] triggered by solution to #61446 juergen.reuter at desy dot de
                   ` (2 preceding siblings ...)
  2014-06-16  8:31 ` [Bug target/61506] [4.10 Regression] ICE " rguenth at gcc dot gnu.org
@ 2014-06-21  9:09 ` juergen.reuter at desy dot de
  2014-06-21 12:38 ` juergen.reuter at desy dot de
  2014-06-21 14:05 ` trippels at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: juergen.reuter at desy dot de @ 2014-06-21  9:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #6 from Jürgen Reuter <juergen.reuter at desy dot de> ---
(In reply to Markus Trippelsdorf from comment #5)
> Please provide a preprocessed file, see: https://gcc.gnu.org/bugs/ .

Uff, I never had to do this in my 30 or so bug reports before, but I will try.
As I was saying, this is not my code, so debugging for me is _really_
difficult!
>From gcc-bugs-return-454635-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 21 09:10:30 2014
Return-Path: <gcc-bugs-return-454635-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 23384 invoked by alias); 21 Jun 2014 09:10:28 -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 23317 invoked by uid 48); 21 Jun 2014 09:10:24 -0000
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
Date: Sat, 21 Jun 2014 09:10:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: trippels at gcc dot gnu.org
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-61506-4-pkr7upjNCj@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg01717.txt.bz2
Content-length: 576

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #7 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Jürgen Reuter from comment #6)
> (In reply to Markus Trippelsdorf from comment #5)
> > Please provide a preprocessed file, see: https://gcc.gnu.org/bugs/ .
> 
> Uff, I never had to do this in my 30 or so bug reports before, but I will
> try.
> As I was saying, this is not my code, so debugging for me is _really_
> difficult!

It's as simple as adding --save-temps to the compiler invocation and 
posting the *.ii file here.
>From gcc-bugs-return-454636-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 21 09:38:05 2014
Return-Path: <gcc-bugs-return-454636-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31940 invoked by alias); 21 Jun 2014 09:38:05 -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 31919 invoked by uid 48); 21 Jun 2014 09:38:00 -0000
From: "FBergemann at web dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/61577] [4.9.0] can't compile on hp-ux v3 ia64
Date: Sat, 21 Jun 2014 09:38: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-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: FBergemann at web dot de
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-61577-4-Orf4SqeMzs@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61577-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61577-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: 2014-06/txt/msg01718.txt.bz2
Content-length: 2222

https://gcc.gnu.org/bugzilla/show_bug.cgi?ida577

--- Comment #1 from Frank Bergemann <FBergemann at web dot de> ---
when i use --with-gnu-ld -with-ld=/usr/local/gcc-4.7.2/bin/g++ i get following
error:

gmake[3]: Entering directory `/tmp/FBE/gcc-4.9.0/obj3/gcc'
gmake[3]: Leaving directory `/tmp/FBE/gcc-4.9.0/obj3/gcc'
Checking multilib configuration for libgcc...
Configuring stage 1 in ia64-hp-hpux11.31/libgcc
configure: loading cache ./config.cache
checking build system type... ia64-hp-hpux11.31
checking host system type... ia64-hp-hpux11.31
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/local/bin/install -c
checking for gawk... gawk
checking for ia64-hp-hpux11.31-ar...
/gs/frank/hp-ux/gcc-4.9.0/ia64-hp-hpux11.31/bin/ar
checking for ia64-hp-hpux11.31-lipo... lipo
checking for ia64-hp-hpux11.31-nm... /tmp/FBE/gcc-4.9.0/obj3/./gcc/nm
checking for ia64-hp-hpux11.31-ranlib...
/gs/frank/hp-ux/gcc-4.9.0/ia64-hp-hpux11.31/bin/ranlib
checking for ia64-hp-hpux11.31-strip...
/gs/frank/hp-ux/gcc-4.9.0/ia64-hp-hpux11.31/bin/strip
checking whether ln -s works... yes
checking for ia64-hp-hpux11.31-gcc... /tmp/FBE/gcc-4.9.0/obj3/./gcc/xgcc
-B/tmp/FBE/gcc-4.9.0/obj3/./gcc/
-B/gs/frank/hp-ux/gcc-4.9.0/ia64-hp-hpux11.31/bin/
-B/gs/frank/hp-ux/gcc-4.9.0/ia64-hp-hpux11.31/lib/ -isystem
/gs/frank/hp-ux/gcc-4.9.0/ia64-hp-hpux11.31/include -isystem
/gs/frank/hp-ux/gcc-4.9.0/ia64-hp-hpux11.31/sys-include

sendsig: useracc failed. 0xffffffffffffb200 0x00000000005000

Pid 18125 was killed due to failure in writing the signal context - possible
stack overflow.
checking for suffix of object files...
sendsig: useracc failed. 0xffffffffffffb200 0x00000000005000

Pid 18130 was killed due to failure in writing the signal context - possible
stack overflow.
configure: error: in `/tmp/FBE/gcc-4.9.0/obj3/ia64-hp-hpux11.31/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
gmake[2]: *** [configure-stage1-target-libgcc] Error 1
gmake[2]: Leaving directory `/tmp/FBE/gcc-4.9.0/obj3'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/tmp/FBE/gcc-4.9.0/obj3'
gmake: *** [all] Error 2


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

* [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
  2014-06-13 22:22 [Bug c++/61506] New: ICE [4.10 Regression] triggered by solution to #61446 juergen.reuter at desy dot de
                   ` (3 preceding siblings ...)
  2014-06-21  9:09 ` juergen.reuter at desy dot de
@ 2014-06-21 12:38 ` juergen.reuter at desy dot de
  2014-06-21 14:05 ` trippels at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: juergen.reuter at desy dot de @ 2014-06-21 12:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #8 from Jürgen Reuter <juergen.reuter at desy dot de> ---
The .ii file is too big, you can find it here:
http://desy.de/~reuter/PDF.ii

Note that the headers I attached (besides of the boost headers, of course) are
marked as being in /usr/local/include in the .ii file.
>From gcc-bugs-return-454647-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 21 13:30:37 2014
Return-Path: <gcc-bugs-return-454647-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 15223 invoked by alias); 21 Jun 2014 13:30:36 -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 15180 invoked by uid 48); 21 Jun 2014 13:30:31 -0000
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
Date: Sat, 21 Jun 2014 13:30:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: trippels at gcc dot gnu.org
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-61506-4-bJ3E6WJKDv@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg01729.txt.bz2
Content-length: 387

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #9 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Jürgen Reuter from comment #8)
> The .ii file is too big, you can find it here:
> http://desy.de/~reuter/PDF.ii

Thanks. I cannot reproduce the issue. It may already been fixed.
To double check, please post the full compiler output with -v.
>From gcc-bugs-return-454648-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 21 13:38:13 2014
Return-Path: <gcc-bugs-return-454648-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 17866 invoked by alias); 21 Jun 2014 13:38:13 -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 17820 invoked by uid 48); 21 Jun 2014 13:38:07 -0000
From: "juergen.reuter at desy dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
Date: Sat, 21 Jun 2014 13:38:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: juergen.reuter at desy dot de
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-61506-4-HkCITGN5Bl@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg01730.txt.bz2
Content-length: 205

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #10 from Jürgen Reuter <juergen.reuter at desy dot de> ---
$ g++ --version
g++ (GCC) 4.10.0 20140613 (experimental)

It's svn r211649
>From gcc-bugs-return-454649-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 21 13:43:53 2014
Return-Path: <gcc-bugs-return-454649-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 20901 invoked by alias); 21 Jun 2014 13:43:53 -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 20866 invoked by uid 48); 21 Jun 2014 13:43:48 -0000
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
Date: Sat, 21 Jun 2014 13:43:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: trippels at gcc dot gnu.org
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-61506-4-pm9ay0076Y@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg01731.txt.bz2
Content-length: 316

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #11 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Jürgen Reuter from comment #10)
> $ g++ --version
> g++ (GCC) 4.10.0 20140613 (experimental)
> 
> It's svn r211649

Sorry, I need the output from:

$ g++ -v -c PDF.ii
>From gcc-bugs-return-454650-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 21 13:46:55 2014
Return-Path: <gcc-bugs-return-454650-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 22923 invoked by alias); 21 Jun 2014 13:46:55 -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 22869 invoked by uid 48); 21 Jun 2014 13:46:51 -0000
From: "juergen.reuter at desy dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
Date: Sat, 21 Jun 2014 13:46:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: blocker
X-Bugzilla-Who: juergen.reuter at desy dot de
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-61506-4-oRD7NRim0y@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61506-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-06/txt/msg01732.txt.bz2
Content-length: 2366

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

--- Comment #12 from Jürgen Reuter <juergen.reuter at desy dot de> ---
Here it is:

g++ -v -c PDF.ii 
Using built-in specs.
COLLECT_GCC=g++
Target: x86_64-apple-darwin11.4.2
Configured with: ../configure --prefix=/usr/local/ --with-gmp=/usr/local/
--with-mpfr=/usr/local/ --with-mpc=/usr/local/ --enable-languages=c,c++,fortran
--no-create --no-recursion
Thread model: posix
gcc version 4.10.0 20140613 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.7.4' '-v' '-c' '-shared-libgcc'
'-mtune=core2'
 /usr/local/libexec/gcc/x86_64-apple-darwin11.4.2/4.10.0/cc1plus -fpreprocessed
PDF.ii -fPIC -quiet -dumpbase PDF.ii -mmacosx-version-min=10.7.4 -mtune=core2
-auxbase PDF -version -o
/var/folders/47/rlmwph0j5m1f65g8z84_d7qh0000gn/T//ccWSHAv9.s
GNU C++ (GCC) version 4.10.0 20140613 (experimental)
(x86_64-apple-darwin11.4.2)
    compiled by GNU C version 4.10.0 20140613 (experimental), GMP version
6.0.0, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C++ (GCC) version 4.10.0 20140613 (experimental)
(x86_64-apple-darwin11.4.2)
    compiled by GNU C version 4.10.0 20140613 (experimental), GMP version
6.0.0, MPFR version 3.1.2, MPC version 1.0.2
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 853e12eacaeeb3508bcef25eb74eb286
PDF.cc: In member function ‘virtual void
boost::exception_detail::error_info_injector<boost::io::bad_format_string>::_ZThn24_N5boost16exception_detail19error_info_injectorINS_2io17bad_format_stringEED1Ev()’:
PDF.cc:29:1: error: unrecognizable insn:
 }
 ^
(call_insn/j 3 2 4 (call (mem/u/c:DI (const:DI (unspec:DI [
                        (symbol_ref/i:DI
("_ZN5boost16exception_detail19error_info_injectorINS_2io17bad_format_stringEED1Ev")
[flags 0x1] <function_decl 0x108e45300 __comp_dtor >)
                    ] UNSPEC_GOTPCREL)) [0  S8 A8])
        (const_int 0 [0])) /opt/local/include/boost/exception/exception.hpp:330
-1
     (nil)
    (nil))
PDF.cc:29:1: internal compiler error: in insn_default_length, at
config/i386/i386.md:1787

PDF.cc:29:1: internal compiler error: Abort trap: 6
g++: internal compiler error: Abort trap: 6 (program cc1plus)
Abort trap: 6
>From gcc-bugs-return-454652-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jun 21 14:05:37 2014
Return-Path: <gcc-bugs-return-454652-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31098 invoked by alias); 21 Jun 2014 14:05: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 31031 invoked by uid 48); 21 Jun 2014 14:05:33 -0000
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/61387] [4.10 Regression] ~900 test failures on on x86_64-apple-darwin13 for g++ with -m64 after r211089
Date: Sat, 21 Jun 2014 14:05:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.10.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: trippels at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.10.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-61387-4-6zCAOp5YxL@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61387-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61387-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: 2014-06/txt/msg01734.txt.bz2
Content-length: 462

https://gcc.gnu.org/bugzilla/show_bug.cgi?ida387

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juergen.reuter at desy dot de

--- Comment #10 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
*** Bug 61506 has been marked as a duplicate of this bug. ***


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

* [Bug target/61506] [4.10 Regression] ICE triggered by solution to #61446
  2014-06-13 22:22 [Bug c++/61506] New: ICE [4.10 Regression] triggered by solution to #61446 juergen.reuter at desy dot de
                   ` (4 preceding siblings ...)
  2014-06-21 12:38 ` juergen.reuter at desy dot de
@ 2014-06-21 14:05 ` trippels at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-06-21 14:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61506

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-*-*                  |x86_64-apple-darwin11.4.2
             Status|WAITING                     |RESOLVED
               Host|                            |x86_64-apple-darwin11.4.2
         Resolution|---                         |DUPLICATE
              Build|                            |x86_64-apple-darwin11.4.2
           Severity|blocker                     |normal

--- Comment #13 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Dup of Bug 61387.

*** This bug has been marked as a duplicate of bug 61387 ***


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

end of thread, other threads:[~2014-06-21 14:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-13 22:22 [Bug c++/61506] New: ICE [4.10 Regression] triggered by solution to #61446 juergen.reuter at desy dot de
2014-06-13 22:22 ` [Bug c++/61506] " juergen.reuter at desy dot de
2014-06-14  8:24 ` juergen.reuter at desy dot de
2014-06-16  8:31 ` [Bug target/61506] [4.10 Regression] ICE " rguenth at gcc dot gnu.org
2014-06-21  9:09 ` juergen.reuter at desy dot de
2014-06-21 12:38 ` juergen.reuter at desy dot de
2014-06-21 14:05 ` trippels 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).