blob: 46519984fd84f612fb172f6fdca8efa47da9af5b [file] [log] [blame]
/* { dg-do compile { target *-*-darwin[912]* } } */
/* { dg-options "-fcommon" } */
/* In all cases, common has a max alignment of 2^15. */
int badcommon __attribute__ ((aligned (65536))); /* { dg-error "common variables must have an alignment" } */