PR 86416 – improve lto1 diagnostic if a mode does not exist
authorTobias Burnus <burnus@gcc.gnu.org>
Wed, 18 Dec 2019 16:51:08 +0000 (17:51 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 18 Dec 2019 16:51:08 +0000 (17:51 +0100)
commitc80c9e26dec56891897be0e468c004a588bedceb
treeb3a67265caa05e984ff61c5a166c5181175dba51
parent6573d760cdfec1b4577b268ce1ff19cecc4c9cbd
PR 86416 – improve lto1 diagnostic if a mode does not exist

        PR middle-end/86416
        *  Makefile.in (CFLAGS-lto-streamer-in.o): Pass target_noncanonical on.
        * lto-streamer-in.c (lto_input_mode_table): Improve unsupported-mode
        diagnostic.

        PR middle-end/86416
        * testsuite/libgomp.c/pr86416-1.c: New.
        * testsuite/libgomp.c/pr86416-2.c: New.

From-SVN: r279528
gcc/ChangeLog
gcc/Makefile.in
gcc/lto-streamer-in.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/pr86416-1.c [new file with mode: 0644]
libgomp/testsuite/libgomp.c/pr86416-2.c [new file with mode: 0644]