Improve storage class handling:
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Nov 2008 17:18:37 +0000 (17:18 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 19 Nov 2008 17:18:37 +0000 (17:18 +0000)
commit5415928cc4c29c1754b6562bad26ab7d7f23882d
treed53e82fac3216dc6bf6c0d7fb5b8c12c817ca8ce
parent1c43487a8633dca3329e08e2c829ec9ceb13c91b
Improve storage class handling:
- __thread is now a flag instead of three extra storage classes
- Add semantic checks for wrong storage classes (and inline) in declarations.

[r23820]
ast.c
ast2firm.c
entity_t.h
parser.c