8sa1-gcc/gcc/testsuite/g++.old-deja/g++.law/profile1.C
Richard Henderson a3af74c453 p12475.C: Use LONG_MAX to find the constant to test.
* g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
        the constant to test.  Don't XFAIL 64-bit targets.
        * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
        * g++.old-deja/g++.law/profile1.C: Likewise.
        * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
        operator new instances.
        * g++.old-deja/g++.other/delete5.C: Likewise.

From-SVN: r26840
1999-05-08 09:39:18 -07:00

10 lines
229 B
C

// Special g++ Options: -pg
// GROUPS passed profiling
// Skip if not native
// excess errors test - XFAIL m68k-motorola-sysv m88k-motorola-sysv3 mips*-*-* i[3456]86-*-sco3.2v5*
#include <stdio.h>
main()
{
printf ("PASS\n");
}