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 libgomp/64672] ICEs in libgomp.oacc-fortran when using the '-g -flto' options in the test suite.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64672

--- Comment #17 from vries at gcc dot gnu.org ---
(In reply to rguenther@suse.de from comment #13)
> On Wed, 21 Jan 2015, vries at gcc dot gnu.org wrote:
> > tentative patch, adding flag_ltrans || flag_wpa to the GOACC builtin guard
> > conditions
> 
> Would be in_lto_p instead.
> 

That actually doesn't work. in_lto_p is still false at the time when
lto_define_builtins is called.


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