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]

r187860 - in /branches/cilkplus/gcc: ChangeLog....


Author: bviyer
Date: Fri May 25 00:02:14 2012
New Revision: 187860

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187860
Log:
Fix some minor syntax issues in attributes.

2012-05-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* elem-function.c (elem_fn_create_fn): Mistakenly removed a necessary
	attribute.
	(create_processor_attribute): Added a underscore
	between pentium and 4 for sse3, removed an extra 's' in
	sse3 for core2_duo and put underscore between core and 2 in core2.
	* elem-function-common.c (find_processor_code): Likewise.
	(extract_elem_fn_values): Fixed a bug for mask parsing.
	* c-parser.c (c_parser_elem_fn_processor_attribute): Same change as the
	create_processor_attribute function.
	(c_parser_elem_fn_expr_list): Changed unmask to nomask.

2012-05-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* parser.c (cp_parser_elem_fn_processor_clause): Added a underscore
	between pentium and 4 for sse3, removed an extra 's' in
	sse3 for core2_duo and put underscore between core and 2 in core2.
	* cp-gimplify.c (cp_gimplify_expr): Added a check if stmt tree is valid.


Modified:
    branches/cilkplus/gcc/ChangeLog.cilk
    branches/cilkplus/gcc/c-parser.c
    branches/cilkplus/gcc/cp/ChangeLog.cilk
    branches/cilkplus/gcc/cp/cp-gimplify.c
    branches/cilkplus/gcc/cp/parser.c
    branches/cilkplus/gcc/elem-function-common.c
    branches/cilkplus/gcc/elem-function.c


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