aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2007-08-17 16:50:35 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2007-08-17 16:50:35 +0000
commit4b364615027fdbc60d54936dd25e3748b27d252d (patch)
tree8e2916100342fc49dfbc2f7fec1cdeeb8be9c479
parent6c9bfe999d1319e021f0a1c04c3eb40b037e8643 (diff)
downloadgcc-4b364615027fdbc60d54936dd25e3748b27d252d.zip
gcc-4b364615027fdbc60d54936dd25e3748b27d252d.tar.gz
gcc-4b364615027fdbc60d54936dd25e3748b27d252d.tar.bz2
typedefs_neg.cc: Adjust dg-error lines.
2007-08-17 Paolo Carlini <pcarlini@suse.de> * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust dg-error lines. * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Ditto. From-SVN: r127589
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc4
-rw-r--r--libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc4
3 files changed, 10 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3a689d2..a020f99 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-17 Paolo Carlini <pcarlini@suse.de>
+
+ * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
+ dg-error lines.
+ * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Ditto.
+
2007-08-17 Chris Fairles <chris.fairles@gmail.com>
PR libstdc++/33098
diff --git a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
index 774dca5..68447a8 100644
--- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
+++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
@@ -49,8 +49,8 @@ void test01()
// { dg-error "instantiated from here" "" { target *-*-* } 41 }
// { dg-error "instantiated from here" "" { target *-*-* } 43 }
-// { dg-error "invalid use of incomplete type" "" { target *-*-* } 489 }
-// { dg-error "declaration of" "" { target *-*-* } 455 }
+// { dg-error "invalid use of incomplete type" "" { target *-*-* } 490 }
+// { dg-error "declaration of" "" { target *-*-* } 456 }
// { dg-excess-errors "At global scope" }
// { dg-excess-errors "In instantiation of" }
diff --git a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
index 56ce7b9..cb50cec 100644
--- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
+++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
@@ -49,8 +49,8 @@ void test01()
// { dg-error "instantiated from here" "" { target *-*-* } 41 }
// { dg-error "instantiated from here" "" { target *-*-* } 43 }
-// { dg-error "invalid use of incomplete type" "" { target *-*-* } 414 }
-// { dg-error "declaration of" "" { target *-*-* } 380 }
+// { dg-error "invalid use of incomplete type" "" { target *-*-* } 415 }
+// { dg-error "declaration of" "" { target *-*-* } 381 }
// { dg-excess-errors "At global scope" }
// { dg-excess-errors "In instantiation of" }