代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm15.c
// { dg-do run }
// GROUPS passed ARM-compliance
// arm file
// From: Johan Bengtsson
// Date: Thu, 21 Oct 93 16:10:25 +0100
// Subject: gcc 2.4.5 initializes base classes in
arm4.c
// { dg-do run }
// GROUPS passed ARM-compliance
// arm file
// Message-Id:
// From: kol@world.std.com (Nikolay Yatsenko)
// Subject: g++ bug
// Date: Wed, 27 Jan
arm10.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// arm file
// Message-Id:
// From: tll@cco.caltech.edu (Tal Lewis Lancaster)
// Subject: ARM Page 65
// Date: 18 M
arm3.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// arm file
// Message-Id:
// From: gparker@world.std.com (Glenn P Parker)
// Subject: gcc bug
// Date: Mon,
arm12.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// arm file
// From: belley@cae.ca (Benoit Belley 3218)
// Subject: Bad access control with private constructor and derivation
// Date: Fri, 28 M
arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// arm file
// Message-Id:
// From: gparker@world.std.com (Glenn P Parker)
// Subject: gcc bug
// Date: Mon,
arm13.c
// { dg-do run }
// GROUPS passed ARM-compliance
#include
#include
inline void *operator new(size_t, void *place) { return place; }
int main()
{
int* p = (int*) malloc(sizeof
arm1.c
// { dg-do assemble }
// { dg-options "-pedantic-errors" }
// GROUPS passed ARM-compliance
// ARM $5.7, it's illegal to do math on a `void*'.
int
main()
{
void *p;
++p;// { dg-error "" } .*
}
arm3.c
// { dg-do assemble }
// GROUPS passed initialization
// ARM $11.4: A function first declared in a friend decl is equivalent
// to an extern decl, so the below is illegal.
class X {
friend g()
arm2.c
// { dg-do assemble }
// GROUPS passed ARM-compliance
// ARM 9.4 ``There cannot be a static and a nonstatic member function
// with the same name and the same argument types.''
//
// The trick i