This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/64672] ICEs in libgomp.oacc-fortran when using the '-g -flto' options in the test suite.
- From: "rguenther at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 21 Jan 2015 12:51:09 +0000
- Subject: [Bug libgomp/64672] ICEs in libgomp.oacc-fortran when using the '-g -flto' options in the test suite.
- Auto-submitted: auto-generated
- References: <bug-64672-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64672
--- Comment #13 from rguenther at suse dot de <rguenther at suse dot de> ---
On Wed, 21 Jan 2015, vries at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64672
>
> --- Comment #12 from vries at gcc dot gnu.org ---
> Created attachment 34516
> --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34516&action=edit
> tentative patch, adding flag_ltrans || flag_wpa to the GOACC builtin guard
> conditions
Would be in_lto_p instead. But I prever -fopenmp/-fopenacc as LTO
options.
> Tentative patch, updated according to PR64707 comment 2