Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
sso
/
init9.h
blob: 358d3869ddc96f65c88b8184ef989cb4418cb46e [
file
] [
log
] [
blame
]
#define
Pi
3.14159265358979323846
struct
__attribute__
((
scalar_storage_order
(
"little-endian"
)))
R1
{
double
F
;
};
struct
__attribute__
((
scalar_storage_order
(
"big-endian"
)))
R2
{
double
F
;
};
struct
R1
My_R1
=
{
Pi
};
struct
R2
My_R2
=
{
Pi
};