Commit f45eb408 by Martin Liska Committed by Martin Liska

Remove legacy testcase for -fprofile-generate=./

2018-07-04  Martin Liska  <mliska@suse.cz>

	* gcc.dg/pr47793.c: Remove.

From-SVN: r262372
parent bb263b55
2018-07-04 Martin Liska <mliska@suse.cz>
* gcc.dg/pr47793.c: Remove.
2018-07-04 Richard Sandiford <richard.sandiford@arm.com>
* gcc.dg/vect/bb-slp-over-widen-1.c: Fix name of dump file for
......
/* Bug pr47793: Allow relative paths in profile-generate. */
/* { dg-do run } */
/* { dg-options "-O -fprofile-generate=./" } */
/* { dg-require-profiling "-fprofile-generate" } */
/* { dg-final { scan-file pr47793.gcda "."} } */
int
main(void)
{
return 0;
}
/* { dg-final { cleanup-coverage-files } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment