public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21351] New: internal compiler error with sse
@ 2005-05-03  3:49 js at jeannot dot org
  2005-05-03  3:51 ` [Bug c++/21351] " js at jeannot dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: js at jeannot dot org @ 2005-05-03  3:49 UTC (permalink / raw)
  To: gcc-bugs

When using -msse with g++ 3.4.4 (snapshot of 20050429), an internal compiler
error happen:
g++34 -v -save-temps -I- -g -O2 -march=pentium4 -mfpmath=sse -msse2 -mmmx -msse
-fPIC -Wall -Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -pipe -O2
-Iinclude -I/opt/js/devel/COIN/include -I/opt/js/devel/COIN/include
-DCOIN_USE_ZLIB -DCOIN_USE_BZLIB -c IdiSolve.cpp -o FreeBSD-O1/IdiSolve.o
g++34: warning: -pipe ignored because -save-temps specified
Reading specs from /usr/local/lib/gcc/i386-portbld-freebsd4.11/3.4.4/specs
Configured with: ./..//gcc-3.4-20050429/configure --disable-nls
--with-system-zlib --with-libiconv-prefix=/usr/local --program-suffix=34
--with-gxx-include-dir=/usr/local/lib/gcc/i386-portbld-freebsd4.11/3.4.4/include/c++/
--disable-shared --prefix=/usr/local i386-portbld-freebsd4.11
Thread model: posix
gcc version 3.4.4 20050429 (prerelease) [FreeBSD]
 /usr/local/libexec/gcc/i386-portbld-freebsd4.11/3.4.4/cc1plus -E -quiet -v -I-
-Iinclude -I/opt/js/devel/COIN/include -I/opt/js/devel/COIN/include -D__PIC__
-D__pic__ -DCOIN_USE_ZLIB -DCOIN_USE_BZLIB IdiSolve.cpp -march=pentium4
-mfpmath=sse -msse2 -mmmx -msse -Wall -Wpointer-arith -Wcast-qual
-Wwrite-strings -Wconversion -fPIC -fworking-directory -O2 -O2 -o IdiSolve.ii
ignoring nonexistent directory
"/usr/local/lib/gcc/i386-portbld-freebsd4.11/3.4.4/../../../../i386-portbld-freebsd4.11/include"
ignoring duplicate directory "/opt/js/devel/COIN/include"
#include "..." search starts here:
#include <...> search starts here:
 include
 /opt/js/devel/COIN/include
 /usr/local/lib/gcc/i386-portbld-freebsd4.11/3.4.4/include/c++/
 /usr/local/lib/gcc/i386-portbld-freebsd4.11/3.4.4/include/c++//i386-portbld-freebsd4.11
 /usr/local/lib/gcc/i386-portbld-freebsd4.11/3.4.4/include/c++//backward
 /usr/local/include
 /usr/local/lib/gcc/i386-portbld-freebsd4.11/3.4.4/include
 /usr/include
End of search list.
 /usr/local/libexec/gcc/i386-portbld-freebsd4.11/3.4.4/cc1plus -fpreprocessed
IdiSolve.ii -quiet -dumpbase IdiSolve.cpp -march=pentium4 -mfpmath=sse -msse2
-mmmx -msse -auxbase-strip FreeBSD-O1/IdiSolve.o -g -O2 -O2 -Wall
-Wpointer-arith -Wcast-qual -Wwrite-strings -Wconversion -version -fPIC -o
IdiSolve.s
GNU C++ version 3.4.4 20050429 (prerelease) [FreeBSD] (i386-portbld-freebsd4.11)
        compiled by GNU C version 3.4.4 20050429 (prerelease) [FreeBSD].
GGC heuristics: --param ggc-min-expand=65 --param ggc-min-heapsize=65536
IdiSolve.cpp: In member function `IdiotResult Idiot::IdiSolve(int, int, double*,
double*, double*, double*, const double*, const double*, double*, const double*,
const double*, const double*, const int*, const CoinBigIndex*, const int*,
double*, int, double, double, double, double, int, double, double, double)':
IdiSolve.cpp:1105: error: could not split insn
(insn:TI 9354 9495 10934 IdiSolve.cpp:265 (set (reg:DF 23 xmm2)
        (if_then_else:DF (unge (reg:DF 23 xmm2)
                (mem/u/f:DF (reg:SI 2 cx) [8 S8 A64]))
            (reg:DF 21 xmm0 [255])
            (const_double:DF 0 [0x0] 0.0 [0x0.0p+0]))) 485
{*sse_movdfcc_const0_1} (insn_list 9495 (insn_list 807 (insn_list 9494 (nil))))
    (expr_list:REG_DEAD (reg:SI 2 cx)
        (expr_list:REG_DEAD (reg:DF 21 xmm0 [255])
            (nil))))
