annotate gcc/testsuite/g++.dg/compat/break/README @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
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
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
14 Copyright (C) 2002-2020 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.