This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler from profiledbootstrap


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh at suse dot cz

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2010-12-13 07:21:42 UTC ---
> When gcc trunk is built with profiledbootstrap, ...

I don't think I am using profiledbootstrap (since I don't know what it is, I
can do it without knowing), but I also see these failures that appeared between
revisions 167717 and 167731 (likely r167727). The backtrace is

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00007fff5bc00ff8
0x0000000100947f7f in htab_find_slot_with_hash (htab=0x141e00af0,
element=0x7fff5bc01040, hash=1619, insert=INSERT) at
../../work/libiberty/hashtab.c:644
644    {
(gdb) bt
#0  0x0000000100947f7f in htab_find_slot_with_hash (htab=0x141e00af0,
element=0x7fff5bc01040, hash=1619, insert=INSERT) at
../../work/libiberty/hashtab.c:644
#1  0x00000001008c2c28 in cgraph_node (decl=0x141f29500) at
../../work/gcc/cgraph.c:502

Configuration

Using built-in specs.
COLLECT_GCC=gcc46
COLLECT_LTO_WRAPPER=/opt/gcc/gcc4.6w/libexec/gcc/x86_64-apple-darwin10.5.0/4.6.0/lto-wrapper
Target: x86_64-apple-darwin10.5.0
Configured with: ../work/configure --prefix=/opt/gcc/gcc4.6w
--enable-languages=c,c++,fortran,objc,obj-c++,java,lto --with-gmp=/opt/sw64
--with-libiconv-prefix=/opt/sw64 --with-system-zlib --with-cloog=/opt/sw64
Thread model: posix
gcc version 4.6.0 20101212 (experimental) [trunk revision 167731p4] (GCC) 

On powerpc-apple-darwin9 I get

[karma] f90/bug% /opt/gcc/gcc4.6w/bin/gcc -O1
/opt/gcc/_gcc_clean/gcc/testsuite/gcc.dg/torture/stackalign/non-local-goto-1.c
Out of stack space.
Try running 'limit stacksize unlimited' in the shell to raise its limit.

with the maximum available stack size: (kbytes, -s) 65532.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]