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]

r212697 - in /branches/linaro/gcc-4_9-branch/gc...


Author: yroux
Date: Wed Jul 16 20:14:34 2014
New Revision: 212697

URL: https://gcc.gnu.org/viewcvs?rev=212697&root=gcc&view=rev
Log:
gcc/
2014-07-16  Yvan Roux  <yvan.roux@linaro.org>

	Backport from trunk r209794.
	2014-04-25  Marek Polacek  <polacek@redhat.com>

	PR c/60114
	* c-parser.c (c_parser_initelt): Pass input_location to
	process_init_element.
	(c_parser_initval): Pass loc to process_init_element.
	* c-tree.h (process_init_element): Adjust declaration.
	* c-typeck.c (push_init_level): Pass input_location to
	process_init_element.
	(pop_init_level): Likewise.
	(set_designator): Likewise.
	(output_init_element): Add location_t parameter.  Pass loc to
	digest_init.
	(output_pending_init_elements): Pass input_location to
	output_init_element.
	(process_init_element): Add location_t parameter.  Pass loc to
	output_init_element.

gcc/testsuite/
2014-07-16  Yvan Roux  <yvan.roux@linaro.org>

	Backport from trunk r209794, 209858.
	2014-04-25  Marek Polacek  <polacek@redhat.com>

	PR c/60114
	* gcc.dg/pr60114.c: New test.

	2014-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	PR c/60983
	* gcc.dg/pr60114.c: Use signed chars.


Added:
    branches/linaro/gcc-4_9-branch/gcc/testsuite/gcc.dg/pr60114.c
Modified:
    branches/linaro/gcc-4_9-branch/gcc/ChangeLog.linaro
    branches/linaro/gcc-4_9-branch/gcc/c/c-parser.c
    branches/linaro/gcc-4_9-branch/gcc/c/c-tree.h
    branches/linaro/gcc-4_9-branch/gcc/c/c-typeck.c
    branches/linaro/gcc-4_9-branch/gcc/testsuite/ChangeLog.linaro


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