[Bug target/82092] [8/9 regression] gcc fails to link genmodes on darwin (cfiStartsArray[i] != cfiStartsArray[i-1])
himself@claus-justus-heine.de
gcc-bugzilla@gcc.gnu.org
Sun Jun 3 16:18:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82092
Claus-Justus Heine <himself@claus-justus-heine.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |himself@claus-justus-heine.
| |de
--- Comment #12 from Claus-Justus Heine <himself@claus-justus-heine.de> ---
Still no go, even with that patch:
./auto-host.h:2396:16: error: declaration does not declare anything
[-fpermissive]
#define rlim_t long
And:
In file included from
/Users/heinecj/Software/src/gcc-8.1.0/build/prev-x86_64-apple-darwin16.7.0/libstdc++-v3/include/cstring:42,
from ../../gcc/system.h:235,
from ../../gcc/genmodes.c:21:
/usr/include/string.h:134:7: note: previous declaration 'char* strsignal(int)'
char *strsignal(int __sig);
This is OSX Yosemite with that patch mentioned above applied,
enable-languages=c,c++,fortran and latest mpc, gmp, mpfr, isl.
Cheers
More information about the Gcc-bugs
mailing list