This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/47527] [4.6 regression] -flto -flto-partition=none broken for arm-linux-gnueabi


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47527

--- Comment #7 from Bill Pringlemeir <bpringlemeir at gmail dot com> 2011-04-14 17:37:27 UTC ---
After applying the patch, the tmp.c files builds without issues.

#include <sys/bitypes.h>
int main(void) { return 0; }

$ arm-none-linux-gnueabi-gcc -flto -o tmp.x
tmp.c

It seems to be the same issues as Ramana has reported.  Also my compiler has
eglibc... but I think this is a binutils/ld issue.  Did you want any more
confirmation?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]