https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67789
Segher Boessenkool changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67789
Bug 67789 depends on bug 67788, which changed state.
Bug 67788 Summary: [6 Regression] bootstrap failure in libgfortran on
powerpc-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67788
What|Removed |Adde
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67789
--- Comment #5 from Segher Boessenkool ---
Author: segher
Date: Fri Oct 2 01:29:26 2015
New Revision: 228366
URL: https://gcc.gnu.org/viewcvs?rev=228366&root=gcc&view=rev
Log:
rs6000: Add "cannot_copy" attribute, use it (PR67788, PR67789)
Afte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67789
--- Comment #4 from Michael Meissner ---
Here is the function that shows the error when compiled with -fPIC:
void
set_fpu_rounding_mode (int mode)
{
int rnd_mode;
switch (mode)
{
case 2:
rnd_mode = FE_TONEAREST;
bre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67789
--- Comment #3 from Michael Meissner ---
Yes, it looks like my issue is the one raised by PR67788, so I imagine they are
the same issue.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67789
--- Comment #2 from Michael Meissner ---
I see similar failures, except it is in building the 32-bit module fpu.o in the
libgfortran library on a 64-bit big endian power7 box. It is failing in
building the 32-bit libraries. This is not seen in bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67789
Andrew Pinski changed:
What|Removed |Added
Depends on||67788
--- Comment #1 from Andrew Pinski