[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-08-13 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #8 from Paul H. Hargrove PHHargrove at lbl dot gov 2012-08-13 22:04:40 UTC --- The following is a transcript of a test I just tried one of my systems where Gary and I have observed this bug. The test appears to show that the gcc

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-08-13 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #9 from Paul H. Hargrove PHHargrove at lbl dot gov 2012-08-13 22:42:16 UTC --- Following up on my previous experiment, I tried the same input with the xgcc which is failing to build libdecnumber. If also fails with the 1-line test

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-08-13 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #10 from Paul H. Hargrove PHHargrove at lbl dot gov 2012-08-13 22:54:12 UTC --- (In reply to comment #9) Following up on my previous experiment, I tried the same input with the xgcc which is failing to build libdecnumber. If also

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-08-13 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #11 from Gary Funck gary at intrepid dot com 2012-08-13 23:00:57 UTC --- It is possible that revision 189908 introduced the 'mcom' change. Index: src/gcc/config/rs6000/rs6000.h

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-08-10 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #7 from Gary Funck gary at intrepid dot com 2012-08-11 01:24:37 UTC --- We're still running into this build failure on PPC64, using a recent revision of the HEAD version. Is there additional information that is needed to help track

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-07-31 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #1 from Gary Funck gary at intrepid dot com 2012-07-31 16:12:18 UTC --- We have determined that we can bypass the failure with the following configure switches: --with-long-double-128 --with-cpu-32=power4 --with-tune-32=power6

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-07-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-07-31 16:35:02 UTC --- sldi and srdi are both standard PowerPC64 instructions. How did you configure GCC?

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-07-31 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #3 from Gary Funck gary at intrepid dot com 2012-07-31 16:53:52 UTC --- (In reply to comment #2) sldi and srdi are both standard PowerPC64 instructions. How did you configure GCC? No special switches. For example,

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-07-31 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #4 from Gary Funck gary at intrepid dot com 2012-07-31 16:57:55 UTC --- One of target platforms is running RHEL 6.2 on a POWER7 series processor. The binutils RPM is: binutils-2.20.51.0.2-5.28.el6.ppc64

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-07-31 Thread gary at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #5 from Gary Funck gary at intrepid dot com 2012-07-31 17:14:24 UTC --- Here is the complete output at the point of a make failure. /home/garyf/gcc-4.8/wrk/./gcc/xgcc -B/home/garyf/gcc-4.8/wrk/./gcc/ -B/home/gar

[Bug target/54142] ppc64 build failure - Unrecognized opcode: `sldi' (and `srdi`)

2012-07-31 Thread PHHargrove at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54142 --- Comment #6 from Paul H. Hargrove PHHargrove at lbl dot gov 2012-07-31 17:59:31 UTC --- (In reply to comment #2) sldi and srdi are both standard PowerPC64 instructions. IBM's Programming Environments Manual for 64-Bit Microprocessors lists