/* Test that undefined names evaluate to zero, that macros after a
funlike macro are expanded, and that if it is a '(' the funlike
macro is not treated as such. */
/* { dg-do run } */
extern
/* Test that (what looks like) comments are not recognized in literals
and that quotes within quotes do not confused the preprocessor. */
/* { dg-do run } */
extern void abort (void);
int main
/* Test that undefined names evaluate to zero, that macros after a
funlike macro are expanded, and that if it is a '(' the funlike
macro is not treated as such. */
/* { dg-do preprocess } */
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Source: Neil Booth, 2 Oct 2001.
Tests that we clear the disabled flag that is set by the
macro-defined-t
/* Copyright (C) 2003 Free Software Foundation.
Test that the -fno-wrapv command line option is accepted and enables
"unsafe" optimizations that rely on undefined arithmetic overflow.
Writt
/* Test that gcc understands that the call to g might clobber i. */
/* { dg-do run } */
/* { dg-options "-O2" } */
__inline int f ()
{
static int i;
int i2 = i;
i = i2 + 1;
return i;
}
int
/* ItemSelectable.java -- items that can be selected
Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can red
/* CharSequence.java -- Anything that has an indexed sequence of chars
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software;