r274557 - in /trunk/gcc/testsuite: ChangeLog gc...

aoliva@gcc.gnu.org aoliva@gcc.gnu.org
Fri Aug 16 03:38:00 GMT 2019


Author: aoliva
Date: Fri Aug 16 03:38:23 2019
New Revision: 274557

URL: https://gcc.gnu.org/viewcvs?rev=274557&root=gcc&view=rev
Log:
Match ld besides collect2 in gcov test

The regexp that checks that -lgcov is linked in when --coverage is
passed to the compiler driver requires the command line to match
'/collect2'.  Some of our targets don't match that, but they match /ld
or ${target_alias}-ld depending on the testing scenario, so I'd like
to tweak the test to match those as well.


for  gcc/testsuite/ChangeLog

	* gcc.misc-tests/options.exp: Match /ld and -ld besides
	/collect2.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.misc-tests/options.exp



More information about the Gcc-cvs mailing list