[Bug c/100729] New: Inconsistency in -Wformat-extra-args when first-to-check is 0 and format string is NULL

2021-05-23 Thread wellnhofer at aevum dot de via Gcc-bugs
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: wellnhofer at aevum dot de Target Milestone: --- This doesn't generate a warning: -- #include __attrib

[Bug c/79215] New: -Wpedantic doesn't warn if UINT64_MAX is used as enum constant

2017-01-24 Thread wellnhofer at aevum dot de
ormal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: wellnhofer at aevum dot de Target Milestone: --- When compliling the program #include enum e { v = UINT64_MAX }; with -Wpedantic, no warning is emitted. When I c

[Bug middle-end/64928] [4.8/4.9/5/6 Regression] Inordinate cpu time and memory usage in "phase opt and generate" with -ftest-coverage -fprofile-arcs

2015-05-20 Thread wellnhofer at aevum dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64928 Bug 64928 depends on bug 66209, which changed state. Bug 66209 Summary: Out of memory when compiling with --coverage and optimizations https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66209 What|Removed |Added

[Bug gcov-profile/66209] Out of memory when compiling with --coverage and optimizations

2015-05-20 Thread wellnhofer at aevum dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66209 Nick Wellnhofer changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/64928] [4.8/4.9/5/6 Regression] Inordinate cpu time and memory usage in "phase opt and generate" with -ftest-coverage -fprofile-arcs

2015-05-20 Thread wellnhofer at aevum dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64928 Nick Wellnhofer changed: What|Removed |Added CC||wellnhofer at aevum dot de

[Bug gcov-profile/66209] New: Out of memory when compiling with --coverage and optimizations

2015-05-19 Thread wellnhofer at aevum dot de
Priority: P3 Component: gcov-profile Assignee: unassigned at gcc dot gnu.org Reporter: wellnhofer at aevum dot de Target Milestone: --- Created attachment 35570 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35570&action=edit Problematic sour