https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714
--- Comment #24 from cesar at gcc dot gnu.org --- Author: cesar Date: Fri Jul 24 14:38:43 2015 New Revision: 226160 URL: https://gcc.gnu.org/viewcvs?rev=226160&root=gcc&view=rev Log: PR 66714 gcc/ * tree-cfg.c (struct replace_decls_d): New struct. (replace_block_vars_by_duplicates_1): New function. (replace_block_vars_by_duplicates): Use it to replace the decls in the value exprs by duplicates. libgomp/ * testsuite/libgomp.c/pr66714.c: New test. Added: trunk/libgomp/testsuite/libgomp.c/pr66714.c Modified: trunk/gcc/ChangeLog trunk/gcc/tree-cfg.c trunk/libgomp/ChangeLog