Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr101396_1.C
blob: a6d032d694d99258ab4d0e1d4bd57a45c39ce591 [
file
] [
log
] [
blame
]
enum
A
:
__UINT64_TYPE__
{
// { dg-lto-note "6: an enum with different value name is defined in another translation unit" }
a
,
// { dg-lto-note "3: mismatching definition" }
b
,
c
};
int
f
(
enum
A x
)
{
return
(
int
)
x
;
}