Processed: #46550 has re-appeared

2003-06-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reopen 46550 Bug#46550: basic_string can't be instantiated Bug reopened, originator not changed. > stop Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)

Bug#46550: 3rd time lucky?

2003-06-08 Thread Richard Kettlewell
Maybe I've send the right patch this time; it does at last actually correspond to the version that lets my code build. Apologies for faffing. Under the circumstances you'd better review the patch carefuly though l-) ttfn/rjk --- bastring.h.orig Sun Jun 8 22:47:05 2003 +++ bastring.h Sun J

Bug#46550: #46550 has re-appeared

2003-06-08 Thread Richard Kettlewell
Richard Kettlewell writes: > This bug has reappeared at some point in the intervening years (in > libstdc++2.10-dev 2.95.4-11woody now). > > Here's a patch to /usr/include/g++-3/std/bastring.h to put it back > right again. > > ttfn/rjk Sorry, stupid me, it should be:- --- bastring.h.orig Su

Bug#46550: #46550 has re-appeared

2003-06-08 Thread Richard Kettlewell
reopen 46550 stop This bug has reappeared at some point in the intervening years (in libstdc++2.10-dev 2.95.4-11woody now). Here's a patch to /usr/include/g++-3/std/bastring.h to put it back right again. ttfn/rjk --- bastring.h.orig Sun Jun 8 22:47:05 2003 +++ bastring.h Sun Jun 8 22:47:

[Bug inline-asm/10890] [3.3/3.4 regression] ICE in merge_assigned_reloads building Linux 2.4.2x sched.c

2003-06-08 Thread [EMAIL PROTECTED]
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10890 [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|--

Processed: reassign 194330 to gcc-3.3, severity of 194330 is important, merging 194330 196091 ...

2003-06-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 194330 gcc-3.3 Bug#194330: g++: [mips/mipsel] ice: in propagate_one_insn Bug reassigned from package `g++-3.2' to `gcc-3.3'. > severity 194330 important Bug#194330: g++: [mips/mipsel] ice: in propagate_one_insn Severity set to `important'. >

Bug#193049: [Bug c++/10888] [3.3/3.4 regression] inlining failure for allocate in ~vector()

2003-06-08 Thread [EMAIL PROTECTED]
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10888 [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|--

Bug#192634: [Bug target/10730] [3.3 regression] [arm] -O2 generates invalid asm

2003-06-08 Thread [EMAIL PROTECTED]
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10730 [EMAIL PROTECTED] changed: What|Removed |Added Keywords|re

Bug#186185: [Bug target/10206] [3.3/3.4 regression][arm] ICE in emit-rtl.c:change_address_1 when compiling fftw

2003-06-08 Thread [EMAIL PROTECTED]
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10206 [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|--

Bug#175478: [Bug target/9201] [3.3/3.4 regression] ICE in instantiate_virtual_regs_1 compiling octave-2.1 on m68k-linux

2003-06-08 Thread [EMAIL PROTECTED]
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9201 [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|---

Bug#177840: [Bug optimization/9812] [3.3/3.4 regression] [m68k] ICE in extract_insn, at recog.c:2148

2003-06-08 Thread [EMAIL PROTECTED]
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9812 [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|---

Bug#189365: [Bug target/10587] [3.3/3.4 regression] [ia64] ICE in copy_to_mode_reg compiling libquicktime

2003-06-08 Thread [EMAIL PROTECTED]
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10587 [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|--

Bug#196266: [root@digitalelf.net: Cron test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily]

2003-06-08 Thread Brian Bennett
This is also happening with the g++-3.2 package. - Forwarded message from Cron Daemon <[EMAIL PROTECTED]> - Delivery-date: Sun, 08 Jun 2003 06:28:01 -0500 From: Cron Daemon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Cron <[EMAIL PROTECTED]> test -e /usr/sbin/anacron || run-parts

Bug#196600: gcc -Wunreachable-code gives false complaints

2003-06-08 Thread Karl Hammar
Package: gcc-3.3 Version: 3.3-2 Gcc complains that a declaration "will never be executed" for a code path that executes, as shown below. If I: . remove the exit line . change "int ix;" to "int ix = 0;" or . move the declaration to line 2 or after line 3 the complaint go away. $ cat -n test.