--- Comment #5 from ebuddington at wesleyan dot edu 2007-09-24 11:24
---
Created an attachment (id=14249)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14249&action=view)
output of 'g++ -Wall -O3 -march=native -v -c test.cc'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3354
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-09-24 08:36 ---
-v output when compiling, that is,
g++ -Wall -O3 -march=native -c videospeed.cc -v
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33540
--- Comment #3 from ebuddington at wesleyan dot edu 2007-09-24 02:39
---
bash-2.05b$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.2.1/configure --prefix=/packages/gcc/4.2.1/any
--exec-prefix=/packages/gcc/4.2.1/i386
Thread model: posix
gcc version 4.2
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-09-24 02:12 ---
Can you provide the -v output? This is needed if you use -march=native.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33540
--- Comment #1 from ebuddington at wesleyan dot edu 2007-09-24 00:52
---
Created an attachment (id=14247)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14247&action=view)
error-producing test case
test case: rename to test.cc, and 'g++ -Wall -O3 -march=native -c test.cc'
--