public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/46916] New: gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler from profiledbootstrap
@ 2010-12-12 23:12 howarth at nitro dot med.uc.edu
  2010-12-12 23:13 ` [Bug middle-end/46916] " howarth at nitro dot med.uc.edu
                   ` (100 more replies)
  0 siblings, 101 replies; 104+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2010-12-12 23:12 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs
                    compiler from profiledbootstrap
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


When gcc trunk is built with profiledbootstrap, the resulting compiler exhibits
ICEs in...

FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  (internal compiler
error)
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  (test for excess
errors)
WARNING: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  compilation failed
to produce executable
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  (internal compiler
error)
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  (test for excess
errors)
WARNING: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  compilation failed
to produce executable
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  (internal compiler
error)
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  (test for excess
errors)
WARNING: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  compilation failed
to produce executable
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  (internal compiler
error)
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  (test for excess
errors)
WARNING: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  compilation failed
to produce executable
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  (internal compiler
error)
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  (test for excess
errors)
WARNING: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  compilation failed
to produce executable
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  (internal compiler
error)
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  (test for excess
errors)
WARNING: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  compilation failed
to produce executable
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  (internal compiler
error)
FAIL: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  (test for excess
errors)
WARNING: gcc.dg/torture/stackalign/non-local-goto-1.c  -O1  compilation failed
to produce executable
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  (internal compiler
error)
FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  (test for excess
errors)
WARNING: gcc.dg/torture/stackalign/non-local-goto-2.c  -O1  compilation failed
to produce executable

These are of the form...

/Users/howarth/darwin_objdir/gcc/xgcc -B/Users/howarth/darwin_objdir/gcc/
/Users/howarth/gcc/gcc/testsuite/gcc.dg/torture/stackalign/non-local-goto-1.c  
-O1  -mstackrealign -mpreferred-stack-boundary=5 -mno-mmx  -lm   -m32 -o
./non-local-goto-1.exe
xgcc: internal compiler error: Segmentation fault (program cc1)

and backtrace as...

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00007fff5bc00fe0
0x0000000100829fa8 in htab_find_slot_with_hash (htab=0x143200af0,
element=<value temporarily unavailable, due to optimizations>, hash=<value
temporarily unavailable, due to optimizations>, insert=INSERT) at
../../gcc/libiberty/hashtab.c:668
668      else if ((*htab->eq_f) (entry, element))
(gdb) bt
#0  0x0000000100829fa8 in htab_find_slot_with_hash (htab=0x143200af0,
element=<value temporarily unavailable, due to optimizations>, hash=<value
temporarily unavailable, due to optimizations>, insert=INSERT) at
../../gcc/libiberty/hashtab.c:668
#1  0x00000001007bc701 in cgraph_node (decl=0x143304e00) at
../../gcc/gcc/cgraph.c:502
(gdb)


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

end of thread, other threads:[~2011-01-09 16:07 UTC | newest]

