public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/52644] New: RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522[4.8 Regression] ICE in stage2:
@ 2012-03-20 21:42 zsojka at seznam dot cz
  2012-03-20 21:51 ` [Bug bootstrap/52644] " zsojka at seznam dot cz
  2012-03-21  7:20 ` [Bug bootstrap/52644] [4.8 Regression] ICE in stage2: RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522 ubizjak at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: zsojka at seznam dot cz @ 2012-03-20 21:42 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52644
           Summary: RTL check: expected elt 1 type 'i' or 'n', have '0'
                    (rtx reg) in ix86_decompose_address, at
                    config/i386/i386.c:11522[4.8 Regression] ICE in
                    stage2:
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz


This ICE happens probably only with RTL checking enabled.

Compiler output:
/mnt/svn/gcc-trunk/libgcc/unwind-dw2.c: In function 'execute_stack_op':
/mnt/svn/gcc-trunk/libgcc/unwind-dw2.c:902:1: internal compiler error: RTL
check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in
ix86_decompose_address, at config/i386/i386.c:11522
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [unwind-dw2.o] Error 1
make[5]: *** Waiting for unfinished jobs....
/mnt/svn/gcc-trunk/libgcc/unwind-dw2-fde-dip.c: In function
'_Unwind_IteratePhdrCallback':
/mnt/svn/gcc-trunk/libgcc/unwind-dw2-fde-dip.c:432:1: internal compiler error:
RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx mem) in
ix86_decompose_address, at config/i386/i386.c:11522
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

$ ./build-185559-lto-fortran-checking-yes-rtl-df/gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=./build-185559-lto-fortran-checking-yes-rtl-df/gcc/xgcc
Target: x86_64-unknown-linux-gnu
Configured with: /mnt/svn/gcc-trunk//configure --enable-checking=yes,rtl,df
--enable-languages=c,c++,lto,fortran
--prefix=/mnt/svn/gcc-trunk/binary-185559-lto-fortran-checking-yes-rtl-df/
--with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl/
--disable-ppl-version-check
Thread model: posix
gcc version 4.8.0 20120320 (experimental) (GCC) 

Tested revisions:
r185535 - OK
r185545 - crash
r185559 - crash


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

* [Bug bootstrap/52644] RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522[4.8 Regression] ICE in stage2:
  2012-03-20 21:42 [Bug bootstrap/52644] New: RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522[4.8 Regression] ICE in stage2: zsojka at seznam dot cz
@ 2012-03-20 21:51 ` zsojka at seznam dot cz
  2012-03-21  7:20 ` [Bug bootstrap/52644] [4.8 Regression] ICE in stage2: RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522 ubizjak at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: zsojka at seznam dot cz @ 2012-03-20 21:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Zdenek Sojka <zsojka at seznam dot cz> 2012-03-20 21:42:26 UTC ---
Created attachment 26937
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26937
preprocessed source

$ /home/smatz/build-185559-lto-fortran-checking-yes-rtl-df/./gcc/xgcc
-B/home/smatz/build-185559-lto-fortran-checking-yes-rtl-df/./gcc/ unwind-dw2.i
-O -m32 -c -fpic
/mnt/svn/gcc-trunk/libgcc/unwind-dw2.c: In function ‘execute_stack_op’:
/mnt/svn/gcc-trunk/libgcc/unwind-dw2.c:902:1: internal compiler error: RTL
check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in
ix86_decompose_address, at config/i386/i386.c:11522
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug bootstrap/52644] [4.8 Regression] ICE in stage2: RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522
  2012-03-20 21:42 [Bug bootstrap/52644] New: RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522[4.8 Regression] ICE in stage2: zsojka at seznam dot cz
  2012-03-20 21:51 ` [Bug bootstrap/52644] " zsojka at seznam dot cz
@ 2012-03-21  7:20 ` ubizjak at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: ubizjak at gmail dot com @ 2012-03-21  7:20 UTC (permalink / raw)
  To: gcc-bugs

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

Uros Bizjak <ubizjak at gmail dot com> changed:

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

--- Comment #2 from Uros Bizjak <ubizjak at gmail dot com> 2012-03-21 06:58:45 UTC ---
Already fixed.


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

end of thread, other threads:[~2012-03-21  6:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-20 21:42 [Bug bootstrap/52644] New: RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522[4.8 Regression] ICE in stage2: zsojka at seznam dot cz
2012-03-20 21:51 ` [Bug bootstrap/52644] " zsojka at seznam dot cz
2012-03-21  7:20 ` [Bug bootstrap/52644] [4.8 Regression] ICE in stage2: RTL check: expected elt 1 type 'i' or 'n', have '0' (rtx reg) in ix86_decompose_address, at config/i386/i386.c:11522 ubizjak at gmail 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).