public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/6866: gcc-3.1 won't compile itself with -march=pentium4 -msse2 -mfpmath=sse
@ 2002-06-13  9:31 hubicka
  0 siblings, 0 replies; 3+ messages in thread
From: hubicka @ 2002-06-13  9:31 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, krelisnet, nobody

Synopsis: gcc-3.1 won't compile itself with -march=pentium4 -msse2 -mfpmath=sse

State-Changed-From-To: open->feedback
State-Changed-By: hubicka
State-Changed-When: Thu Jun 13 09:31:05 2002
State-Changed-Why:
    I believe I've fixed the bug, but I can't test myself, as I don't have SSE machine available right now.  Can someone check?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6866


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

* Re: bootstrap/6866: gcc-3.1 won't compile itself with -march=pentium4 -msse2 -mfpmath=sse
@ 2002-10-17  9:55 hubicka
  0 siblings, 0 replies; 3+ messages in thread
From: hubicka @ 2002-10-17  9:55 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, krelisnet, nobody

Synopsis: gcc-3.1 won't compile itself with -march=pentium4 -msse2 -mfpmath=sse

State-Changed-From-To: feedback->closed
State-Changed-By: hubicka
State-Changed-When: Thu Oct 17 09:55:57 2002
State-Changed-Why:
    Both 3.2 branch and mainline bootstrapped on P4 for me

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6866


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

* bootstrap/6866: gcc-3.1 won't compile itself with -march=pentium4 -msse2 -mfpmath=sse
@ 2002-05-30  4:36 krelisnet
  0 siblings, 0 replies; 3+ messages in thread
From: krelisnet @ 2002-05-30  4:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6866
>Category:       bootstrap
>Synopsis:       gcc-3.1 won't compile itself with -march=pentium4 -msse2 -mfpmath=sse
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Thu May 30 04:16:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Cornelis de Gier
>Release:        gcc-3.1
>Organization:
>Environment:
Mandrake 8.2 on Pentium4 with gcc-3.1
>Description:
While bootstrapping:

/bin/sh ./libtool --mode=compile /home/cwg/install/src/objdir/gcc/xgcc -B/home/cwg/install/src/objdir/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I../../../gcc-3.1/libjava -I./include -I./gcj -I../../../gcc-3.1/libjava -Iinclude -I../../../gcc-3.1/libjava/include -I../../../gcc-3.1/libjava/../boehm-gc/include  -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1   -I../../../gcc-3.1/libjava/libltdl -I../../../gcc-3.1/libjava/libltdl -I../../../gcc-3.1/libjava/.././libjava/../gcc -I../../../gcc-3.1/libjava/../zlib -I../../../gcc-3.1/libjava/../libffi/include -I../libffi/include   -D__NO_MATH_INLINES  -ffloat-store -W -Wall -march=pentium4 -msse2 -O2 -mfpmath=sse -c -o java/lang/strtod.lo ../../../gcc-3.1/libjava/java/lang/strtod.c
../../../gcc-3.1/libjava/java/lang/dtoa.c: In function `_Jv_dtoa_r':
../../../gcc-3.1/libjava/java/lang/dtoa.c:248: warning: `ilim' might be used uninitialized in this function
../../../gcc-3.1/libjava/java/lang/dtoa.c:248: warning: `ilim1' might be used uninitialized in this function
../../../gcc-3.1/libjava/java/lang/dtoa.c:249: warning: `spec_case' might be used uninitialized in this function
../../../gcc-3.1/libjava/java/lang/dtoa.c:256: warning: `mlo' might be used uninitialized in this function
../../../gcc-3.1/libjava/java/lang/dtoa.c:882: Internal compiler error in ix86_secondary_memory_needed, at config/i386/i386.c:12251
>How-To-Repeat:
$ mkdir objdir
$ cd objdir
$ ../gcc-3.1/configure --enable-threads --with-cpu=pentium4 --enable-version-specific-runtime-libs
$ make -j 2 CFLAGS='-march=pentium4 -msse2 -O2 -mfpmath=sse' LIBCFLAGS='-march=pentium4 -msse2 -g -O2 -mfpmath=sse' LIBCXXFLAGS='-march=pentium4 -msse2 -g -O2 -mfpmath=sse -fno-implicit-templates' bootstrap-lean
>Fix:
Work around: not using -march=pentium4 -msse2 -mfpmath=sse as compilation options.
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-10-17 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-13  9:31 bootstrap/6866: gcc-3.1 won't compile itself with -march=pentium4 -msse2 -mfpmath=sse hubicka
  -- strict thread matches above, loose matches on Subject: below --
2002-10-17  9:55 hubicka
2002-05-30  4:36 krelisnet

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).