Thread overview: 104+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-12 23:12 [Bug middle-end/46916] New: gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler from profiledbootstrap howarth at nitro dot med.uc.edu
2010-12-12 23:13 ` [Bug middle-end/46916] " howarth at nitro dot med.uc.edu
2010-12-13  7:21 ` dominiq at lps dot ens.fr
2010-12-13  8:00 ` dominiq at lps dot ens.fr
2010-12-13 14:30 ` howarth at nitro dot med.uc.edu
2010-12-13 15:32 ` howarth at nitro dot med.uc.edu
2010-12-13 15:34 ` [Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727 howarth at nitro dot med.uc.edu
2010-12-13 18:22 ` iains at gcc dot gnu.org
2010-12-13 18:33 ` mrs at gcc dot gnu.org
2010-12-13 19:11 ` dominiq at lps dot ens.fr
2010-12-13 20:16 ` iains at gcc dot gnu.org
2010-12-13 22:55 ` mikestump at comcast dot net
2010-12-14  8:54 ` dominiq at lps dot ens.fr
2010-12-14  9:09 ` iains at gcc dot gnu.org
2010-12-14 10:08 ` hubicka at gcc dot gnu.org
2010-12-14 10:10 ` hubicka at gcc dot gnu.org
2010-12-14 10:39 ` iains at gcc dot gnu.org
2010-12-14 10:58   ` Jan Hubicka
2010-12-14 13:18   ` Jan Hubicka
2010-12-14 10:58 ` hubicka at ucw dot cz
2010-12-14 12:17 ` iains at gcc dot gnu.org
2010-12-14 13:18 ` hubicka at ucw dot cz
2010-12-14 14:03 ` dominiq at lps dot ens.fr
2010-12-14 14:05 ` iains at gcc dot gnu.org
2010-12-14 14:18 ` dominiq at lps dot ens.fr
2010-12-14 14:23 ` iains at gcc dot gnu.org
2010-12-14 14:31 ` howarth at nitro dot med.uc.edu
2010-12-14 14:36 ` howarth at nitro dot med.uc.edu
2010-12-14 14:38 ` howarth at nitro dot med.uc.edu
2010-12-14 16:39 ` iains at gcc dot gnu.org
2010-12-14 16:41 ` iains at gcc dot gnu.org
2010-12-14 16:44 ` dominiq at lps dot ens.fr
2010-12-14 16:46 ` iains at gcc dot gnu.org
2010-12-14 17:10 ` howarth at nitro dot med.uc.edu
2010-12-14 17:17 ` iains at gcc dot gnu.org
2010-12-14 17:32 ` hubicka at ucw dot cz
2010-12-14 19:01 ` dominiq at lps dot ens.fr
2010-12-14 19:54 ` iains at gcc dot gnu.org
2010-12-14 20:06 ` dominiq at lps dot ens.fr
2010-12-14 20:17 ` iains at gcc dot gnu.org
2010-12-14 21:28 ` hubicka at gcc dot gnu.org
2010-12-14 21:32 ` hubicka at gcc dot gnu.org
2010-12-14 21:38 ` iains at gcc dot gnu.org
2010-12-14 22:46 ` hubicka at ucw dot cz
2010-12-14 22:55 ` dominiq at lps dot ens.fr
2010-12-14 23:21 ` howarth at nitro dot med.uc.edu
2010-12-14 23:39 ` iains at gcc dot gnu.org
2010-12-14 23:43 ` iains at gcc dot gnu.org
2010-12-14 23:44 ` iains at gcc dot gnu.org
2010-12-14 23:51 ` dominiq at lps dot ens.fr
2010-12-15  0:06 ` hubicka at gcc dot gnu.org
2010-12-15  0:28 ` iains at gcc dot gnu.org
2010-12-15  1:18 ` howarth at nitro dot med.uc.edu
2010-12-15  1:53 ` hubicka at ucw dot cz
2010-12-15  3:15 ` howarth at nitro dot med.uc.edu
2010-12-15  3:20 ` howarth at nitro dot med.uc.edu
2010-12-15 10:22 ` iains at gcc dot gnu.org
2010-12-15 12:36 ` iains at gcc dot gnu.org
2010-12-15 13:10 ` hubicka at gcc dot gnu.org
2010-12-15 13:25 ` iains at gcc dot gnu.org
2010-12-15 13:33 ` hubicka at ucw dot cz
2010-12-15 13:41 ` iains at gcc dot gnu.org
2010-12-15 13:50 ` hubicka at ucw dot cz
2010-12-15 13:56 ` iains at gcc dot gnu.org
2010-12-15 14:01 ` iains at gcc dot gnu.org
2010-12-15 14:07 ` hubicka at ucw dot cz
2010-12-15 14:34 ` howarth at nitro dot med.uc.edu
2010-12-15 15:16 ` howarth at nitro dot med.uc.edu
2010-12-15 15:17 ` iains at gcc dot gnu.org
2010-12-15 17:12 ` iains at gcc dot gnu.org
2010-12-15 21:29 ` dominiq at lps dot ens.fr
2010-12-15 21:37 ` iains at gcc dot gnu.org
2010-12-15 21:52 ` howarth at nitro dot med.uc.edu
2010-12-15 22:02 ` howarth at nitro dot med.uc.edu
2010-12-15 23:36 ` iains at gcc dot gnu.org
2010-12-15 23:44 ` howarth at nitro dot med.uc.edu
2010-12-16  0:17 ` howarth at nitro dot med.uc.edu
2010-12-16  4:59 ` howarth at nitro dot med.uc.edu
2010-12-16  5:01 ` howarth at nitro dot med.uc.edu
2010-12-16  5:33 ` howarth at nitro dot med.uc.edu
2010-12-16  6:26 ` howarth at nitro dot med.uc.edu
2010-12-16 16:12 ` howarth at nitro dot med.uc.edu
2010-12-16 16:26 ` iains at gcc dot gnu.org
2010-12-16 17:08 ` howarth at nitro dot med.uc.edu
2010-12-16 17:34 ` dominiq at lps dot ens.fr
2010-12-16 17:41 ` iains at gcc dot gnu.org
2010-12-16 18:05 ` dominiq at lps dot ens.fr
2010-12-16 20:34 ` iains at gcc dot gnu.org
2010-12-16 20:41 ` howarth at nitro dot med.uc.edu
2010-12-16 20:52 ` iains at gcc dot gnu.org
2010-12-17 13:50 ` howarth at nitro dot med.uc.edu
2010-12-17 14:08 ` dominiq at lps dot ens.fr
2010-12-17 14:21 ` iains at gcc dot gnu.org
2010-12-17 14:31 ` dominiq at lps dot ens.fr
2010-12-17 14:47 ` howarth at nitro dot med.uc.edu
2010-12-17 15:00 ` howarth at nitro dot med.uc.edu
2010-12-17 15:04 ` iains at gcc dot gnu.org
2010-12-17 22:08 ` dominiq at lps dot ens.fr
2010-12-17 23:56 ` iains at gcc dot gnu.org
2010-12-20  9:05 ` dominiq at lps dot ens.fr
2010-12-20 10:02 ` iains at gcc dot gnu.org
2010-12-20 10:15 ` iains at gcc dot gnu.org
2010-12-20 11:29 ` iains at gcc dot gnu.org
2011-01-09 16:08 ` howarth at nitro dot med.uc.edu

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).