https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120515
--- Comment #2 from Peter Eisentraut ---
Yes, I did figure that out, and -nodefaultexport does work. But as you said,
it's not documented, and it's not clear whether it should be the burden of the
user to use it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120515
Bug ID: 120515
Summary: darwin warning: ld: warning: -U option is redundant
when using -undefined dynamic_lookup
Product: gcc
Version: 15.1.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115532
Bug ID: 115532
Summary: Small documentation fixes for
-Wsuggest-attribute=returns_nonnull
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84203
Peter Eisentraut changed:
What|Removed |Added
CC||peter at eisentraut dot org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115513
--- Comment #2 from Peter Eisentraut ---
(In reply to Xi Ruoyao from comment #1)
> But what should we do with something like `printf("%32s", pd->name);`?
Perhaps you mean
printf("%.32s", pd->name);
? (I don't think the minimum field widt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115513
Bug ID: 115513
Summary: attribute nonstring could help with printf mistakes
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66249
--- Comment #3 from Peter Eisentraut ---
The GCC documentation on implementation-defined behavior states that enums are
unsigned unless negative values are included. It says that -fshort-enums is
the default for some ABIs, but there is no indica