Opened 5 months ago
Closed 4 months ago
#70209 closed update (fixed)
gcc13: Update to version 13.3.0
Reported by: | fvaccari | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | szhorvat (Szabolcs Horvát), cjones051073 (Chris Jones) | |
Port: | gcc13 |
Description
After updating to macOS Sonoma and Xcode 15.4 compilation with gcc 13.2 specifying flag -std=c99 fails with error
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/cdefs.h:554:30: error: missing ')' after "__has_attribute" 554 | #if __has_cpp_attribute(clang::unsafe_buffer_usage)
It is reported
https://github.com/orgs/Homebrew/discussions/5223
that the issue has been corrected upstream and that the solution was included in version 13.3.0, released at the end of April, hence my request to update.
Thanks
Franco
Change History (5)
comment:1 Changed 5 months ago by jmroot (Joshua Root)
Type: | request → update |
---|
comment:2 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)
Summary: | Update gcc13 to version 13.3.0 → gcc13: Update to version 13.3.0 |
---|
comment:3 Changed 5 months ago by szhorvat (Szabolcs Horvát)
Cc: | szhorvat added |
---|
comment:4 Changed 5 months ago by szhorvat (Szabolcs Horvát)
comment:5 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | cjones051073 added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 2.9.99 |
Note: See
TracTickets for help on using
tickets.
I'd like to see this update too.