From: Richard Henderson Date: Mon, 13 Sep 2004 02:14:36 +0000 (-0700) Subject: * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration. X-Git-Tag: releases/gcc-4.0.0~4990 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=40b7c2f8d2a28381db12d703dc628fda304a1b89;p=gcc.git * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration. From-SVN: r87422 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e26e4c26d73e..71f34e5c7c7c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-09-12 Richard Henderson + + * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration. + 2004-09-13 Joseph S. Myers * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C, diff --git a/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C b/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C index b3f74db68229..bceb7317a1c3 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C +++ b/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C @@ -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) {