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]

r177911 - in /trunk/gcc: ChangeLog c-family/Cha...


Author: jsm28
Date: Fri Aug 19 15:53:51 2011
New Revision: 177911

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177911
Log:
	* c-parser.c (c_parser_postfix_expression): Handle
	RID_BUILTIN_COMPLEX.
	* doc/extend.texi (__builtin_complex): Document.

c-family:
	* c-common.c (c_common_reswords): Add __builtin_complex.
	* c-common.h (RID_BUILTIN_COMPLEX): New.

testsuite:
	* gcc.dg/builtin-complex-err-1.c, gcc.dg/builtin-complex-err-2.c,
	gcc.dg/dfp/builtin-complex.c, gcc.dg/torture/builtin-complex-1.c:
	New tests.

Added:
    trunk/gcc/testsuite/gcc.dg/builtin-complex-err-1.c
    trunk/gcc/testsuite/gcc.dg/builtin-complex-err-2.c
    trunk/gcc/testsuite/gcc.dg/dfp/builtin-complex.c
    trunk/gcc/testsuite/gcc.dg/torture/builtin-complex-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/c-family/c-common.h
    trunk/gcc/c-parser.c
    trunk/gcc/doc/extend.texi
    trunk/gcc/testsuite/ChangeLog


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