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 #21 from vries at gcc dot gnu.org ---
Author: vries
Date: Fri Jan 23 12:54:16 2015
New Revision: 220038

URL: https://gcc.gnu.org/viewcvs?rev=220038&root=gcc&view=rev
Log:
Make fopenacc an LTO option

2015-01-23  Tom de Vries  <tom@codesourcery.com>

    PR libgomp/64672
    * lto-opts.c (lto_write_options): Output non-explicit conservative
    -fno-openacc.
    * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
    (append_compiler_options): Pass -fopenacc through.

    * c.opt (fopenacc): Mark as LTO option.

    * lang.opt (fopenacc): Mark as LTO option.

    * testsuite/libgomp.oacc-c-c++-common/abort-5.c: New test.

Added:
    trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/abort-5.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c.opt
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/lang.opt
    trunk/gcc/lto-opts.c
    trunk/gcc/lto-wrapper.c
    trunk/libgomp/ChangeLog


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