cpp-ifparen.c, [...]: Add FSF copyright.
* cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c, cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF copyright. From-SVN: r32968
This commit is contained in:
parent
b7b30102a7
commit
dabe43de84
@ -1,3 +1,9 @@
|
|||||||
|
2000-04-06 Neil Booth <NeilB@earthling.net>
|
||||||
|
|
||||||
|
* cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
|
||||||
|
cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
|
||||||
|
copyright.
|
||||||
|
|
||||||
2000-04-04 Geoff Keating <geoffk@cygnus.com>
|
2000-04-04 Geoff Keating <geoffk@cygnus.com>
|
||||||
|
|
||||||
* gcc.dg/cast-qual-1.c: Revert last change.
|
* gcc.dg/cast-qual-1.c: Revert last change.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* Copyright (C) 2000 Free Software Foundation, Inc. */
|
||||||
|
|
||||||
/* { dg-do preprocess } */
|
/* { dg-do preprocess } */
|
||||||
|
|
||||||
/* These now use "!=" rather than "<" to increase chance of failure. */
|
/* These now use "!=" rather than "<" to increase chance of failure. */
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* Copyright (C) 2000 Free Software Foundation, Inc. */
|
||||||
|
|
||||||
/* { dg-do preprocess } */
|
/* { dg-do preprocess } */
|
||||||
|
|
||||||
/* Various illegal expressions with missing components. */
|
/* Various illegal expressions with missing components. */
|
||||||
|
@ -1,27 +1,21 @@
|
|||||||
|
/* Copyright (C) 2000 Free Software Foundation, Inc. */
|
||||||
|
|
||||||
/* Test various combinations of missing parentheses give the correct
|
/* Test various combinations of missing parentheses give the correct
|
||||||
missing parenthesis message. */
|
missing parenthesis message. */
|
||||||
|
|
||||||
/* { dg-do preprocess } */
|
/* { dg-do preprocess } */
|
||||||
|
|
||||||
#if (1
|
#if (1 /* { dg-error "missing '\\)'" "missing ')' no. 1" } */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 2 * (3 + 4
|
#if 2 * (3 + 4 /* { dg-error "missing '\\)'" "missing ')' no. 2" } */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (2))
|
#if (2)) /* { dg-error "missing '\\('" "missing '(' no. 1" } */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if )
|
#if ) /* { dg-error "missing '\\('" "missing '(' no. 2" } */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 4)
|
#if 4) /* { dg-error "missing '\\('" "missing '(' no. 3" } */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* { dg-error "missing '\\)'" "missing ')' no. 1" { target *-*-* } 6 } */
|
|
||||||
/* { dg-error "missing '\\)'" "missing ')' no. 2" { target *-*-* } 9 } */
|
|
||||||
/* { dg-error "missing '\\('" "missing '(' no. 1" { target *-*-* } 12 } */
|
|
||||||
/* { dg-error "missing '\\('" "missing '(' no. 2" { target *-*-* } 15 } */
|
|
||||||
/* { dg-error "missing '\\('" "missing '(' no. 3" { target *-*-* } 18 } */
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* Copyright (C) 2000 Free Software Foundation, Inc. */
|
||||||
|
|
||||||
/* { dg-do preprocess } */
|
/* { dg-do preprocess } */
|
||||||
|
|
||||||
/* Test shift operators. */
|
/* Test shift operators. */
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* Copyright (C) 2000 Free Software Foundation, Inc. */
|
||||||
|
|
||||||
/* { dg-do preprocess } */
|
/* { dg-do preprocess } */
|
||||||
|
|
||||||
/* Test that all operators correctly short circuit. */
|
/* Test that all operators correctly short circuit. */
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* Copyright (C) 2000 Free Software Foundation, Inc. */
|
||||||
|
|
||||||
/* { dg-do preprocess } */
|
/* { dg-do preprocess } */
|
||||||
|
|
||||||
/* Test the various unary operators. */
|
/* Test the various unary operators. */
|
||||||
|
Loading…
Reference in New Issue
Block a user