blob: fa5b8461aaeadaf0b78ac42608f169396e91e37a (
plain)
1
2
3
4
5
6
|
/* PR c++/90108 */
/* { dg-do compile } */
/* { dg-options "--param ggc-min-heapsize=0" } */
typedef unsigned int a __attribute__ ((__aligned__(8), __may_alias__));
typedef unsigned int a __attribute__ ((__aligned__(8), __may_alias__));
|