public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28689]  New: Cross compile internal error.
@ 2006-08-11  2:01 lee dot adamson at macquarie dot com
  2006-08-11  2:40 ` [Bug c++/28689] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: lee dot adamson at macquarie dot com @ 2006-08-11  2:01 UTC (permalink / raw)
  To: gcc-bugs

emsdev1-ladamson [View: lee_3_view]:
/opt/gcc/cross-4.1.1-x86-solaris2.10/i386-pc-solaris2.10/bin/g++ -v
Using built-in specs.
Target: i386-pc-solaris2.10
Configured with: ../gcc-4.1.1/configure --target=i386-pc-solaris2.10
--prefix=/opt/gcc/cross-4.1.1-x86-solaris2.10 --enable-languages=c,c++
--enable-threads --disable-shared --with-gnu-as --with-gnu-ld
--with-sysroot=/opt/gcc/cross-4.1.1-x86-solaris2.10
Thread model: posix
gcc version 4.1.1




/opt/gcc/cross-4.1.1-x86-solaris2.10/i386-pc-solaris2.10/bin/g++ -O3
-D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -ftree-vectorize -ansi
-pedantic -Wall -Werror -Wconversion -Wpointer-arith -Wcast-qual
-Wwrite-strings -fno-common -Wno-unused-variable -march=pentium4 -mfpmath=sse
-msse2 -Wno-long-long  -I../include VectorMatrix.cpp -c -o
obj.gcc411_Sunx86_O3/VectorMatrix.o

VectorMatrix.cpp: In function 'VMatrix operator-(double, const VMatrix&)':

VectorMatrix.cpp:2140: error: unrecognizable insn:

(insn 272 271 273 29 (parallel [

            (set (reg:V2DF 155)

                (neg:V2DF (reg:V2DF 157)))

            (use (reg:V2DF 156))

            (clobber (reg:CC 17 flags))

        ]) -1 (nil)

    (expr_list:REG_EQUAL (neg:V2DF (mem:V2DF (reg:SI 63 [ ivtmp.4173 ]) [7 S16
A128]))

        (nil)))

VectorMatrix.cpp:2140: internal compiler error: in extract_insn, at
recog.c:2084Please submit a full bug report,

with preprocessed source if appropriate.

See <URL:http://gcc.gnu.org/bugs.html> for instructions.

make: *** [obj.gcc411_Sunx86_O3/VectorMatrix.o] Error 1

emsdev1-ladamson [View: lee_3_view]:


-- 
           Summary: Cross compile internal error.
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lee dot adamson at macquarie dot com
 GCC build triplet: sparc-sun-solaris2.8
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: i386-pc-solaris2.10


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


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

* [Bug c++/28689] Cross compile internal error.
  2006-08-11  2:01 [Bug c++/28689] New: Cross compile internal error lee dot adamson at macquarie dot com
@ 2006-08-11  2:40 ` pinskia at gcc dot gnu dot org
  2006-08-11  2:42 ` [Bug target/28689] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-11  2:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-11 02:40 -------
*** Bug 28688 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug target/28689] Cross compile internal error.
  2006-08-11  2:01 [Bug c++/28689] New: Cross compile internal error lee dot adamson at macquarie dot com
  2006-08-11  2:40 ` [Bug c++/28689] " pinskia at gcc dot gnu dot org
@ 2006-08-11  2:42 ` pinskia at gcc dot gnu dot org
  2006-08-11  2:52 ` lee dot adamson at macquarie dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-11  2:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-08-11 02:41 -------
Can you attach the preprocessed source?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/28689] Cross compile internal error.
  2006-08-11  2:01 [Bug c++/28689] New: Cross compile internal error lee dot adamson at macquarie dot com
  2006-08-11  2:40 ` [Bug c++/28689] " pinskia at gcc dot gnu dot org
  2006-08-11  2:42 ` [Bug target/28689] " pinskia at gcc dot gnu dot org
@ 2006-08-11  2:52 ` lee dot adamson at macquarie dot com
  2006-08-13 16:28 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lee dot adamson at macquarie dot com @ 2006-08-11  2:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from lee dot adamson at macquarie dot com  2006-08-11 02:52 -------
Created an attachment (id=12061)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12061&action=view)
Preprocessed source.


-- 


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


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

* [Bug target/28689] Cross compile internal error.
  2006-08-11  2:01 [Bug c++/28689] New: Cross compile internal error lee dot adamson at macquarie dot com
                   ` (2 preceding siblings ...)
  2006-08-11  2:52 ` lee dot adamson at macquarie dot com
@ 2006-08-13 16:28 ` pinskia at gcc dot gnu dot org
  2006-08-14  1:24 ` lee dot adamson at macquarie dot com
  2006-08-18  5:28 ` lee dot adamson at macquarie dot com
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-13 16:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-08-13 16:28 -------
This works for me with a native build to i686-linux-gnu.


-- 


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


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

* [Bug target/28689] Cross compile internal error.
  2006-08-11  2:01 [Bug c++/28689] New: Cross compile internal error lee dot adamson at macquarie dot com
                   ` (3 preceding siblings ...)
  2006-08-13 16:28 ` pinskia at gcc dot gnu dot org
@ 2006-08-14  1:24 ` lee dot adamson at macquarie dot com
  2006-08-18  5:28 ` lee dot adamson at macquarie dot com
  5 siblings, 0 replies; 7+ messages in thread
From: lee dot adamson at macquarie dot com @ 2006-08-14  1:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from lee dot adamson at macquarie dot com  2006-08-14 01:24 -------
It also works on native i386-pc-solaris2.10, just not on the cross.


-- 


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


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

* [Bug target/28689] Cross compile internal error.
  2006-08-11  2:01 [Bug c++/28689] New: Cross compile internal error lee dot adamson at macquarie dot com
                   ` (4 preceding siblings ...)
  2006-08-14  1:24 ` lee dot adamson at macquarie dot com
@ 2006-08-18  5:28 ` lee dot adamson at macquarie dot com
  5 siblings, 0 replies; 7+ messages in thread
From: lee dot adamson at macquarie dot com @ 2006-08-18  5:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from lee dot adamson at macquarie dot com  2006-08-18 05:27 -------
Same thing also happens if I build a sparc-sun-solaris2.8 to i686-pc-linux-gnu
cross compiler.


-- 


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


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

end of thread, other threads:[~2006-08-18  5:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-11  2:01 [Bug c++/28689] New: Cross compile internal error lee dot adamson at macquarie dot com
2006-08-11  2:40 ` [Bug c++/28689] " pinskia at gcc dot gnu dot org
2006-08-11  2:42 ` [Bug target/28689] " pinskia at gcc dot gnu dot org
2006-08-11  2:52 ` lee dot adamson at macquarie dot com
2006-08-13 16:28 ` pinskia at gcc dot gnu dot org
2006-08-14  1:24 ` lee dot adamson at macquarie dot com
2006-08-18  5:28 ` lee dot adamson at macquarie 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).