repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr101171.c
blob
8d2bcabd3e4c986b677c6ec6a2f90bd9f99955db
1
/* PR c/101171 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
extern
void
foo
(
void
);
6
int
x
=
0x1234
;
7
8
void
9
bar
(
void
)
10
{
11
if
(
x
!= (
sizeof
((
enum
T
)
0x1234
)))
/* { dg-error "conversion to incomplete type" } */
12
foo
();
13
}