public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/40739]  New: [LTO] ICE in bp_pack_value, at lto-streamer.c:336
@ 2009-07-14  5:07 rmansfield at qnx dot com
  2009-07-14  7:06 ` [Bug lto/40739] " bje at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rmansfield at qnx dot com @ 2009-07-14  5:07 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

$ cat ~/hw.c

int main() {
  printf("hello world\n");
}

ryan@ryan:~/gcc/lto-branch/x86-build/gcc$ ./xgcc -v
Using built-in specs.
COLLECT_GCC=./xgcc
Target: i686-pc-linux-gnu
Configured with: ../configure --enable-languages=c --enable-lto
--disable-bootstrap
Thread model: posix
gcc version 4.5.0 20090706 (experimental) [lto revision 149615] (lto merged
with rev 149291)
ryan@ryan:~/gcc/lto-branch/x86-build/gcc$ ./xgcc -B. ~/hw.c -flto
/home/ryan/hw.c: In function âmainâ:
/home/ryan/hw.c:3:3: warning: incompatible implicit declaration of built-in
function âprintfâ
/home/ryan/hw.c:4:1: internal compiler error: in bp_pack_value, at
lto-streamer.c:336
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [LTO] ICE in bp_pack_value, at lto-streamer.c:336
           Product: gcc
           Version: lto
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rmansfield at qnx dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug lto/40739] [LTO] ICE in bp_pack_value, at lto-streamer.c:336
  2009-07-14  5:07 [Bug lto/40739] New: [LTO] ICE in bp_pack_value, at lto-streamer.c:336 rmansfield at qnx dot com
@ 2009-07-14  7:06 ` bje at gcc dot gnu dot org
  2009-07-14  9:22 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bje at gcc dot gnu dot org @ 2009-07-14  7:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bje at gcc dot gnu dot org  2009-07-14 07:06 -------
Confirmed.


-- 

bje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-14 07:06:28
               date|                            |


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


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

* [Bug lto/40739] [LTO] ICE in bp_pack_value, at lto-streamer.c:336
  2009-07-14  5:07 [Bug lto/40739] New: [LTO] ICE in bp_pack_value, at lto-streamer.c:336 rmansfield at qnx dot com
  2009-07-14  7:06 ` [Bug lto/40739] " bje at gcc dot gnu dot org
@ 2009-07-14  9:22 ` rguenth at gcc dot gnu dot org
  2009-07-14  9:28 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-14  9:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-07-14 09:22 -------
Recent regression, revision 149585 works.


-- 


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


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

* [Bug lto/40739] [LTO] ICE in bp_pack_value, at lto-streamer.c:336
  2009-07-14  5:07 [Bug lto/40739] New: [LTO] ICE in bp_pack_value, at lto-streamer.c:336 rmansfield at qnx dot com
  2009-07-14  7:06 ` [Bug lto/40739] " bje at gcc dot gnu dot org
  2009-07-14  9:22 ` rguenth at gcc dot gnu dot org
@ 2009-07-14  9:28 ` rguenth at gcc dot gnu dot org
  2009-07-14 21:42 ` dnovillo at gcc dot gnu dot org
  2009-07-14 23:47 ` rmansfield at qnx dot com
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-14  9:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-07-14 09:28 -------
Hm, or rather it works for me (on x86_64 w/ and w/o -m32).


-- 


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


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

* [Bug lto/40739] [LTO] ICE in bp_pack_value, at lto-streamer.c:336
  2009-07-14  5:07 [Bug lto/40739] New: [LTO] ICE in bp_pack_value, at lto-streamer.c:336 rmansfield at qnx dot com
                   ` (2 preceding siblings ...)
  2009-07-14  9:28 ` rguenth at gcc dot gnu dot org
@ 2009-07-14 21:42 ` dnovillo at gcc dot gnu dot org
  2009-07-14 23:47 ` rmansfield at qnx dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2009-07-14 21:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dnovillo at gcc dot gnu dot org  2009-07-14 21:41 -------

This is likely fixed by
http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00819.html,
could you try again?


-- 

dnovillo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dnovillo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-07-14 07:06:28         |2009-07-14 21:41:56
               date|                            |


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


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

* [Bug lto/40739] [LTO] ICE in bp_pack_value, at lto-streamer.c:336
  2009-07-14  5:07 [Bug lto/40739] New: [LTO] ICE in bp_pack_value, at lto-streamer.c:336 rmansfield at qnx dot com
                   ` (3 preceding siblings ...)
  2009-07-14 21:42 ` dnovillo at gcc dot gnu dot org
@ 2009-07-14 23:47 ` rmansfield at qnx dot com
  4 siblings, 0 replies; 6+ messages in thread
From: rmansfield at qnx dot com @ 2009-07-14 23:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rmansfield at qnx dot com  2009-07-14 23:47 -------
Works with rev 149644. Thanks.


-- 

rmansfield at qnx dot com changed:

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


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


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

end of thread, other threads:[~2009-07-14 23:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-14  5:07 [Bug lto/40739] New: [LTO] ICE in bp_pack_value, at lto-streamer.c:336 rmansfield at qnx dot com
2009-07-14  7:06 ` [Bug lto/40739] " bje at gcc dot gnu dot org
2009-07-14  9:22 ` rguenth at gcc dot gnu dot org
2009-07-14  9:28 ` rguenth at gcc dot gnu dot org
2009-07-14 21:42 ` dnovillo at gcc dot gnu dot org
2009-07-14 23:47 ` rmansfield at qnx dot com

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