From 40b7c2f8d2a28381db12d703dc628fda304a1b89 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 12 Sep 2004 19:14:36 -0700 Subject: [PATCH] * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration. From-SVN: r87422 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.old-deja/g++.other/sizeof3.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e26e4c26d73..71f34e5c7c7 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 b3f74db6822..bceb7317a1c 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) { -- 2.30.2