public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11358] New: complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
@ 2003-06-28  9:54 olh at suse dot de
  2003-07-05 23:58 ` [Bug c/11358] " pinskia at physics dot uc dot edu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: olh at suse dot de @ 2003-06-28  9:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: complex-6.c:40: internal compiler error: in
                    subreg_hard_regno, at emit-rtl.c:1087
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: olh at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc64-suse-linux
  GCC host triplet: powerpc64-suse-linux
GCC target triplet: powerpc64-suse-linux

see http://gcc.gnu.org/ml/gcc-testresults/2003-06/msg01690.html 
configured with: 
CFLAGS='-O1 -g -mminimal-toc ' CXXFLAGS=$CFLAGS $HOME/gcc-head/configure 
--enable-languages=c,c++ --enable-shared --with-slibdir=/lib64 --with-system-zlib --prefix=/usr 
powerpc64-suse-linux 
GNU ld version 2.14.90 20030624 
 
GNU C Library stable release version 2.3.2, by Roland McGrath et al. 
Compiled by GNU CC version 3.2.3 (SuSE Linux). 
Compiled on a Linux 2.5.70 system on 2003-06-19. 
 
FAIL: gcc.c-torture/execute/complex-6.c compilation,  -O1  
UNRESOLVED: gcc.c-torture/execute/complex-6.c execution,  -O1  
FAIL: gcc.c-torture/execute/complex-6.c compilation,  -O2  
UNRESOLVED: gcc.c-torture/execute/complex-6.c execution,  -O2  
FAIL: gcc.c-torture/execute/complex-6.c compilation,  -O3 -fomit-frame-pointer  
UNRESOLVED: gcc.c-torture/execute/complex-6.c execution,  -O3 -fomit-frame-pointer  
FAIL: gcc.c-torture/execute/complex-6.c compilation,  -O3 -g  
UNRESOLVED: gcc.c-torture/execute/complex-6.c execution,  -O3 -g  
FAIL: gcc.c-torture/execute/complex-6.c compilation,  -Os  
UNRESOLVED: gcc.c-torture/execute/complex-6.c execution,  -Os  
FAIL: gcc.c-torture/execute/pure-1.c compilation,  -O1  
UNRESOLVED: gcc.c-torture/execute/pure-1.c execution,  -O1  
 
 
details: 
Executing on host: /home/foo/obj-gcc/gcc/xgcc -B/home/foo/obj-gcc/gcc/ 
/home/foo/gcc-head/gcc/testsuite/gcc.c-torture/execute/complex-6.c  -w  -O1   -lm   -o 
/home/foo/obj-gcc/gcc/testsuite/complex-6.x1    (timeout = 300) 
/home/foo/gcc-head/gcc/testsuite/gcc.c-torture/execute/complex-6.c: In function `ctest_int':^M 
/home/foo/gcc-head/gcc/testsuite/gcc.c-torture/execute/complex-6.c:40: internal compiler error: 
in subreg_hard_regno, at emit-rtl.c:1087^M 
Please submit a full bug report,^M 
with preprocessed source if appropriate.^M 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.^M 
compiler exited with status 1 
output is: 
/home/foo/gcc-head/gcc/testsuite/gcc.c-torture/execute/complex-6.c: In function `ctest_int':^M 
/home/foo/gcc-head/gcc/testsuite/gcc.c-torture/execute/complex-6.c:40: internal compiler error: 
in subreg_hard_regno, at emit-rtl.c:1087^M 
Please submit a full bug report,^M 
with preprocessed source if appropriate.^M 
See <URL:http://gcc.gnu.org/bugs.html> for instructions.^M 
 
FAIL: gcc.c-torture/execute/complex-6.c compilation,  -O1  
UNRESOLVED: gcc.c-torture/execute/complex-6.c execution,  -O1


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

* [Bug c/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
  2003-06-28  9:54 [Bug c/11358] New: complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087 olh at suse dot de
@ 2003-07-05 23:58 ` pinskia at physics dot uc dot edu
  2003-07-23  6:44 ` [Bug target/11358] " olh at suse dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-05 23:58 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-05 23:58:22
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-05 23:58 -------
I can confirm this on the mainline (20030705):
Reduced example:
__complex__ int ctest_int (__complex__ int x)
{
  return ~x;
}


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

* [Bug target/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
  2003-06-28  9:54 [Bug c/11358] New: complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087 olh at suse dot de
  2003-07-05 23:58 ` [Bug c/11358] " pinskia at physics dot uc dot edu
