mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
c++: please G++ 4.8 with -O3: type puning issue
* tests/c++.at (Exception safety): Now that this test covers variants, pass -fno-strict-aliasing to g++.
This commit is contained in:
@@ -804,7 +804,7 @@ main (int argc, const char *argv[])
|
|||||||
}
|
}
|
||||||
]])
|
]])
|
||||||
AT_BISON_CHECK([[-o input.cc --report=all input.yy]])
|
AT_BISON_CHECK([[-o input.cc --report=all input.yy]])
|
||||||
AT_COMPILE_CXX([[input]])
|
AT_COMPILE_CXX([input], [[$NO_STRICT_ALIAS_CXXFLAGS input.cc]])
|
||||||
|
|
||||||
AT_PARSER_CHECK([[./input aaaas]], [[2]], [[]],
|
AT_PARSER_CHECK([[./input aaaas]], [[2]], [[]],
|
||||||
[[exception caught: reduction
|
[[exception caught: reduction
|
||||||
|
|||||||
Reference in New Issue
Block a user