--- Comment #10 from rguenth at gcc dot gnu dot org 2007-04-18 12:46
---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNE
--- Comment #9 from rguenth at gcc dot gnu dot org 2007-04-18 12:45 ---
Subject: Bug 21463
Author: rguenth
Date: Wed Apr 18 12:45:09 2007
New Revision: 123946
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123946
Log:
2007-04-18 Richard Guenther <[EMAIL PROTECTED]>
PR
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21463
--- Comment #8 from rguenth at gcc dot gnu dot org 2007-02-14 16:18 ---
The patch I have also fixes this one.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-02-05 21:09 ---
The problem here is actually not I would I had orginally thought but instead
the following issue:
struct f
{
int i;
};
int g(int i, int c, struct f *ff)
{
int *t;
if (c)
t = &i;
else
t = &ff->i;
retu
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-24
17:38 ---
On the mainline we get:
_ZN5foo_tIfE7bar_refEff:
.LFB661:
ucomiss 4(%rdi), %xmm1
leaq-8(%rsp), %rdx
leaq4(%rdi), %rax
movss %xmm0, -4(%rsp)
movss %xmm1, -8