comparison gcc/testsuite/gcc.dg/debug/dwarf2/pr80263.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* PR debug/80263 */ 1 /* PR debug/80263 */
2 /* { dg-do compile } */ 2 /* { dg-do compile } */
3 /* { dg-options "-g -dA" } */ 3 /* { dg-options "-g -dA" } */
4 /* Darwin emits pubnames/types by default - suppress this for the test. */
5 /* { dg-additional-options "-gno-pubnames" { target *-*-darwin* } } */
4 6
5 char array[1]; 7 char array[1];
6 8
7 /* { dg-final { scan-assembler-not {\msizetype} } } */ 9 /* { dg-final { scan-assembler-not {\msizetype} } } */