[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

[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
: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: rlcamp.pdx at gmail dot com Target Milestone: --- The following code: extern int main(void); __attribute__((noreturn)) static

[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

[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

[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

[Bug bootstrap/85850] [9 Regression] gcc 9.0 doesn't compile with Xcode 9.3.1

2018-05-23 Thread rlcamp.pdx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85850 Campbell changed: What|Removed |Added CC||rlcamp.pdx at gmail dot com --- Comment #5

[Bug libstdc++/81797] gcc 7.1.0 fails to build on macOS 10.13 (High Sierra):

2018-02-02 Thread rlcamp.pdx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 --- Comment #49 from Campbell --- I can confirm that the latest gcc 8 snapshot still fails by default, but it works with 8 cores using Chris's fix above of replacing ln -s with cp. This in my mind pretty conclusively points to it not being a make

[Bug libstdc++/81797] gcc 7.1.0 fails to build on macOS 10.13 (High Sierra):

2017-10-25 Thread rlcamp.pdx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 --- Comment #40 from Campbell --- (In reply to Chris Johns from comment #38) > FYI I do not see any build errors with the same version of MacOS on > different hardware running HPFS. It is a different machine with a Fusion > disk and that disk is

[Bug libstdc++/81797] gcc 7.1.0 fails to build on macOS 10.13 (High Sierra):

2017-10-17 Thread rlcamp.pdx at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797 Campbell changed: What|Removed |Added CC||rlcamp.pdx at gmail dot com --- Comment #21