]> gcc.gnu.org Git - gcc.git/commit
Add -fno-exceptions to gcc/testsuite/lib/gm2.exp
authorGaius Mulley <gaiusmod2@gmail.com>
Thu, 12 Jan 2023 23:15:04 +0000 (23:15 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Thu, 12 Jan 2023 23:15:04 +0000 (23:15 +0000)
commitd84eab46cb656bde25b97b19e22973ac59e6c86a
tree15cdfb29b98c6dc4d713ddeb218fc598baa62548
parentfd1f5373b8647a5da2f7f4b42282e676a4b04d98
Add -fno-exceptions to gcc/testsuite/lib/gm2.exp

The gm2 minimal libraries do not have exception handler
capability.  Therefore we want the front end to suppress
generation of runtime exception code.

gcc/testsuite/ChangeLog:

* lib/gm2.exp (gm2_init_min): Append -fno-exceptions
to args.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/testsuite/lib/gm2.exp
This page took 0.06231 seconds and 6 git commands to generate.