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]

r184665 - in /trunk/gcc: ChangeLog testsuite/Ch...


Author: jakub
Date: Wed Feb 29 17:43:56 2012
New Revision: 184665

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184665
Log:
	PR tree-optimization/52429
	* tree-parloops.c (separate_decls_in_region_debug): Return early
	if var is LABEL_DECL.

	* gcc.dg/torture/pr52429.c: New test.
	* g++.dg/opt/pr52429.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/opt/pr52429.C
    trunk/gcc/testsuite/gcc.dg/torture/pr52429.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-parloops.c


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