@ 2003-07-23  6:44 ` olh at suse dot de
  2003-08-23  0:36 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: olh at suse dot de @ 2003-07-23  6:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From olh at suse dot de  2003-07-23 06:44 -------
I just verified that simple testcase:

olh@mandarine:~/obj-gcc/gcc/stage1> ~/obj-gcc/gcc/stage1/xgcc -Wall -O1 -g -o ~/x ~/x.c -v
Using built-in specs.
Configured with: /home/olh/gcc-head/configure --prefix=/usr --disable-nls --enable-threads=posix --enable-languages=c,c++,f77,objc
Thread model: posix
gcc version 3.4 20030723 (experimental)
 cc1 -quiet -v -iprefix /home/olh/obj-gcc/gcc/stage1/../lib/gcc-lib/powerpc64-unknown-linux-gnu/3.4/ -D__unix__ -D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux -Asystem=unix -Asystem=posix /home/olh/x.c -quiet -dumpbase x.c -auxbase x -g -O1 -Wall -version -o /tmp/ccyPXTqe.s
ignoring nonexistent directory "/home/olh/obj-gcc/gcc/lib/gcc-lib/powerpc64-unknown-linux-gnu/3.4/include"
ignoring nonexistent directory "/home/olh/obj-gcc/gcc/lib/gcc-lib/powerpc64-unknown-linux-gnu/3.4/../../../../powerpc64-unknown-linux-gnu/include"
ignoring nonexistent directory "/usr/lib/gcc-lib/powerpc64-unknown-linux-gnu/3.4/include"
ignoring nonexistent directory "/usr/powerpc64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/include
End of search list.
GNU C version 3.4 20030723 (experimental) (powerpc64-unknown-linux-gnu)
        compiled by GNU C version 3.2.3 (SuSE Linux).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
/home/olh/x.c: In function `ctest_int':
/home/olh/x.c:4: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1023
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug target/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
  2003-06-28  9:54 [Bug c/11358] New: complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087 olh at suse dot de
  2003-07-05 23:58 ` [Bug c/11358] " pinskia at physics dot uc dot edu
  2003-07-23  6:44 ` [Bug target/11358] " olh at suse dot de
@ 2003-08-23  0:36 ` dhazeghi at yahoo dot com
  2003-10-05  8:19 ` olh at suse dot de
  2003-10-17 18:19 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|powerpc64-suse-linux        |
   GCC host triplet|powerpc64-suse-linux        |
   Target Milestone|3.4                         |---


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

* [Bug target/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
  2003-06-28  9:54 [Bug c/11358] New: complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087 olh at suse dot de
                   ` (2 preceding siblings ...)
  2003-08-23  0:36 ` dhazeghi at yahoo dot com
@ 2003-10-05  8:19 ` olh at suse dot de
  2003-10-17 18:19 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: olh at suse dot de @ 2003-10-05  8:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


olh at suse dot de changed:

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


------- Additional Comments From olh at suse dot de  2003-10-05 08:19 -------

olh@mandarine:~> cat > pr11358.c
__complex__ int ctest_int (__complex__ int x)
{
  return ~x;
}
olh@mandarine:~> install-gcc-head/bin/gcc -Wall -O1 -g -o pr11358.o pr11358.c
/usr/lib/../lib64/crt1.o(.rodata+0x8):../sysdeps/powerpc/powerpc64/elf/start.S:44: undefined reference to `main'
collect2: ld returned 1 exit status
olh@mandarine:~> install-gcc-head/bin/gcc -Wall -O1 -g -o pr11358.o pr11358.c -v -c
Reading specs from /home/olh/install-gcc-head/lib/gcc/powerpc64-unknown-linux-gnu/3.4/specs
Configured with: /home/olh/gcc-head/configure --prefix=/home/olh/install-gcc-head --disable-nls --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++,f77,objc
Thread model: posix
gcc version 3.4 20031004 (experimental)
 /home/olh/install-gcc-head/libexec/gcc/powerpc64-unknown-linux-gnu/3.4/cc1 -quiet -v -D__unix__ -D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux -Asystem=unix -Asystem=posix pr11358.c -quiet -dumpbase pr11358.c -auxbase-strip pr11358.o -g -O1 -Wall -version -o /tmp/ccOGWQWv.s
ignoring nonexistent directory "/home/olh/install-gcc-head/lib/gcc/powerpc64-unknown-linux-gnu/3.4/../../../../powerpc64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /home/olh/install-gcc-head/include
 /home/olh/install-gcc-head/lib/gcc/powerpc64-unknown-linux-gnu/3.4/include
 /usr/include
End of search list.
GNU C version 3.4 20031004 (experimental) (powerpc64-unknown-linux-gnu)
        compiled by GNU C version 3.4 20031004 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
 as -a64 -mppc64 -V -Qy -o pr11358.o /tmp/ccOGWQWv.s
GNU assembler version 2.14.90 (powerpc64-suse-linux) using BFD version 2.14.90 20030701
olh@mandarine:~>


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

* [Bug target/11358] complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087
  2003-06-28  9:54 [Bug c/11358] New: complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087 olh at suse dot de
                   ` (3 preceding siblings ...)
  2003-10-05  8:19 ` olh at suse dot de
@ 2003-10-17 18:19 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 18:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-10-17 18:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-28  9:54 [Bug c/11358] New: complex-6.c:40: internal compiler error: in subreg_hard_regno, at emit-rtl.c:1087 olh at suse dot de
2003-07-05 23:58 ` [Bug c/11358] " pinskia at physics dot uc dot edu
2003-07-23  6:44 ` [Bug target/11358] " olh at suse dot de
2003-08-23  0:36 ` dhazeghi at yahoo dot com
2003-10-05  8:19 ` olh at suse dot de
2003-10-17 18:19 ` pinskia at gcc dot gnu dot 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).