fix interaction of typeof with bitwise types
commit4295dbac1f406c4839463fcc842d270df9e91ce6
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 25 May 2007 03:57:49 +0000 (25 04:57 +0100)
committerJosh Triplett <josh@freedesktop.org>
Sun, 27 May 2007 00:41:46 +0000 (26 17:41 -0700)
tree0ee0943a0c81182af833fc5ca39c5f4ab75a8199
parent82c77c00f01c8fa2163f9ea388da107bb8c6f7c1
fix interaction of typeof with bitwise types

typeof(bitwise) should resolve to the same SYM_RESTRICT type node, not just
to a copy of its contents.  Similar problem exists for struct and union,
BTW, but that's a separate story.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
symbol.c
validation/restricted-typeof.c [new file with mode: 0644]