r275109 - in /branches/gcc-7-branch/gcc: Change...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Aug 30 11:51:00 GMT 2019


Author: jakub
Date: Fri Aug 30 11:51:36 2019
New Revision: 275109

URL: https://gcc.gnu.org/viewcvs?rev=275109&root=gcc&view=rev
Log:
	Backported from mainline
	2019-02-13  Jakub Jelinek  <jakub@redhat.com>

	PR middle-end/89303
	* tree-ssa-structalias.c (set_uids_in_ptset): Or in vi->is_heap_var
	into pt->vars_contains_escaped_heap instead of setting
	pt->vars_contains_escaped_heap to it.

	2019-02-13  Jonathan Wakely  <jwakely@redhat.com>
		    Jakub Jelinek  <jakub@redhat.com>

	PR middle-end/89303
	* g++.dg/torture/pr89303.C: New test.

Added:
    branches/gcc-7-branch/gcc/testsuite/g++.dg/torture/pr89303.C
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/testsuite/ChangeLog
    branches/gcc-7-branch/gcc/tree-ssa-structalias.c



More information about the Gcc-cvs mailing list