comparison gcc/testsuite/gcc.dg/darwin-sections.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile {target *-*-darwin* } } */ 1 /* { dg-do compile {target *-*-darwin* } } */
2 /* { dg-options "-std=c99 -w" } */ 2 /* { dg-options "-std=c99 -w -fcommon" } */
3 3
4 /* This has been designed to give the same section usage for 4 /* This has been designed to give the same section usage for
5 -m32 and -m64 - so don't put any ints or longs in it ... */ 5 -m32 and -m64 - so don't put any ints or longs in it ... */
6 6
7 /* A zero-sized object. */ 7 /* A zero-sized object. */