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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr107805-1.c
blob
559b6a5586eb924990f238e884c776e56cda4020
1
/* { dg-do compile } */
2
typedef
int
t
;
3
typedef
struct
{
double
a
;
int
b
; }
t
;
/* { dg-error "conflicting types" } */
4
t x
;
/* No warning here. */
5