[Bug c++/64414] cc1plus: internal compiler error: Segmentation fault

2014-12-28 Thread jpyeron at pdinc dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64414 --- Comment #4 from Jason Pyeron --- Confirming 4.9.2 does not crash, although it is a bit noisy on the output where 4.4 was quite. Thank you.

[Bug bootstrap/64419] ./configure --prefix /root/bin/gcc-4.9.2 --with-mpc=/root/mpc/ --disable-multilib

2014-12-27 Thread jpyeron at pdinc dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64419 --- Comment #3 from Jason Pyeron --- Sorry, I just assumed that I did not need to mention that I had set LD_LIBRARY_PATH (at least so says history). Thanks. Off to other problems now.

[Bug bootstrap/64419] New: ./configure --prefix /root/bin/gcc-4.9.2 --with-mpc=/root/mpc/ --disable-multilib

2014-12-27 Thread jpyeron at pdinc dot us
Severity: minor Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: jpyeron at pdinc dot us --with-mpc does not compile, installing mpc in standard location does. RHEL 6 64 bit, latest patches. build as root. sorry for the bug and

[Bug c++/64414] cc1plus: internal compiler error: Segmentation fault

2014-12-27 Thread jpyeron at pdinc dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64414 --- Comment #3 from Jason Pyeron --- I am building gcc 4.9.2 presently, I will test afterwards. Distro bug: https://bugzilla.redhat.com/show_bug.cgi?id=1177458 in case of patch.

[Bug c++/64414] cc1plus: internal compiler error: Segmentation fault

2014-12-26 Thread jpyeron at pdinc dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64414 --- Comment #1 from Jason Pyeron --- In an attempt to be lazy, I added a .h file to refer to a .h file in the parent directory. 2154b9ff583610a5ab97821ed6b45646df2f4e2b:src/Main/Unix/System.h: #include "../System.h" removing that file eliminate

[Bug c++/64414] New: cc1plus: internal compiler error: Segmentation fault

2014-12-26 Thread jpyeron at pdinc dot us
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jpyeron at pdinc dot us Centos/RHEL 6: gcc-c++-4.4.7-11.el6.x86_64 root@twelve-233 ~/CipherShed/src/Main # g++ -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/root/CipherShed/src -I/root/CipherShed/src

[Bug target/56068] -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 --- Comment #15 from Jason Pyeron 2013-01-21 20:14:10 UTC --- (In reply to comment #12) > (In reply to comment #11) > > I will try 4.6 to prove that. Off to build 4.6... > ... > If that prints 0 for OSXSAVE and non-zero for AVX then it's

[Bug target/56068] -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 --- Comment #11 from Jason Pyeron 2013-01-21 17:42:06 UTC --- (In reply to comment #10) > (In reply to comment #9) > > Using -mno-avx (or replacing -march=cirei7) worked for me. > Bah, that should be "replacing -march=native with -march=c

[Bug target/56068] -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 --- Comment #8 from Jason Pyeron 2013-01-21 17:26:06 UTC --- (In reply to comment #7) > Please try a newer version of GCC, 4.4 is no longer supported. Also since > which version is the oldest supported version, I will use that version for

[Bug c/56068] -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 --- Comment #5 from Jason Pyeron 2013-01-21 17:14:05 UTC --- Created attachment 29242 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29242 gcc test.c -march=native -v

[Bug c/56068] -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 --- Comment #4 from Jason Pyeron 2013-01-21 17:13:25 UTC --- Created attachment 29241 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29241 gcc -v test.c output

[Bug c/56068] -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 --- Comment #3 from Jason Pyeron 2013-01-21 17:12:15 UTC --- mockbuild@centos6-64bit-builder ~/build/BUILD/tmp (mock-chroot) $ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 13

[Bug c/56068] -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 --- Comment #2 from Jason Pyeron 2013-01-21 17:10:34 UTC --- Created attachment 29240 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29240 diff of defines

[Bug c/56068] -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 --- Comment #1 from Jason Pyeron 2013-01-21 17:08:47 UTC --- Created attachment 29239 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29239 gcc -dM -E - -march=native

[Bug c/56068] New: -march=native creates Illegal instruction on KVM guests

2013-01-21 Thread jpyeron at pdinc dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56068 Bug #: 56068 Summary: -march=native creates Illegal instruction on KVM guests Classification: Unclassified Product: gcc Version: 4.4.6 Status: UNCONFIRMED