diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2014-11-10 20:18:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2014-11-10 12:18:26 -0800 |
commit | 642fe4a92d723046114cefb837c326b24829ec73 (patch) | |
tree | cd1b7e692d9ef6d48fecaa6069f5297d104b7cb9 /gcc | |
parent | 13c216556de997e8bda737d18a41ebe61bce1d79 (diff) | |
download | gcc-642fe4a92d723046114cefb837c326b24829ec73.zip gcc-642fe4a92d723046114cefb837c326b24829ec73.tar.gz gcc-642fe4a92d723046114cefb837c326b24829ec73.tar.bz2 |
Revert the last change on gcc.c-torture/compile/pr35468.c
* gcc.c-torture/compile/pr35468.c: Revert the last change.
From-SVN: r217314
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr35468.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b842138..e91a395 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-11-10 H.J. Lu <hongjiu.lu@intel.com> + + * gcc.c-torture/compile/pr35468.c: Revert the last change. + 2014-11-10 Paolo Carlini <paolo.carlini@oracle.com> * c-c++-common/Wshift-count-overflow-1.c: New. diff --git a/gcc/testsuite/gcc.c-torture/compile/pr35468.c b/gcc/testsuite/gcc.c-torture/compile/pr35468.c index 0fa017f..16d064b 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr35468.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr35468.c @@ -1,5 +1,4 @@ /* PR tree-optimization/35468 */ -/* { dg-require-effective-target no_const_addr_space } */ void foo (void) |