--
What|Removed |Added
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19634
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-11 21:10
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-11 04:29
---
patch: http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00490.html
--
What|Removed |Added
As
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-10
04:35 ---
I agree that the C++ recursion is very ugly. The last time I looked at this, I
concluded it would be hard to fix, but now I'm not entirely certain that's true.
The problem comes from the call to push_acces
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-10 02:20
---
True enough, and one could indeed "fix" this problem on Alpha by adding a
similar check to samegp_function_operand. However, I don't think this is
the right approach to this problem. How many other places in o
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10
02:15 ---
RTH, you added the wrong mark before.
--
What|Removed |Added
CC|
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-10
02:05 ---
This is related PR 18683 which is a related problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19634
--- Additional Comments From rth at gcc dot gnu dot org 2005-02-10 01:59
---
Not a reload bug. RTL state gets mangled by pop_function_context_from
called underneath mangle_decl_string. We may be able to work around this
problem like so, but I'm still not certain that we're not borking