diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-07-22 14:45:07 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2010-07-22 07:45:07 -0700 |
commit | cd1822b80e9d15792854bc6dd77c14cfbde966d0 (patch) | |
tree | 558cb3936b5dd4ac3eb249577e7a93b4713e8ce4 /gcc | |
parent | 7e39ec05ee1df8dc1078c85af96623a3e7f79048 (diff) | |
download | gcc-cd1822b80e9d15792854bc6dd77c14cfbde966d0.zip gcc-cd1822b80e9d15792854bc6dd77c14cfbde966d0.tar.gz gcc-cd1822b80e9d15792854bc6dd77c14cfbde966d0.tar.bz2 |
Replace dg-require-lto-plugin with dg-require-linker-plugin.
2010-07-22 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/lto/20100722-1_0.c: Replace dg-require-lto-plugin
with dg-require-linker-plugin.
From-SVN: r162417
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/lto/20100722-1_0.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 437273f..5eff7d4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-07-22 H.J. Lu <hongjiu.lu@intel.com> + + * gcc.dg/lto/20100722-1_0.c: Replace dg-require-lto-plugin + with dg-require-linker-plugin. + 2010-07-22 Richard Guenther <rguenther@suse.de> PR lto/43850 diff --git a/gcc/testsuite/gcc.dg/lto/20100722-1_0.c b/gcc/testsuite/gcc.dg/lto/20100722-1_0.c index a859e7e..275a03c 100644 --- a/gcc/testsuite/gcc.dg/lto/20100722-1_0.c +++ b/gcc/testsuite/gcc.dg/lto/20100722-1_0.c @@ -1,5 +1,5 @@ /* { dg-lto-do run } */ -/* { dg-require-lto-plugin "" } */ +/* { dg-require-linker-plugin "" } */ /* { dg-extra-ld-options "-fuse-linker-plugin" } */ int main() { return 0; } |