f3609a89f4
PR driver/69805 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use :%* in %:gt() argument. (greater_than_spec_func): Adjust for expecting only numbers, if there are more than two numbers, compare the last two. * testsuite/libgomp.c/pr69805.c: New test. From-SVN: r233573
10 lines
153 B
C
10 lines
153 B
C
/* PR driver/69805 */
|
|
/* { dg-do link } */
|
|
/* { dg-options "-ftree-parallelize-loops=1 -O2 -ftree-parallelize-loops=2" } */
|
|
|
|
int
|
|
main ()
|
|
{
|
|
return 0;
|
|
}
|