public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/59864] New: [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125
@ 2014-01-17 18:54 dimhen at gmail dot com
  2014-01-17 19:55 ` [Bug bootstrap/59864] " dimhen at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dimhen at gmail dot com @ 2014-01-17 18:54 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59864
           Summary: [4.9 regression] RTL check: expected code 'reg', have
                    'ne' in rhs_regno, at rtl.h:1125
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dimhen at gmail dot com

Fedora 20/x64

r206606 PASS
r206724 FAIL commpile libgcc with -m32

gcc configured as

~/src/gcc_current/configure --prefix=/usr/local/gcc_current
--enable-checking=yes,df,fold,rtl,tree --enable-languages=c,c++,lto
--enable-plugin --with-tune=native --with-arch=native
--enable-version-specific-runtime-libs --enable-static --enable-multilib
--with-system-zlib


make[5]: Entering directory
`/home/dimhen/build/gcc_current/x86_64-unknown-linux-gnu/32/libgcc'
# If this is the top-level multilib, build all the other
# multilibs.
/home/dimhen/build/gcc_current/./gcc/xgcc
-B/home/dimhen/build/gcc_current/./gcc/
-B/usr/local/gcc_current/x86_64-unknown-linux-gnu/bin/
-B/usr/local/gcc_current/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/gcc_current/x86_64-unknown-linux-gnu/include -isystem
/usr/local/gcc_current/x86_64-unknown-linux-gnu/sys-include    -g -O2 -m32 -O2 
-g -O2 -DIN_GCC    -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual
-Wno-format -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition 
-isystem ./include   -fpic -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector   -fpic -mlong-double-80 -I. -I. -I../../.././gcc
-I/home/dimhen/src/gcc_current/libgcc -I/home/dimhen/src/gcc_current/libgcc/.
-I/home/dimhen/src/gcc_current/libgcc/../gcc
-I/home/dimhen/src/gcc_current/libgcc/../include
-I/home/dimhen/src/gcc_current/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT
-DHAVE_CC_TLS  -DUSE_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep
-DL_negdi2 -c /home/dimhen/src/gcc_current/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
/home/dimhen/src/gcc_current/libgcc/libgcc2.c: In function '__negdi2':
/home/dimhen/src/gcc_current/libgcc/libgcc2.c:71:1: internal compiler error:
RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125
 }
 ^
0xc7fb31 rtl_check_failed_code1(rtx_def const*, rtx_code, char const*, int,
char const*)
    /home/dimhen/src/gcc_current/gcc/rtl.c:773
0x1ea870c rhs_regno
    /home/dimhen/src/gcc_current/gcc/rtl.h:1125
0x1ea91c8 combine_set_extension
    /home/dimhen/src/gcc_current/gcc/ree.c:303
0x1eabd17 merge_def_and_ext
    /home/dimhen/src/gcc_current/gcc/ree.c:658
0x1ead959 combine_reaching_defs
    /home/dimhen/src/gcc_current/gcc/ree.c:786
0x1eaea39 find_and_remove_re
    /home/dimhen/src/gcc_current/gcc/ree.c:993
0x1eaf41b rest_of_handle_ree
    /home/dimhen/src/gcc_current/gcc/ree.c:1064
0x1eaf4aa execute
    /home/dimhen/src/gcc_current/gcc/ree.c:1103
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [_negdi2.o] Error 1
make[5]: Leaving directory
`/home/dimhen/build/gcc_current/x86_64-unknown-linux-gnu/32/libgcc'


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

* [Bug bootstrap/59864] [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125
  2014-01-17 18:54 [Bug bootstrap/59864] New: [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125 dimhen at gmail dot com
@ 2014-01-17 19:55 ` dimhen at gmail dot com
  2014-01-17 20:40 ` dimhen at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dimhen at gmail dot com @ 2014-01-17 19:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Dmitry G. Dyachenko <dimhen at gmail dot com> ---
r206729, r206720 configured as

~/src/gcc_current/configure --prefix=/usr/local/gcc_current
--enable-checking=yes,rtl --enable-languages=c --disable-multilib

FAIL with

/home/dimhen/src/gcc_current/libgcc/libgcc2.c: In function '__negti2':
/home/dimhen/src/gcc_current/libgcc/libgcc2.c:71:1: internal compiler error:
RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125
 }
 ^
0xc7e3d5 rtl_check_failed_code1(rtx_def const*, rtx_code, char const*, int,
char const*)
    /home/dimhen/src/gcc_current/gcc/rtl.c:773
0x1ea7078 rhs_regno
    /home/dimhen/src/gcc_current/gcc/rtl.h:1125
0x1ea7b34 combine_set_extension
    /home/dimhen/src/gcc_current/gcc/ree.c:303
0x1eaa683 merge_def_and_ext
    /home/dimhen/src/gcc_current/gcc/ree.c:658
0x1eac2c5 combine_reaching_defs
    /home/dimhen/src/gcc_current/gcc/ree.c:786
0x1ead3a5 find_and_remove_re
    /home/dimhen/src/gcc_current/gcc/ree.c:993
0x1eadd87 rest_of_handle_ree
    /home/dimhen/src/gcc_current/gcc/ree.c:1064
0x1eade16 execute
    /home/dimhen/src/gcc_current/gcc/ree.c:1103
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug bootstrap/59864] [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125
  2014-01-17 18:54 [Bug bootstrap/59864] New: [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125 dimhen at gmail dot com
  2014-01-17 19:55 ` [Bug bootstrap/59864] " dimhen at gmail dot com
@ 2014-01-17 20:40 ` dimhen at gmail dot com
  2014-01-17 20:53 ` dimhen at gmail dot com
  2014-01-19  9:31 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: dimhen at gmail dot com @ 2014-01-17 20:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dmitry G. Dyachenko <dimhen at gmail dot com> ---
Started with r206638.


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

* [Bug bootstrap/59864] [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125
  2014-01-17 18:54 [Bug bootstrap/59864] New: [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125 dimhen at gmail dot com
  2014-01-17 19:55 ` [Bug bootstrap/59864] " dimhen at gmail dot com
  2014-01-17 20:40 ` dimhen at gmail dot com
@ 2014-01-17 20:53 ` dimhen at gmail dot com
  2014-01-19  9:31 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: dimhen at gmail dot com @ 2014-01-17 20:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Dmitry G. Dyachenko <dimhen at gmail dot com> ---
http://gcc.gnu.org/ml/gcc-patches/2014-01/msg01061.html


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

* [Bug bootstrap/59864] [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125
  2014-01-17 18:54 [Bug bootstrap/59864] New: [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125 dimhen at gmail dot com
                   ` (2 preceding siblings ...)
  2014-01-17 20:53 ` dimhen at gmail dot com
@ 2014-01-19  9:31 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-01-19  9:31 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ebotcazou at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Patch has been installed.


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

end of thread, other threads:[~2014-01-19  9:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-17 18:54 [Bug bootstrap/59864] New: [4.9 regression] RTL check: expected code 'reg', have 'ne' in rhs_regno, at rtl.h:1125 dimhen at gmail dot com
2014-01-17 19:55 ` [Bug bootstrap/59864] " dimhen at gmail dot com
2014-01-17 20:40 ` dimhen at gmail dot com
2014-01-17 20:53 ` dimhen at gmail dot com
2014-01-19  9:31 ` ebotcazou 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).