public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/36468]  New: [LTO] ICE in force_decl_die, at dwarf2out.c:13976
@ 2008-06-08 18:51 aldot at gcc dot gnu dot org
  2008-06-08 20:01 ` [Bug c/36468] " aldot at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-06-08 18:51 UTC (permalink / raw)
  To: gcc-bugs

$ /there.pentium4/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gcc -c
regex.i -o regex.o -Wall -std=gnu99 -Os -Wfatal-errors -flto -v
Using built-in specs.
Target: i686-linux-uclibc
Configured with: /there.pentium4/toolchain_build_i686/gcc-4.4.0/configure
--prefix=/there.pentium4/build_i686/staging_dir/usr --build=i386-pc-linux-gnu
--host=i386-pc-linux-gnu --target=i686-linux-uclibc --enable-languages=c
--with-sysroot=/there.pentium4/toolchain_build_i686/uClibc_dev/
--disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-shared
--with-gmp=/there.pentium4/toolchain_build_i686/gmp
--with-mpfr=/there.pentium4/toolchain_build_i686/mpfr --disable-nls
--enable-threads --disable-multilib --with-arch=pentium4 --with-tune=pentium4
--disable-libgomp --enable-libssp --without-headers
Thread model: posix
gcc version 4.4.0 20080529 (experimental) (lto merged with rev 136135) 

GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 4139f7e5db3f96a1b8979facab41fd1d
regex.i:10708: internal compiler error: in force_decl_die, at dwarf2out.c:13976
Please submit a full bug report,


reducing.


-- 
           Summary: [LTO] ICE in force_decl_die, at dwarf2out.c:13976
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aldot at gcc dot gnu dot org


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


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

* [Bug c/36468] [LTO] ICE in force_decl_die, at dwarf2out.c:13976
  2008-06-08 18:51 [Bug c/36468] New: [LTO] ICE in force_decl_die, at dwarf2out.c:13976 aldot at gcc dot gnu dot org
@ 2008-06-08 20:01 ` aldot at gcc dot gnu dot org
  2008-06-09 16:10 ` aldot at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-06-08 20:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from aldot at gcc dot gnu dot org  2008-06-08 20:00 -------
Created an attachment (id=15737)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15737&action=view)
reduced testcase


-- 


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


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

* [Bug c/36468] [LTO] ICE in force_decl_die, at dwarf2out.c:13976
  2008-06-08 18:51 [Bug c/36468] New: [LTO] ICE in force_decl_die, at dwarf2out.c:13976 aldot at gcc dot gnu dot org
  2008-06-08 20:01 ` [Bug c/36468] " aldot at gcc dot gnu dot org
@ 2008-06-09 16:10 ` aldot at gcc dot gnu dot org
  2008-07-05  9:29 ` [Bug other/36468] " aldot at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-06-09 16:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from aldot at gcc dot gnu dot org  2008-06-09 16:09 -------
Smaller testcase:

extern int dummy(long int *);
void build_range_exp(void)
{
        long int cmp_buf[6] = { L'\0', L'\0', L'\0', L'\0', L'\0', L'\0' };

        if (dummy(cmp_buf)) {
                ;
        }
}


using a smaller cmp_buf (e.g. 5) makes it compile.


-- 


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


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

* [Bug other/36468] [LTO] ICE in force_decl_die, at dwarf2out.c:13976
  2008-06-08 18:51 [Bug c/36468] New: [LTO] ICE in force_decl_die, at dwarf2out.c:13976 aldot at gcc dot gnu dot org
  2008-06-08 20:01 ` [Bug c/36468] " aldot at gcc dot gnu dot org
  2008-06-09 16:10 ` aldot at gcc dot gnu dot org
@ 2008-07-05  9:29 ` aldot at gcc dot gnu dot org
  2008-12-28  1:29 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aldot at gcc dot gnu dot org @ 2008-07-05  9:29 UTC (permalink / raw)
  To: gcc-bugs



-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.0


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


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

* [Bug other/36468] [LTO] ICE in force_decl_die, at dwarf2out.c:13976
  2008-06-08 18:51 [Bug c/36468] New: [LTO] ICE in force_decl_die, at dwarf2out.c:13976 aldot at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-07-05  9:29 ` [Bug other/36468] " aldot at gcc dot gnu dot org
@ 2008-12-28  1:29 ` pinskia at gcc dot gnu dot org
  2008-12-31 19:23 ` pinskia at gcc dot gnu dot org
  2009-12-11 16:21 ` [Bug lto/36468] " rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-28  1:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-12-28 01:27 -------
Does this work now on the LTO branch?


-- 


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


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

* [Bug other/36468] [LTO] ICE in force_decl_die, at dwarf2out.c:13976
  2008-06-08 18:51 [Bug c/36468] New: [LTO] ICE in force_decl_die, at dwarf2out.c:13976 aldot at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-12-28  1:29 ` pinskia at gcc dot gnu dot org
@ 2008-12-31 19:23 ` pinskia at gcc dot gnu dot org
  2009-12-11 16:21 ` [Bug lto/36468] " rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-31 19:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.0                       |---


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


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

* [Bug lto/36468] [LTO] ICE in force_decl_die, at dwarf2out.c:13976
  2008-06-08 18:51 [Bug c/36468] New: [LTO] ICE in force_decl_die, at dwarf2out.c:13976 aldot at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-12-31 19:23 ` pinskia at gcc dot gnu dot org
@ 2009-12-11 16:21 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-12-11 16:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2009-12-11 16:21 -------
I can't reproduce this, thus fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-12-11 16:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-08 18:51 [Bug c/36468] New: [LTO] ICE in force_decl_die, at dwarf2out.c:13976 aldot at gcc dot gnu dot org
2008-06-08 20:01 ` [Bug c/36468] " aldot at gcc dot gnu dot org
2008-06-09 16:10 ` aldot at gcc dot gnu dot org
2008-07-05  9:29 ` [Bug other/36468] " aldot at gcc dot gnu dot org
2008-12-28  1:29 ` pinskia at gcc dot gnu dot org
2008-12-31 19:23 ` pinskia at gcc dot gnu dot org
2009-12-11 16:21 ` [Bug lto/36468] " 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).