]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove unecessary and broken MC/DC compile test
authorJørgen Kvalsvik <j@lambda.is>
Fri, 5 Apr 2024 14:01:14 +0000 (16:01 +0200)
committerJørgen Kvalsvik <j@lambda.is>
Sat, 6 Apr 2024 11:08:56 +0000 (13:08 +0200)
commit888bf719728e9ab1da22900d39956e0d80889e30
tree4f7c8784b0eb5bfcc396110775c5f90c9c6eb70f
parent4b02dd48f531ea88587edd2b75b6e5243b4389e8
Remove unecessary and broken MC/DC compile test

The __sigsetjmp test was added as a regression test in an early
iteration of the MC/DC support, as it caused an internal compiler error.
This was triggered by a code path which did not make it through to the
final revision.  Since this test really only worked on systems with
__sigsetjmp, and does not serve a purpose any more it can be removed.

gcc/testsuite/ChangeLog:

* gcc.misc-tests/gcov-19.c: Remove test.
gcc/testsuite/gcc.misc-tests/gcov-19.c