From: Nathan Sidwell Date: Mon, 13 Sep 1999 14:23:16 +0000 (+0000) Subject: sizeof3.C: Remove XFAILS. X-Git-Tag: prereleases/libstdc++-2.92~10636 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54c75f8cd4db7db28fe7d10d8039b4c39edbaa72;p=thirdparty%2Fgcc.git sizeof3.C: Remove XFAILS. * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS. * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS. From-SVN: r29379 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 883ff6a8c6d7..b2255e837ef4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 13 14:14:21 BST 1999 Nathan Sidwell + + * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS. + * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS. + Mon Sep 13 06:28:57 1999 Jeffrey A Law (law@cygnus.com) * gcc.c-torture/compile/990913-1.c: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C b/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C index 5ac2cc45d58d..fbdd5c3c60d6 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C +++ b/gcc/testsuite/g++.old-deja/g++.other/sizeof3.C @@ -5,7 +5,6 @@ // means things like the rhs of a comma operator mustn't decay. This will make // a difference if it is an array or function. -// execution test - XFAIL extern void abort(); int main (int argc, char **argv) diff --git a/gcc/testsuite/g++.old-deja/g++.other/sizeof4.C b/gcc/testsuite/g++.old-deja/g++.other/sizeof4.C index cb74e9aab9c7..3ebddb6d629b 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/sizeof4.C +++ b/gcc/testsuite/g++.old-deja/g++.other/sizeof4.C @@ -22,15 +22,15 @@ int main (int argc, char **argv) sizeof (argc ? s : s); // ERROR - incomplete sizeof (arys); // ERROR - incomplete - sizeof (0, arys); // ERROR - incomplete XFAIL + sizeof (0, arys); // ERROR - incomplete sizeof (argc ? arys : arys); // ERROR - incomplete sizeof (aryt); // ERROR - incomplete - sizeof (0, aryt); // ERROR - incomplete XFAIL + sizeof (0, aryt); // ERROR - incomplete sizeof (argc ? aryt : aryt); // ERROR - incomplete sizeof (fn); // ERROR - cannot take size of function - sizeof (0, fn); // ERROR - cannot take size of function XFAIL + sizeof (0, fn); // ERROR - cannot take size of function sizeof (argc ? fn : fn); // ERROR - cannot take size of function sizeof (&fn); // ok