c-parse.in (cast_expr): Move compound literals from here ...
authorJoseph Myers <jsm28@cam.ac.uk>
Wed, 24 Jan 2001 20:41:49 +0000 (20:41 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 24 Jan 2001 20:41:49 +0000 (20:41 +0000)
commitcedd825f0f18088f7235f02136021bd63a2e12df
treefb7631bc21b96e7a0071cd36b5ff78d5c6b71fe9
parent9bad11e125dadee39cbefe8e52a2fc9fa77ef062
c-parse.in (cast_expr): Move compound literals from here ...

* c-parse.in (cast_expr): Move compound literals from here ...
(primary): ... to here.  Use standard terminology "compound
literal" instead of "constructor expression".

testsuite:
* gcc.c-torture/compile/20010124-1.c: New test.

From-SVN: r39246
gcc/ChangeLog
gcc/c-parse.in
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20010124-1.c [new file with mode: 0644]