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
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
wtypequal.c
blob
9a7189929d35f4b9206e989aa644e9b14ed5b81b
1
/* { dg-do compile } */
2
3
int
*
__restrict
*
p
;
4
void
f
(
void
)
5
{
6
__typeof
(*
p
) *
q
=
p
;
/* { dg-bogus "discards qualifiers" } */
7
}