Opened 6 weeks ago
#73632 new defect
flang-19 @19.1.7: error: '__libcpp_verbose_abort' is missing exception specification 'noexcept'
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.12.3 |
| Keywords: | tahoe arm64 | Cc: | |
| Port: | flang-19 |
Description
/opt/local/var/macports/build/flang-19-46c3ceef/work/llvm-project-19.1.7.src/flang/runtime/io-api-minimal.cpp:153:11: error: '__libcpp_verbose_abort' is missing exception specification 'noexcept'
153 | void std::__libcpp_verbose_abort(char const *format, ...) {
| ^
| noexcept
/Library/Developer/CommandLineTools/SDKs/MacOSX26.sdk/usr/include/c++/v1/__verbose_abort:30:28: note: previous declaration is here
30 | __printf__, 1, 2) void __libcpp_verbose_abort(const char* __format, ...) _LIBCPP_VERBOSE_ABORT_NOEXCEPT;
| ^
1 error generated.
Note: See
TracTickets for help on using
tickets.
