--- Comment #7 from hjl at gcc dot gnu dot org 2010-02-23 17:04 ---
Subject: Bug 42998
Author: hjl
Date: Tue Feb 23 17:02:26 2010
New Revision: 157010
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157010
Log:
Backport testcases from mainline.
2010-02-23 H.J. Lu
Bac
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-02-11 17:01 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-02-11 17:01 ---
Subject: Bug 42998
Author: rguenth
Date: Thu Feb 11 17:01:21 2010
New Revision: 156704
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156704
Log:
2010-02-11 Richard Guenther
PR tree-optimization/
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42998
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-02-08 13:33 ---
void foo(void *);
void bar(void *);
void ndisc_fill_addr_option(unsigned char *opt, int data_len,
unsigned short addr_type)
{
int pad;
if (addr_type == 32)
pad = 2;
else
pad
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-02-08 13:14 ---
Confirmed. PRE does this - reducing.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---