This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r145402 - in /branches/gcc-4_4-branch/gcc: Chan...


Author: jakub
Date: Wed Apr  1 13:45:14 2009
New Revision: 145402

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145402
Log:
	PR c/37772
	* c-parser.c (c_parser_asm_statement): Skip until close paren and
	return if c_parser_asm_string_literal returned NULL.

	* gcc.dg/pr37772.c: New test.
	* g++.dg/ext/asm11.C: New test.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/asm11.C
      - copied unchanged from r145401, trunk/gcc/testsuite/g++.dg/ext/asm11.C
    branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr37772.c
      - copied unchanged from r145401, trunk/gcc/testsuite/gcc.dg/pr37772.c
Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/c-parser.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]