--- Comment #3 from dberlin at gcc dot gnu dot org 2008-07-08 16:11 ---
Subject: Bug 35287
Author: dberlin
Date: Tue Jul 8 16:11:06 2008
New Revision: 137631
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137631
Log:
2008-07-05 Daniel Berlin <[EMAIL PROTECTED]>
Fix P
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-04-07 01:46 ---
(In reply to comment #1)
> Confirmed. I think this is the same issue as PRE of globals.
It is as if you change the source to be:
int g, g2;
int foo(int p, int *gp)
{
int t = 0;
if (p)
t = *gp + 1;
r
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-22 10:57 ---
Confirmed. I think this is the same issue as PRE of globals.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---