[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-29 Thread wilson at specifixinc dot com
--- Additional Comments From wilson at specifixinc dot com 2004-01-30 02:25 --- Subject: Re: Hopefully final patch for PR 13722 On Wed, 2004-01-28 at 22:41, Matthias Klose wrote: > sorry, I was a bit unspecific. this was the 3.4 branch. last checkin I have a copy of the gcc-3.4 branch

Bug#230248: gcc-3.3: Segfault when compiling kernel

2004-01-29 Thread Jeff Williams
Package: gcc-3.3 Version: 1:3.3.3-0pre3 Severity: normal Followup-For: Bug #230248 CC net/ipv4/devinet.o In file included from include/linux/fs.h:14, from include/linux/mm.h:14, from net/ipv4/devinet.c:40: include/linux/kdev_t.h:75: internal compiler error

[Bug target/13918] [3.3.3 regression] [ia64] bootstrap comparision failure

2004-01-29 Thread schwab at suse dot de
-- What|Removed |Added CC||schwab at suse dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13918 --- You are receiving this mail b

[Bug target/13918] [3.3.3 regression] [ia64] bootstrap comparision failure

2004-01-29 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2004-01-29 21:44 --- Created an attachment (id=5613) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5613&action=view) sched-ebb.c patch to disable use of cselib I believe this will fix the harmless bootstrap compare failure

[Bug target/13918] [3.3.3 regression] [ia64] bootstrap comparision failure

2004-01-29 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2004-01-29 21:41 --- This is a known interaction problem with cselib/sched-ebb. I have never seen a report of it resulting in an ICE or incorrect code. It only results in code that is scheduled differently, and hence this can c

Re: kqtvldbqqzz

2004-01-29 Thread ted
This is an autoresponder. I'll never see your message.

Bug#230248: gcc-3.3: Segfault when compiling gnome-panel 2.4.2

2004-01-29 Thread J.H.M. Dassen (Ray)
On Thu, Jan 29, 2004 at 14:59:11 +0100, Christian Marillat wrote: > Package: gcc-3.3 > Version: 1:3.3.3-0pre3 > Severity: important > To day I can't compile gnome-panel 2.4.2 : gnome-panel 2.4.2-1 compiles fine for me in an up to date pbuilder sid chroot on i386 with gcc 1:3.3.3-0pre3 . > panel-

Bug#230248: gcc-3.3: Segfault when compiling gnome-panel 2.4.2

2004-01-29 Thread Christian Marillat
Package: gcc-3.3 Version: 1:3.3.3-0pre3 Severity: important Hi, To day I can't compile gnome-panel 2.4.2 : panel-widget.c: In function anel_widget_set_applet_expandable': panel-widget.c:2824: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source i

Bug#187564: [Bug target/10692] [3.3/3.4/3.5 regression] [m68k] miscompilation of perl with -O2 -fPIC

2004-01-29 Thread gdr at gcc dot gnu dot org
--- Additional Comments From gdr at gcc dot gnu dot org 2004-01-29 12:54 --- This seems to have been failing since ages; postponed until 3.3.4 -- What|Removed |Added Targe

[Bug target/13918] [3.3.3 regression] [ia64] bootstrap comparision failure

2004-01-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-29 06:59 --- Could you try with this patch: , the problem is in cselib which gets abused by ia64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13918 -

[Bug target/13918] [3.3.3 regression] [ia64] bootstrap comparision failure

2004-01-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-29 06:55 --- Based a discusion with Zack, this is minor as yyou can still continue from this with just make and the compiler will still work right as it is just two instructions have been interchanged and in this cas

[Bug target/13918] [3.3.3 regression] [ia64] bootstrap comparision failure

2004-01-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-29 06:49 --- See http://gcc.gnu.org/ml/gcc/2003-07/msg00585.html. This is caused by IA64 abuse of the scheduler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13918 --- You are receiving this mail because: -

[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

2004-01-29 Thread doko at cs dot tu-berlin dot de
--- Additional Comments From doko at cs dot tu-berlin dot de 2004-01-29 06:47 --- Subject: Re: Hopefully final patch for PR 13722 Jim Wilson writes: > On Wed, 2004-01-28 at 12:02, Matthias Klose wrote: > > CVS 20040128 including your patch fails in the first ada file in > > stage2 (Debi

[Bug target/13918] [3.3.3 regression] [ia64] bootstrap comparision failure

2004-01-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-29 06:41 --- Confirmed, I think there is a known bug some where in the optimizers which cause this, it only effects ia64 because it abuses one of the passes cannot remember which one. -- What|Removed