[Bug libitm/78202] declarations of builtins in libitm don't match
bernd.edlinger at hotmail dot de
gcc-bugzilla@gcc.gnu.org
Sat Nov 5 08:46:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78202
--- Comment #2 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
libitm.c++/throwdown.C is fixable, as it does not need the
internal functions from libitm.h:
Index: testsuite/libitm.c++/throwdown.C
===================================================================
--- testsuite/libitm.c++/throwdown.C (Revision 241846)
+++ testsuite/libitm.c++/throwdown.C (Arbeitskopie)
@@ -1,7 +1,5 @@
// { dg-do compile }
-#include <libitm.h>
-
static void throwit() {
throw 1;
}
More information about the Gcc-bugs
mailing list