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 ipa/59469] [4.8/4.9 Regression] LLVM build failure with gcc LTO


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

--- Comment #19 from Jan Hubicka <hubicka at ucw dot cz> ---
> I can't reproduce this.
> What platform is this? What is the command line?

I used x86-64 and you apparently need LTO to trigger it.  I used same
commandline
as in original report
g++ -flto-partition=none -flto -fPIC -shared -fno-rtti -O3 BasicBlock.ii
Function.ii

You may produce object files and that will get you to dataflow earilier.


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