[Bug c/80400] missing -Wattributes on a invalid attribute packed on a typedef

2025-05-20 Thread rlcamp.pdx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80400 Campbell changed: What|Removed |Added CC||rlcamp.pdx at gmail dot com --- Comment #4 fr

[Bug tree-optimization/115853] New: Unnecessary push to stack in __attribute((noreturn)) Reset_Handler(), leading to permanent wasted SRAM

2024-07-09 Thread rlcamp.pdx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115853 Bug ID: 115853 Summary: Unnecessary push to stack in __attribute((noreturn)) Reset_Handler(), leading to permanent wasted SRAM Product: gcc Version: 13.3.1 Status: UNCON

[Bug c/109828] [13/14/15 Regression] static compound literal with flexible array in initializer leads to invalid size and ICE

2024-07-03 Thread rlcamp.pdx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109828 Campbell changed: What|Removed |Added CC||rlcamp.pdx at gmail dot com --- Comment #13

[Bug c/20785] Pragma STDC * (C99 FP) unimplemented

2024-04-30 Thread rlcamp.pdx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20785 Campbell changed: What|Removed |Added CC||rlcamp.pdx at gmail dot com --- Comment #19 f

[Bug c++/48379] -Wdouble-promotion warns for promotion by varargs

2024-01-17 Thread rlcamp.pdx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48379 Campbell changed: What|Removed |Added CC||rlcamp.pdx at gmail dot com --- Comment #5 fr

[Bug rtl-optimization/98555] Functions optimized to zero length break function pointer inequality

2021-01-06 Thread rlcamp.pdx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98555 --- Comment #2 from Campbell --- > Did you actually run into this for a relevant case? Yes. The relevant use case is where a sentinel value is needed that has function pointer type, as function pointers are not interchangeable with other types o