]> gcc.gnu.org Git - gcc.git/commitdiff
* g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
authorRichard Henderson <rth@redhat.com>
Mon, 13 Sep 2004 02:14:36 +0000 (19:14 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 13 Sep 2004 02:14:36 +0000 (19:14 -0700)
From-SVN: r87422

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/sizeof3.C

index e26e4c26d73e43356fc641f359dd5215edeef5d4..71f34e5c7c7cda25e9c273c85faaf2fa422385a9 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-12  Richard Henderson  <rth@redhat.com>
+
+       * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
+
 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
index b3f74db6822996ce375f5910f0f04ca8615255cd..bceb7317a1c3999a44bd1a8835eda5420b5598e5 100644 (file)
@@ -6,7 +6,7 @@
 // means things like the rhs of a comma operator mustn't decay. This will make
 // a difference if it is an array or function.
 
-extern void abort();
+extern "C" void abort();
 
 int main (int argc, char **argv)
 {
This page took 0.087086 seconds and 5 git commands to generate.