Processed: [bts-link] source package gcc-snapshot

2006-08-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: # # bts-link upstream status pull for source package gcc-snapshot # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]). # remote status report

[Bug rtl-optimization/28489] [4.2 regression] ICE in move_insn, at haifa-sched.c:1968

2006-08-03 Thread mkuvyrkov at gcc dot gnu dot org
--- Comment #11 from mkuvyrkov at gcc dot gnu dot org 2006-08-03 12:03 --- (In reply to comment #10) Created an attachment (id=11997) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11997action=view) [edit] Patch This patch bootstraps and has no new regression on {i386,

[Bug rtl-optimization/28221] [4.1 regression] ICE in add_insn_before, at emit-rtl.c:3479

2006-08-03 Thread sje at cup dot hp dot com
--- Comment #12 from sje at cup dot hp dot com 2006-08-03 16:39 --- Fixed by backporting Nathan's patch and the fix for PR 27291. -- sje at cup dot hp dot com changed: What|Removed |Added

[Bug classpath/28538] libgconfpeer depends on the gtk libraries

2006-08-03 Thread mark at gcc dot gnu dot org
--- Comment #1 from mark at gcc dot gnu dot org 2006-08-03 18:51 --- In classpath 0.92-pre they are now only linked against gdk: 2006-08-02 Mark Wielaard [EMAIL PROTECTED] * configure.ac (gconf-peer): Check for gdk-2.0. * native/jni/gconf-peer/Makefile.am (AM_LDFLAGS):

[Bug classpath/28538] libgconfpeer depends on the gtk libraries

2006-08-03 Thread neugens at limasoftware dot net
-- neugens at limasoftware dot net changed: What|Removed |Added AssignedTo|mark at gcc dot gnu dot org |neugens at limasoftware dot |

[Bug classpath/28538] libgconfpeer depends on the gtk libraries

2006-08-03 Thread neugens at limasoftware dot net
--- Comment #2 from neugens at limasoftware dot net 2006-08-03 19:48 --- I have assigned this bug to me (gconf related :), though as Mark said, I don't think we can do that much for it. For what I can see, the problem here is mixing threading models (java and native), this lead to

Bug#381176: Log for failed build of ragel_5.9-1 (dist=unstable2)

2006-08-03 Thread Martin Michlmayr
That's the same bug (verified by looking at the RTL). Automatic build of ragel_5.9-1 on coconut0.coconut.gelato.org by sbuild/ia64 0.49 ... ../ragel/ragel -n builtin.rl | ../rlcodegen/rlcodegen -C -G0 -o builtin.c gcc -pedantic -ansi -Wall -O2 -o builtin.bin builtin.c /tmp/ccdR1nYJ.o: In

[Bug debug/28591] [4.2 regression] ICE in splice_child_die, at dwarf2out.c:5513

2006-08-03 Thread tbm at cyrius dot com
-- tbm at cyrius dot com changed: What|Removed |Added CC||debian-gcc at lists dot |

[Bug debug/28591] [4.2 regression] ICE in splice_child_die, at dwarf2out.c:5513

2006-08-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

Bug#381384: [gnat] ICE in splice_child_die, at dwarf2out.c:5513

2006-08-03 Thread Martin Michlmayr
Package: gcc-snapshot Version: 20060721-1 PR28591 Automatic build of ghdl_0.24+gcc4.1.1-1 on coconut0.coconut.gelato.org by sbuild/ia64 0.49 ... gcc -c -I./ -I../../../gcc/vhdl/grt -gnatec../../../gcc/vhdl/grt/grt.adc -O -g -I- /build/tbm/ghdl-0.24+gcc4.1.1/ghdl-0.24/vhdl/grt/grt-types.ads

[Bug target/28495] [4.2 regression] ICE in final_scan_insn, at final.c:2448

2006-08-03 Thread wilson at gcc dot gnu dot org
--- Comment #10 from wilson at gcc dot gnu dot org 2006-08-04 01:49 --- This is the same bug as PR 28490. I verified that my prototype patch for PR 28490 fixes it. *** This bug has been marked as a duplicate of 28490 *** -- wilson at gcc dot gnu dot org changed: What

[Bug target/28490] [4.0/4.1/4.2 regression] ICE in ia64_expand_move, at config/ia64/ia64.c:1088

2006-08-03 Thread wilson at gcc dot gnu dot org
--- Comment #13 from wilson at gcc dot gnu dot org 2006-08-04 01:49 --- *** Bug 28495 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28490 --- You are receiving this mail because: --- You are on the CC list for the bug, or

[Bug target/28490] [4.0/4.1/4.2 regression] ICE in ia64_expand_move, at config/ia64/ia64.c:1088

2006-08-03 Thread wilson at gcc dot gnu dot org
--- Comment #14 from wilson at gcc dot gnu dot org 2006-08-04 01:55 --- Steve Ellcey posted a patch here: http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00016.html I posted a better patch here: http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00054.html This patch has not been tested