https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #13 from Segher Boessenkool ---
Author: segher
Date: Thu Feb 14 19:03:54 2019
New Revision: 268890
URL: https://gcc.gnu.org/viewcvs?rev=268890&root=gcc&view=rev
Log:
Backport from trunk
2018-08-31 Segher Boessenkool
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #12 from Martin Liška ---
Yes, thanks for the fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
Segher Boessenkool changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #10 from Segher Boessenkool ---
Should be fixed on trunk now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #9 from Segher Boessenkool ---
Author: segher
Date: Thu Sep 27 19:54:09 2018
New Revision: 264675
URL: https://gcc.gnu.org/viewcvs?rev=264675&root=gcc&view=rev
Log:
rs6000: Delete many HAVE_AS_* (PR87149)
This deletes most HAVE_AS_*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #8 from Segher Boessenkool ---
Author: segher
Date: Fri Aug 31 08:52:13 2018
New Revision: 264011
URL: https://gcc.gnu.org/viewcvs?rev=264011&root=gcc&view=rev
Log:
rs6000: Make lrounddi2 depend on TARGET_FPRND (PR86684)
TARGET_FPRN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #7 from Segher Boessenkool ---
There are three things going wrong:
1) You configure without having an assembler available. This will disable
various features in your compiler. The same happens on e.g. the x86 port.
2) We allow dis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #6 from Segher Boessenkool ---
So, so far I have only reproduced it if I configure the compiler for
ppc64le-linux
(not powerpc64le-linux), _and_ I have no working assembler for that. Is that
your situation, too?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #5 from Segher Boessenkool ---
So both -Q --help=target as well as -fverbose-asm say -mfprnd is on; but the
ICE is because TARGET_FPRND is _off_. What.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
Segher Boessenkool changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #4 from Segher Boessenkool ---
I have reproduced it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #3 from Segher Boessenkool ---
That one works fine on both native and cross for me, too.
Please describe your config better? binutils version, libc version, exact
configure command, to start with?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #2 from Martin Liška ---
But ICEs with:
$ ./xgcc -B. /home/marxin/Programming/gcc/gcc/testsuite/gfortran.dg/nint_2.f90
-c -mno-fprnd
/home/marxin/Programming/gcc/gcc/testsuite/gfortran.dg/nint_2.f90:52:0:
52 | end
|
Error: unr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87149
--- Comment #1 from Martin Liška ---
Native compiler works fine however.
14 matches
Mail list logo