Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 08-May-2022 | - | ||||
README | H A D | 08-May-2022 | 528 | 12 | 9 | |
bitfield5.h | H A D | 08-May-2022 | 127 | 12 | 10 | |
bitfield5_main.C | H A D | 08-May-2022 | 300 | 15 | 7 | |
bitfield5_x.C | H A D | 08-May-2022 | 131 | 14 | 9 | |
bitfield5_y.C | H A D | 08-May-2022 | 162 | 14 | 10 | |
bitfield7.h | H A D | 08-May-2022 | 28 | 4 | 3 | |
bitfield7_main.C | H A D | 08-May-2022 | 331 | 17 | 7 | |
bitfield7_x.C | H A D | 08-May-2022 | 138 | 14 | 9 | |
bitfield7_y.C | H A D | 08-May-2022 | 149 | 12 | 9 | |
empty6.h | H A D | 08-May-2022 | 67 | 8 | 6 | |
empty6_main.C | H A D | 08-May-2022 | 325 | 15 | 7 | |
empty6_x.C | H A D | 08-May-2022 | 106 | 13 | 8 | |
empty6_y.C | H A D | 08-May-2022 | 107 | 10 | 7 | |
vbase10.h | H A D | 08-May-2022 | 123 | 13 | 10 | |
vbase10_main.C | H A D | 08-May-2022 | 301 | 15 | 7 | |
vbase10_x.C | H A D | 08-May-2022 | 123 | 14 | 9 | |
vbase10_y.C | H A D | 08-May-2022 | 168 | 15 | 11 | |
vbase11.h | H A D | 08-May-2022 | 135 | 13 | 11 | |
vbase11_main.C | H A D | 08-May-2022 | 265 | 14 | 7 | |
vbase11_x.C | H A D | 08-May-2022 | 207 | 15 | 10 | |
vbase11_y.C | H A D | 08-May-2022 | 153 | 12 | 9 |
README
1Tests in this directory are for functionality that has changed in GCC 2from one release to another or that is not ABI-compliant and may change 3in a future release. 4 5Each test header for changed behavior should indicate the version in 6which the behavior changed, in order to help users of these tests to 7determine whether a test failure is expected or not. 8 9Every test in this directory that covers behavior that is not 10ABI-compliant should also be covered by a test for -Wabi to ensure that 11there is a warning for the construct. 12