]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/compat/break/README
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / compat / break / README
1 Tests in this directory are for functionality that has changed in GCC
2 from one release to another or that is not ABI-compliant and may change
3 in a future release.
4
5 Each test header for changed behavior should indicate the version in
6 which the behavior changed, in order to help users of these tests to
7 determine whether a test failure is expected or not.
8
9 Every test in this directory that covers behavior that is not
10 ABI-compliant should also be covered by a test for -Wabi to ensure that
11 there is a warning for the construct.
12
13 \f
14 Copyright (C) 2002-2016 Free Software Foundation, Inc.
15
16 Copying and distribution of this file, with or without modification,
17 are permitted in any medium without royalty provided the copyright
18 notice and this notice are preserved.