We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53625ef commit 12a0e1aCopy full SHA for 12a0e1a
generic/tclClockFmt.c
@@ -95,7 +95,7 @@ _str2wideInt_no(
95
}
96
97
/* int & Tcl_WideInt overflows may happens here (expected case) */
98
-#if defined(__GNUC__) || defined(__GNUG__)
+#if (defined(__GNUC__) || defined(__GNUG__)) && !defined(__clang__)
99
# pragma GCC optimize("no-trapv")
100
#endif
101
@@ -187,7 +187,7 @@ TclAtoWIe(
187
return _str2wideInt(out, p, e, sign);
188
189
190
191
# pragma GCC reset_options
192
193
0 commit comments