Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.benjamin
/
15054.C
blob: 4d1c6f2072c15dfad2989bfcb2ed9e6915602c47 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "-Wno-pointer-arith" }
// 981203 bkoz
// g++/15054
// note that -pedantic also turns on this warning
void
cuba
(
void
)
{
void
*
p
;
p
++;
}