[Bug middle-end/80922] #pragma diagnostic ignored not honoured with -flto

2023-01-22 Thread pefoley2 at pefoley dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80922 --- Comment #10 from pefoley2 at pefoley dot com --- It does? I wasn't aware of that. My read of the configure options is that the two options are tangential. And from a quick skim, I couldn't find anything that made enabling lto suppress Werror.

[Bug middle-end/80922] #pragma diagnostic ignored not honoured with -flto

2023-01-20 Thread pefoley2 at pefoley dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80922 pefoley2 at pefoley dot com changed: What|Removed |Added CC||pefoley2 at pefoley dot com

[Bug tree-optimization/108402] False positive Wuninitialized with ftrivial-auto-var-init=pattern

2023-01-16 Thread pefoley2 at pefoley dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108402 --- Comment #6 from pefoley2 at pefoley dot com --- The attached file repos the issue for me. I avoided trying to compress it per https://gcc.gnu.org/bugs/ "An attached archive (tar, zip, shar, whatever) containing all (or some) of the above." be

[Bug tree-optimization/108402] False positive Wuninitialized with ftrivial-auto-var-init=pattern

2023-01-15 Thread pefoley2 at pefoley dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108402 --- Comment #4 from pefoley2 at pefoley dot com --- Yeah, I had a lot of trouble getting creduce to do something sane with the testcase that didn't wind up just deleting everything. I wound up trying delta, which got me a smaller, but still enorm

[Bug tree-optimization/108402] False positive Wuninitialized with ftrivial-auto-var-init=pattern

2023-01-15 Thread pefoley2 at pefoley dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108402 pefoley2 at pefoley dot com changed: What|Removed |Added Attachment #54271|0 |1 is obsolete|

[Bug c/108402] New: False positive Wuninitialized with ftrivial-auto-var-init=pattern

2023-01-13 Thread pefoley2 at pefoley dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108402 Bug ID: 108402 Summary: False positive Wuninitialized with ftrivial-auto-var-init=pattern Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal