aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/inline-2.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-21re PR bootstrap/46533 ([alpha] bootstrap failure)Uros Bizjak1-1/+0
PR target/46533 * gcc.dg/inline-2.c: Do not scan for "jsr" on alpha*-*-* targets. From-SVN: r167000
2005-10-16debug3.C, [...]: Guard test with { target fpic }.Hans-Peter Nilsson1-2/+1
* g++.dg/debug/debug3.C, g++.dg/ext/visibility/noPLT.C, g++.dg/opt/vt1.C, g++.old-deja/g++.other/local-alloc1.C, gcc.dg/20001009-1.c, gcc.dg/20010912-1.c, gcc.dg/20020122-4.c, gcc.dg/20020415-1.c, gcc.dg/20020430-1.c, gcc.dg/20021018-1.c, gcc.dg/20021023-1.c, gcc.dg/20021029-1.c, gcc.dg/20021116-1.c, gcc.dg/20030120-1.c, gcc.dg/20030213-1.c, gcc.dg/20030225-1.c, gcc.dg/20030702-1.c, gcc.dg/20030708-1.c, gcc.dg/20040311-2.c, gcc.dg/inline-2.c: Guard test with { target fpic }. Remove previous target-specific skips and warning-message matches where applicable. From-SVN: r105455
2003-10-20toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka1-1/+2
* toplev.c (rest_of_compilation): Fix webizer pass ordering. * cgraphunit.c (decide_is_function_needed): Fix test dealing with functions implicitly made inline. * cgraphunit.c (cgraph_decide_inlining_incrementally): New function. (cgraph_finalize_function): Use it. (cgraph_mark_inline): Allow incrmental decisions * invoke.texi (max-inline-slope, min-inline-insns): Kill. * params.def (PARAM_MAX_INLINE_SLOPE, PARAM_MIN_INLINE_INSNS): Kill. * tree-inline.c (limits_allow_inlining): Kill. (expand_call_inline): Always use unit-at-a-time path. * decl.c (start_cleanup_fn): Set DECL_DECLARED_INLINE_P to deffer the expansion. * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns parameter. * testsuite/gcc.dg/inline-2.c: Likewise. From-SVN: r72721
2003-03-14* gcc.dg/inline-2.c: Adjust alpha test for external call.Richard Henderson1-1/+1
From-SVN: r64365
2002-10-02Enable tests on x86-64.Andreas Jaeger1-1/+1
From-SVN: r57737
2002-03-1520020312-2.c [__MMIX__]: No pic register.Hans-Peter Nilsson1-0/+1
* gcc.dg/20020312-2.c [__MMIX__]: No pic register. * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf* cris-*-aout* mmix-*-*. * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf* cris-*-aout* mmix-*-*. * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on cris-*-elf* cris-*-aout* and mmix-*-*. * gcc.dg/20001009-1.c: Ditto. * gcc.dg/20010912-1.c: Ditto. * gcc.dg/20020122-4.c: Ditto. * gcc.dg/inline-2.c: Ditto. From-SVN: r50794
2002-01-23alpha.md (call_value_osf_1_er peepholes): Fix typo.Richard Henderson1-0/+18
* config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo. * gcc.dg/inline-2.c: New. * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg. Add optional target arg. Check number of arguments. (scan-assembler-not, scan-assembler-dem): Likewise. (scan-assembler-dem-not): Likewise. From-SVN: r49166