--- Comment #32 from jason at gcc dot gnu dot org 2005-11-23 23:56 ---
My earlier patch fixed all the reduced testcases, but not the unreduced one.
Here's a reduced testcase that still fails (adding a by-value parm to the
virtual function):
struct A
{
A(const A &a);
const A& operat
--- Comment #37 from ebotcazou at gcc dot gnu dot org 2005-11-23 23:29
---
Created an attachment (id=10331)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10331&action=view)
Andrew's FE patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22533
--- You are receiving this
--- Comment #36 from ebotcazou at gcc dot gnu dot org 2005-11-23 23:28
---
> i always do a full bootstrap with different flags for stage1 and 2+.
That doesn't cover the Ada tools. They build for me at -O0 on PowerPC so with
Andrew's FE patch + a possible tweak in the Makefile, you sho
--- Comment #35 from pluto at agmk dot net 2005-11-23 19:47 ---
(In reply to comment #34)
> Did you try to compile make.adb at -O1 or -O0?
i always do a full bootstrap with different flags for stage1 and 2+.
make bootstrap \
BOOT_CFLAGS="%{rpmcflags}" \
STAGE1_CFLAGS="
--- Comment #34 from ebotcazou at gcc dot gnu dot org 2005-11-23 19:36
---
> this fix doesn't help for current 4.1.
It works (or worked) on s390 at least and fix the first problem on PPC though.
Did you try to compile make.adb at -O1 or -O0?
--
http://gcc.gnu.org/bugzilla/show_bu
--- Comment #33 from pluto at agmk dot net 2005-11-23 19:16 ---
(In reply to comment #32)
> > with patch from http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01666.html
>
> Probably not the correct long-term fix. Might be good enough for 4.1 though.
this fix doesn't help for current 4.1.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Known to fail|4.0.0 4.0.3 |4.0.0 4.0.3 4.1.0
Known to work|3.4.4 4.1.0 |3.4
--- Comment #30 from rguenth at gcc dot gnu dot org 2005-11-23 11:55
---
I also still see these problems:
gcc-4.1.0_20051116-4
armv4l 10 ICEs
5 Segmentation fault
1 in insert_save, at caller-save.c:719
4 in cp_expr_size, at cp/cp-obj
--- Comment #32 from ebotcazou at gcc dot gnu dot org 2005-11-23 11:11
---
> with patch from http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01666.html
Probably not the correct long-term fix. Might be good enough for 4.1 though.
> finally, ada is actually dead.
Not very constructive, I
9 matches
Mail list logo