From 816a3f734579dfedd49c5f302911d6a1cca97d33 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 17 May 2013 19:12:14 +0000 Subject: [PATCH] re PR rtl-optimization/57304 (Revision 198896 segfaults building cpu2000 benchmark 176.gcc) PR rtl-optimization/57304 * web.c (union_match_dups): Ensure that DF_REF_LOC exists before accessing DF_REF_REAL_LOC. From-SVN: r199030 --- gcc/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a7ae768c61..1574e77c64a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2013-05-17 Mike Stump + PR rtl-optimization/57304 * web.c (union_match_dups): Ensure that DF_REF_LOC exists before accessing DF_REF_REAL_LOC. -- 2.30.2