/* Note that we use the exact same include guard #define names
* as asm/posix_types.h. This will avoid gratuitous conflicts
* with the posix_types.h kernel header, and will ensure that
* our pri
/* Note that we use the exact same include guard #define names
* as asm/posix_types.h. This will avoid gratuitous conflicts
* with the posix_types.h kernel header, and will ensure that
* our pri
// stdafx.cpp : source file that includes just the standard includes
// NNBP.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// stdafx.cpp : source file that includes just the standard includes
// MatrixBase.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
// stdafx.cpp : source file that includes just the standard includes
// Arithmetic.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
// stdafx.cpp : source file that includes just the standard includes
// MemMapCppClient.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "
/* Make sure both loops are recognized as doloops.
If so, "bdnz" will be generated on ppc; if not,
you will get "ble" or "blt" or "bge". */
/* { dg-do compile { target powerpc-*-* } } */
/* {
/* { dg-do compile } */
/* { dg-options "-O2" } */
struct A
{
~A();
};
/* If we don't create SFT's for the "empty" structure A, bad things
will happen, and we will fail verification. */
struct
// { dg-options "" }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 20 Oct 2004
// DR 195 will allow conversions between function and
// { dg-do assemble }
// GROUPS passed templates
template class Stack {
public:
Stack (int s = 10); //Comment out "= 10" and it will compile
~Stack(void); //O