parser.c (cp_parser_asm_definition): Look passed the CLEANUP_POINT_EXPR to get the...
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 7 Oct 2004 13:48:27 +0000 (13:48 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 7 Oct 2004 13:48:27 +0000 (06:48 -0700)
commitca05904340457c4c7dbdb15bc589ab980434fa53
tree38ae969b5770c6884d7c5f028679561fc8a65cbf
parent93348822aafe18b25b303aef21697c8e52149975
parser.c (cp_parser_asm_definition): Look passed the CLEANUP_POINT_EXPR to get the asm expression.

cp/ChangeLog:
* parser.c (cp_parser_asm_definition): Look passed the
CLEANUP_POINT_EXPR to get the asm expression.

testsuite/ChangeLog:
* g++.dg/ext/asm6.C: Remove extraneous semicolon.

From-SVN: r88688
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/asm6.C