- implemented non-constant initializers
authorMatthias Braun <matze@braunis.de>
Fri, 15 Feb 2008 20:17:01 +0000 (20:17 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 15 Feb 2008 20:17:01 +0000 (20:17 +0000)
commitf3efbc82b8253fbe5334f33cb77b63ff59fa47e6
treedc75062926ebe8879cb8a40e44f7a134b59f4e32
parent66f159e98b92550882c0763a26bb13966262389e
- implemented non-constant initializers
- differentiate between specified and effective storage_class
- improve constness checks (esp. for constant initializers)

=> make selfcheck works

[r18870]
TODO
ast.c
ast.h
ast2firm.c
ast_t.h
parser.c
parsetest/compoundlit3.c [new file with mode: 0644]
parsetest/cp_error021.c [new file with mode: 0644]
parsetest/init7.c [new file with mode: 0644]
parsetest/shouldfail/init8.c [new file with mode: 0644]