]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add a space. Updated.
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 4 May 2010 00:04:52 +0000 (00:04 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 4 May 2010 00:04:52 +0000 (17:04 -0700)
2010-05-03  H.J. Lu  <hongjiu.lu@intel.com>

* g++.dg/cdce3.C: Add a space.  Updated.

From-SVN: r159010

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cdce3.C

index 722ee1e46a9837115b4855f75aad0002b02f5687..d3d168fe621d49a5969f345e42ed0c1a935e802e 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * g++.dg/cdce3.C: Add a space.  Updated.
+
 2010-05-03  Jason Merrill  <jason@redhat.com>
 
        PR c++/43680
index d298428297ab25842b37d912ad05fa7ba0ede250..e6ca58c46ec2a0ca236d57a5ef194a798a8deebe 100644 (file)
@@ -1,14 +1,13 @@
 /* { dg-do run } */
 /* { dg-require-effective-target c99_runtime } */
-/* { dg-skip-if "exp2* missing despite C99 runtime" { alpha*-dec-osf5* }} */
+/* { dg-skip-if "exp2* missing despite C99 runtime" { alpha*-dec-osf5* } } */
 /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details  -DGNU_EXTENSION -DLARGE_LONG_DOUBLE -lm" { target { pow10 && large_long_double } } } */
 /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -DLARGE_LONG_DOUBLE -lm" { target { {! pow10 } && large_long_double } } } */
 /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -DGNU_EXTENSION -lm" { target { pow10 && {! large_long_double } } } } */
 /* { dg-options "-O2 -fmath-errno -fdump-tree-cdce-details -lm" { target { {! pow10 } && {! large_long_double } } } } */
 /* { dg-add-options ieee } */
-/* { dg-final { scan-tree-dump  "cdce3.C:92: note: function call is shrink-wrapped into error conditions\." "cdce" { target { pow10 } } } } */
 /* { dg-final { scan-tree-dump  "cdce3.C:93: note: function call is shrink-wrapped into error conditions\." "cdce" { target { pow10 } } } } */
-/* { dg-final { scan-tree-dump  "cdce3.C:95: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
+/* { dg-final { scan-tree-dump  "cdce3.C:94: note: function call is shrink-wrapped into error conditions\." "cdce" { target { pow10 } } } } */
 /* { dg-final { scan-tree-dump  "cdce3.C:96: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
 /* { dg-final { scan-tree-dump  "cdce3.C:97: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
 /* { dg-final { scan-tree-dump  "cdce3.C:98: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
@@ -22,6 +21,7 @@
 /* { dg-final { scan-tree-dump  "cdce3.C:106: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
 /* { dg-final { scan-tree-dump  "cdce3.C:107: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
 /* { dg-final { scan-tree-dump  "cdce3.C:108: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
+/* { dg-final { scan-tree-dump  "cdce3.C:109: note: function call is shrink-wrapped into error conditions\." "cdce" } } */
 /* { dg-final { cleanup-tree-dump "cdce" } } */
 #include <stdlib.h>
 #include <math.h>