OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.law/] [builtin1.C] - Diff between revs 305 and 338

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 305 Rev 338
// { dg-do run  }
// { dg-do run  }
// { dg-options "" }
// { dg-options "" }
// GROUPS passed builtins
// GROUPS passed builtins
// Apparently not in g++ bug snapshot (was originally sent to bug-gcc)
// Apparently not in g++ bug snapshot (was originally sent to bug-gcc)
// Message-Id: 
// Message-Id: 
// Date: Tue, 7 Dec 93 10:23 EST
// Date: Tue, 7 Dec 93 10:23 EST
// From: neal@ctd.comsat.com (Neal Becker)
// From: neal@ctd.comsat.com (Neal Becker)
// Subject: builtin_alloca on hpux (gcc-2.5.6)
// Subject: builtin_alloca on hpux (gcc-2.5.6)
// We have to avoid using -ansi, which results in a call to alloca instead of
// We have to avoid using -ansi, which results in a call to alloca instead of
//  the use of __builtin_alloca, and thus ends up being unresolved.
//  the use of __builtin_alloca, and thus ends up being unresolved.
extern "C" int printf (const char *, ...);
extern "C" int printf (const char *, ...);
void* junk() {
void* junk() {
  return __builtin_alloca(10);
  return __builtin_alloca(10);
}
}
main() { printf ("PASS\n");}
main() { printf ("PASS\n");}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.