annotate gcc/testsuite/g++.dg/compat/break/README @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 Tests in this directory are for functionality that has changed in GCC
kono
parents:
diff changeset
2 from one release to another or that is not ABI-compliant and may change
kono
parents:
diff changeset
3 in a future release.
kono
parents:
diff changeset
4
kono
parents:
diff changeset
5 Each test header for changed behavior should indicate the version in
kono
parents:
diff changeset
6 which the behavior changed, in order to help users of these tests to
kono
parents:
diff changeset
7 determine whether a test failure is expected or not.
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 Every test in this directory that covers behavior that is not
kono
parents:
diff changeset
10 ABI-compliant should also be covered by a test for -Wabi to ensure that
kono
parents:
diff changeset
11 there is a warning for the construct.
kono
parents:
diff changeset
12
kono
parents:
diff changeset
13
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
14 Copyright (C) 2002-2018 Free Software Foundation, Inc.
111
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 Copying and distribution of this file, with or without modification,
kono
parents:
diff changeset
17 are permitted in any medium without royalty provided the copyright
kono
parents:
diff changeset
18 notice and this notice are preserved.