[Bug 263529] cad/alliance: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263529] cad/alliance: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263529] cad/alliance: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263529] cad/alliance: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263529] cad/alliance: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263529] cad/alliance: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263529] cad/alliance: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Apr 2022 19:01:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263529 Bug ID: 263529 Summary: cad/alliance: Fails to build with GCC 11: error: ISO C++17 does not allow dynamic exception specifications Product: Ports & Packages Version: Latest Hardware: Any URL: http://package18.nyi.freebsd.org/data/122amd64-default -foo/2021-09-18_18h41m21s/logs/errors/alliance-5.1.1_2 .log OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: salvadore@freebsd.org Blocks: 258378 Building port with GCC 11 gives the following error message (full log in URL): !!! build failure encountered !!! 5140,1 Fon 153 | char z2via (int z) throw (except_done); | ^~~~~ MMBK.h:261:49: error: ISO C++17 does not allow dynamic exception specifications 261 | CFig (string &nameLofig, string &namePhfig) throw (except_done); | ^~~~~ MMBK.h:354:60: error: ISO C++17 does not allow dynamic exception specifications 354 | CPowers (CFig*, long xoff, long yoff, char, int, long) throw (except_done); | ^~~~~ In file included from RDefs.h:23, from nero.cpp:19: ADefs.h:274:38: error: ISO C++17 does not allow dynamic exception specifications 274 | private: bool step (void) throw (trapped_astar); | ^~~~~ ADefs.h:282:44: error: ISO C++17 does not allow dynamic exception specifications 282 | public: void route (CNet *pNet) throw (reach_max_pri); | ^~~~~ In file included from nero.cpp:19: RDefs.h:73:42: error: ISO C++17 does not allow dynamic exception specifications 73 | public: void mbksave (string &name) throw (except_done); | ^~~~~ Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258378 [Bug 258378] [exp-run] Update GCC_DEFAULT from 10 to 11 -- You are receiving this mail because: You are the assignee for the bug.