IdiSolve.cpp:1105: internal compiler error: in final_scan_insn, at final.c:2429
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: internal compiler error with sse
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: js at jeannot dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: gcc version 3.4.4 20050429 (prerelease) [FreeBSD]


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


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

* [Bug c++/21351] internal compiler error with sse
  2005-05-03  3:49 [Bug c++/21351] New: internal compiler error with sse js at jeannot dot org
@ 2005-05-03  3:51 ` js at jeannot dot org
  2005-05-03  6:34 ` [Bug target/21351] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: js at jeannot dot org @ 2005-05-03  3:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From js at jeannot dot org  2005-05-03 03:50 -------
Created an attachment (id=8802)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8802&action=view)
Result of -save-temps


-- 


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


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

* [Bug target/21351] internal compiler error with sse
  2005-05-03  3:49 [Bug c++/21351] New: internal compiler error with sse js at jeannot dot org
  2005-05-03  3:51 ` [Bug c++/21351] " js at jeannot dot org
@ 2005-05-03  6:34 ` pinskia at gcc dot gnu dot org
  2005-05-03 16:29 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-03  6:34 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |target
           Keywords|                            |ice-on-valid-code, ssemmx


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


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

* [Bug target/21351] internal compiler error with sse
  2005-05-03  3:49 [Bug c++/21351] New: internal compiler error with sse js at jeannot dot org
  2005-05-03  3:51 ` [Bug c++/21351] " js at jeannot dot org
  2005-05-03  6:34 ` [Bug target/21351] " pinskia at gcc dot gnu dot org
@ 2005-05-03 16:29 ` pinskia at gcc dot gnu dot org
  2005-05-09 20:22 ` js at jeannot dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-03 16:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|gcc version 3.4.4 20050429  |
                   |(prerelease) [FreeBSD]      |
 GCC target triplet|                            |i686-pc-linux-gnu


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


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

* [Bug target/21351] internal compiler error with sse
  2005-05-03  3:49 [Bug c++/21351] New: internal compiler error with sse js at jeannot dot org
                   ` (2 preceding siblings ...)
  2005-05-03 16:29 ` pinskia at gcc dot gnu dot org
@ 2005-05-09 20:22 ` js at jeannot dot org
  2005-05-27 15:02 ` js at jeannot dot org
  2005-06-18 23:24 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: js at jeannot dot org @ 2005-05-09 20:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From js at jeannot dot org  2005-05-09 20:21 -------
The bug is still present gcc version 3.4.4 20050506.

-- 


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


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

* [Bug target/21351] internal compiler error with sse
  2005-05-03  3:49 [Bug c++/21351] New: internal compiler error with sse js at jeannot dot org
                   ` (3 preceding siblings ...)
  2005-05-09 20:22 ` js at jeannot dot org
@ 2005-05-27 15:02 ` js at jeannot dot org
  2005-06-18 23:24 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: js at jeannot dot org @ 2005-05-27 15:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From js at jeannot dot org  2005-05-27 14:58 -------
Seems fixed as of 3.4.5 20050524.

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


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


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

* [Bug target/21351] internal compiler error with sse
  2005-05-03  3:49 [Bug c++/21351] New: internal compiler error with sse js at jeannot dot org
                   ` (4 preceding siblings ...)
  2005-05-27 15:02 ` js at jeannot dot org
@ 2005-06-18 23:24 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-18 23:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.5


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


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

end of thread, other threads:[~2005-06-18 23:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-03  3:49 [Bug c++/21351] New: internal compiler error with sse js at jeannot dot org
2005-05-03  3:51 ` [Bug c++/21351] " js at jeannot dot org
2005-05-03  6:34 ` [Bug target/21351] " pinskia at gcc dot gnu dot org
2005-05-03 16:29 ` pinskia at gcc dot gnu dot org
2005-05-09 20:22 ` js at jeannot dot org
2005-05-27 15:02 ` js at jeannot dot org
2005-06-18 23:24 ` 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).