------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-02
14:04 -------
Subject: Bug 23192
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-08-02 14:04:37
Modified files:
gcc : ChangeLog tree-ssa-alias.c
gcc/testsuite : ChangeLog
Added files:
gcc/testsuite/gcc.dg/tree-ssa: pr23192.c
Log message:
PR 23192
* tree-ssa-alias.c (add_pointed_to_var): If VALUE is of the
form &(*PTR), take points-to information from PTR.
Give up if VALUE by marking PTR as pointing anywhere if VALUE
is not recognized.
testsuite/ChangeLog
PR 23192
* gcc.dg/pr23192.c: New test.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.345&r2=2.7592.2.346
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-alias.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.71.2.2&r2=2.71.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.314&r2=1.5084.2.315
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr23192.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23192