Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr104989.C
blob: 8b1f79b5f9b6f345fed5cdb6b8d0e304551a8a5f [
file
] [
log
] [
blame
]
// PR rtl-optimization/104989
// { dg-do compile }
// { dg-options "-fnon-call-exceptions" }
struct
a
{
short
b
:
-
1ULL
;
};
void
c
(...)
{
c
(
a
());
}
// { dg-excess-errors "" }