public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/42826]  New: lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759
@ 2010-01-21 13:55 bero at arklinux dot org
  2010-01-21 14:19 ` [Bug lto/42826] " rguenth at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bero at arklinux dot org @ 2010-01-21 13:55 UTC (permalink / raw)
  To: gcc-bugs

Trying to build MySQL 5.5.1-m2 with gcc 4.5.0 svn 156081 and lto enabled
results in:

x86_64-unknown-linux-gnu-g++ -m64 -O1 -fomit-frame-pointer -fweb 
-frename-registers -Wl,-O1 -Wl,-z -Wl,combreloc -Wl,-z -Wl,relro
-Wl,--enable-new-dtags -Wl,--hash-style=gnu -g -flto -felide-constructors
-fno-exceptions -fno-rtti -fPIC -fvisibility-inlines-hidden
-fno-implicit-templates -fno-exceptions -fno-rtti -m64 -O1 -fomit-frame-pointer
-fweb -frename-registers -Wl,-O1 -Wl,-z -Wl,combreloc -Wl,-z -Wl,relro
-Wl,--enable-new-dtags -Wl,--hash-style=gnu -g -rdynamic -o .libs/mysql mysql.o
readline.o sql_string.o completion_hash.o  ../cmd-line-utils/libedit/libedit.a
-lncursesw -lpthread ../libmysql/.libs/libmysqlclient.so -lcrypt -lnsl -lm -lz
-Wl,-rpath -Wl,/usr/lib64/mysql
lto1: internal compiler error: in ipcp_iterate_stage, at ipa-cp.c:759
Please submit a full bug report,
with preprocessed source if appropriate.


Not sure how to generate a meaningful preprocessed source for LTO bits -- does
it come down to adding the preprocessed source for all listed source files?


-- 
           Summary: lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug lto/42826] lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759
  2010-01-21 13:55 [Bug lto/42826] New: lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759 bero at arklinux dot org
@ 2010-01-21 14:19 ` rguenth at gcc dot gnu dot org
  2010-02-07 20:19 ` pinskia at gcc dot gnu dot org
  2010-04-23 16:11 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-01-21 14:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-01-21 14:19 -------
The process is to indeed do that, but you can reduce to less files by (assuming
it ICEs during link stage) linking with -r and omit as many object files as
possible.  Only preprocessed source for the remaining files are needed
(usually two to three).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code, lto


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


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

* [Bug lto/42826] lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759
  2010-01-21 13:55 [Bug lto/42826] New: lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759 bero at arklinux dot org
  2010-01-21 14:19 ` [Bug lto/42826] " rguenth at gcc dot gnu dot org
@ 2010-02-07 20:19 ` pinskia at gcc dot gnu dot org
  2010-04-23 16:11 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-02-07 20:19 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug lto/42826] lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759
  2010-01-21 13:55 [Bug lto/42826] New: lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759 bero at arklinux dot org
  2010-01-21 14:19 ` [Bug lto/42826] " rguenth at gcc dot gnu dot org
  2010-02-07 20:19 ` pinskia at gcc dot gnu dot org
@ 2010-04-23 16:11 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-23 16:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-04-23 16:10 -------
No response from reporter.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2010-04-23 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-21 13:55 [Bug lto/42826] New: lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759 bero at arklinux dot org
2010-01-21 14:19 ` [Bug lto/42826] " rguenth at gcc dot gnu dot org
2010-02-07 20:19 ` pinskia at gcc dot gnu dot org
2010-04-23 16:11 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).