This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Check NO_TRAMPOLINES in execute/20000822-1.c


Thu Dec 21 02:26:16 2000  J"orn Rennecke <amylaar@redhat.com>

	* gcc.c-torture/execute/20000822-1.c (main): Check for NO_TRAMPOLINES.

Index: 20000822-1.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gcc/testsuite/gcc.c-torture/execute/20000822-1.c,v
retrieving revision 1.2
diff -p -r1.2 20000822-1.c
*** 20000822-1.c	2000/11/12 19:09:23	1.2
--- 20000822-1.c	2000/12/21 02:24:10
*************** int f1(void)
*** 18,24 ****
--- 18,26 ----
  
  int main()
  {
+ #ifndef NO_TRAMPOLINES
    if (f1() != 2)
      abort ();
+ #endif
    return 0;
  }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]