[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 --- Comment #7 from Martin Sebor --- Author: msebor Date: Fri Feb 9 17:58:54 2018 New Revision: 257534 URL: https://gcc.gnu.org/viewcvs?rev=257534=gcc=rev Log: PR lto/84212 - -Wno-* does not disable warnings from -flto link stage

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #6 from Martin Sebor

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 --- Comment #4 from Richard Biener --- Wstringop-overflow C ObjC C++ ObjC++ Warning Alias(Wstringop-overflow=, 2, 0) Warn about buffer overflow in string manipulation functions like memcpy and strcpy. LTO is missing in the list of supported

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-06 Thread jay.foad at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 --- Comment #3 from Jay Foad --- Here you go: $ gcc -O3 -flto a.o b.o -Wno-stringop-overflow -v -### Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-05 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org ---

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-05 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 Martin Sebor changed: What|Removed |Added Keywords||diagnostic