--- Comment #4 from manu at gcc dot gnu dot org 2008-02-12 14:25 ---
This bug is confirmed.
--
manu at gcc dot gnu dot org changed:
What|Removed |Added
CC
--- Comment #36 from alexandre dot nunes at gmail dot com 2008-02-12 13:13
---
I think it's worth to note here the implications of the fix to PR31849.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31360
--- Comment #9 from dominiq at lps dot ens dot fr 2008-02-13 07:10 ---
Subject: Re:
gfortran.fortran-torture/execute/intrinsic_set_exponent.f90 fails on Intel
Darwin9
> Can this be closed then?
I think so.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34141
--- Comment #4 from jakub at gcc dot gnu dot org 2008-02-12 13:27 ---
Not doing SRA seems harder than just handling it, because the decision whether
SRA should be done and whether to use block copy is done on vars, which both
are scalarizable.
Testing following patch:
2008-02-12 Jakub J
--- Comment #1 from jakub at gcc dot gnu dot org 2008-02-12 12:00 ---
But this one doesn't seem to be inlining related. Until vrp1 pass the var in
question (D.20903) has just one SSA_NAME (D.20903_14) in the whole function,
non-ab, initialized at the beginning of the loop and nothing be
--- Comment #32 from eyal at geomage dot com 2008-02-12 11:28 ---
(In reply to comment #31)
> > I would appriciate, however, a further explaination about this issue.
> The explanation has to deal with CPU architecture and is not related to
> compilers. In case of cache miss the memory l
--- Comment #16 from reichelt at gcc dot gnu dot org 2008-02-13 07:31
---
The ICE disappeared on the 4.2 branch. Probably due to
2008-02-12 Jason Merrill <[EMAIL PROTECTED]>
PR c++/33916
* Revert:
2006-10-17 Mark Mitchell <[EMAIL PROTECTED]>
PR c++/
--- Comment #14 from rguenth at gcc dot gnu dot org 2008-02-12 23:19
---
It looks like simply deleting from dependent_type_p:
/* If there are no template parameters in scope, then there can't be
any dependent types. */
if (!processing_template_decl)
{
/* If we are n
--- Comment #17 from jason at gcc dot gnu dot org 2008-02-13 07:08 ---
Subject: Bug 34774
Author: jason
Date: Wed Feb 13 07:08:11 2008
New Revision: 132283
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132283
Log:
PR c++/34774
* pt.c (value_dependent_expression_
--- Comment #17 from geoffk at geoffk dot org 2008-02-13 07:50 ---
Subject: Re: [4.3 Regression] gcc.c-torture/execute/va-arg-25.c:32: internal
compiler error: in expand_call, at calls.c:2785
On 12/02/2008, at 10:41 PM, hjl dot tools at gmail dot com wrote:
> --- Comment #16 from
101 - 110 of 110 matches
Mail list logo