public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/50702] New: [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at gimple.h:1704. at -O1 and above
@ 2011-10-12 14:02 danglin at gcc dot gnu.org
  2011-10-12 14:06 ` [Bug tree-optimization/50702] " danglin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-10-12 14:02 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50702
           Summary: [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at
                    gimple.h:1704. at -O1 and above
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa64-hp-hpux11.11
            Target: hppa64-hp-hpux11.11
             Build: hppa64-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
-O0  -w -c  -o 20020210-1.o
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compil
e/20020210-1.c    (timeout = 300)
PASS: gcc.c-torture/compile/20020210-1.c  -O0  (test for excess errors)
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
-O1  -w -c  -o 20020210-1.o
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compil
e/20020210-1.c    (timeout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/20020210-1.c: In function
'f':
/test/gnu/gcc/gcc/gcc/testsuite/gcc.c-torture/compile/20020210-1.c:2:22:
interna
l compiler error: in gimple_op, at gimple.h:1704

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: hppa64-hp-hpux11.11
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu64/bin/as
--with-ld=/usr/ccs/bin/ld --enable-shared --with-local-prefix=/opt/gnu64
--prefix=/opt/gnu64/gcc/gcc-4.7 --build=hppa64-hp-hpux11.11
--enable-threads=posix --disable-nls --with-gmp=/opt/gnu64/gcc/gmp
--with-libelf=/opt/gnu64 --enable-languages=c,c++,objc,obj-c++,fortran
Thread model: posix
gcc version 4.7.0 20111011 (experimental) [trunk revision 179831] (GCC)


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

* [Bug tree-optimization/50702] [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at gimple.h:1704. at -O1 and above
  2011-10-12 14:02 [Bug tree-optimization/50702] New: [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at gimple.h:1704. at -O1 and above danglin at gcc dot gnu.org
@ 2011-10-12 14:06 ` danglin at gcc dot gnu.org
  2011-10-12 14:28 ` rguenth at gcc dot gnu.org
  2011-10-13 10:31 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-10-12 14:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2011-10-12 14:05:04 UTC ---
Also,

FAIL: gcc.c-torture/compile/nested-1.c  -O1  (internal compiler error)
FAIL: gcc.c-torture/compile/nested-1.c  -O1  (test for excess errors)

fail in same way.


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

* [Bug tree-optimization/50702] [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at gimple.h:1704. at -O1 and above
  2011-10-12 14:02 [Bug tree-optimization/50702] New: [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at gimple.h:1704. at -O1 and above danglin at gcc dot gnu.org
  2011-10-12 14:06 ` [Bug tree-optimization/50702] " danglin at gcc dot gnu.org
@ 2011-10-12 14:28 ` rguenth at gcc dot gnu.org
  2011-10-13 10:31 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-10-12 14:28 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tom at codesourcery dot com
   Target Milestone|---                         |4.7.0

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-12 14:28:14 UTC ---
Callee copy VLAs ...


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

* [Bug tree-optimization/50702] [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at gimple.h:1704. at -O1 and above
  2011-10-12 14:02 [Bug tree-optimization/50702] New: [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at gimple.h:1704. at -O1 and above danglin at gcc dot gnu.org
  2011-10-12 14:06 ` [Bug tree-optimization/50702] " danglin at gcc dot gnu.org
  2011-10-12 14:28 ` rguenth at gcc dot gnu.org
@ 2011-10-13 10:31 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2011-10-13 10:31 UTC (permalink / raw)
  To: gcc-bugs

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

vries at gcc dot gnu.org changed:

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

--- Comment #3 from vries at gcc dot gnu.org 2011-10-13 10:31:02 UTC ---
Reproduced with build on x86_64 with target hppa64-hp-hpux11.11.

Fixed in r179901:
- http://gcc.gnu.org/ml/gcc-cvs/2011-10/msg00496.html


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

end of thread, other threads:[~2011-10-13 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-12 14:02 [Bug tree-optimization/50702] New: [4.7 Regression] 20020210-1.c:2:22: ICE: gimple_op, at gimple.h:1704. at -O1 and above danglin at gcc dot gnu.org
2011-10-12 14:06 ` [Bug tree-optimization/50702] " danglin at gcc dot gnu.org
2011-10-12 14:28 ` rguenth at gcc dot gnu.org
2011-10-13 10:31 ` vries at gcc dot gnu.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).