Bug#179712: gcc-3.2 -O2 miscompilation (i386)

2003-02-03 Thread Marko Kreen
Package: gcc-3.2 Version: 1:3.2.2-0pre8 Severity: normal gcc-3.2 -O2 miscompiles following program: - extern int write(int fd, void *buf, int len); extern int toupper(int c); void strupr (char *s) { while (*s) *s++ = toupper(*s

Results for 3.2.2 20030131 (Debian prerelease) testsuite on mips-unknown-linux-gnu

2003-02-03 Thread Matthias Klose
LAST_UPDATED: Native configuration is mips-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/debug/debug4.C (test for excess errors) FAIL: g++.dg/debug/debug4.C (test for excess errors) FAIL: g++.dg/debug/debug4.C (test for excess errors) FAIL: g++.dg/debug/de

Processed: retitle

2003-02-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > retitle 179597 [Fixed with 3.3 20030129 (prerelease)] Internal compiler > error: Error reporting routines re-entered. Bug#179597: Internal compiler error: Error reporting routines re-entered. Changed Bug title. > thanks Stopping processing here. Plea

Bug#179597: Internal compiler error: Error reporting routines re-entered.

2003-02-03 Thread J.H.M. Dassen (Ray)
On Mon, Feb 03, 2003 at 14:28:29 +0100, Ivo Timmermans wrote: > Package: g++-3.2 > Version: 1:3.2.2-0pre8 I can reproduce your problem with that version, but with gcc version 3.3 20030129 (prerelease) (packaged as gcc-snapshot 20030129-1) I get the following much more acceptable result: internal-

g++ fails to call member template from template class

2003-02-03 Thread acfb
>Submitter-Id: net >Originator:Alexander Bürger >Organization: >Confidential: no >Synopsis: g++ fails to call member template from template class >Severity: critical >Priority: low >Category: c++ >Class: rejects-legal >Release: 3.2.2 20030131 (Debian prere

Processed: Re: Help offered with report #138038

2003-02-03 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reopen 138038 Bug#138038: g++: old diversion of c++filt? Bug reopened, originator not changed. > quit Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)

Bug#128950: c/9072: -Wconversion should be split into two distinct flags

2003-02-03 Thread Wolfgang Bangerth
On Mon, 3 Feb 2003, Joseph S. Myers wrote: > > Has been analyzed. Patch is even in the audit trail, but > > seems to have become stuck in gcc's patch acceptance machinery... > > The patch isn't even one suitable for review, as it lacks testcases. It > is established procedure [0] that pa

Bug#138038: Help offered with report #138038

2003-02-03 Thread Kalle Olavi Niemitalo
reopen 138038 quit The fix in gcc-defaults 1.3 does not work: bash-2.05b# find /usr -name "*c++filt*" -print0 | xargs -0 ls -ld -rwxr-xr-x1 root root30028 1998-12-04 06:05 /usr/bin/c++filt -rwxr-xr-x1 root root62408 2002-12-05 00:58 /usr/bin/c++filt.binutils -rw-r

Ihr Account bei Web.de

2003-02-03 Thread abc
Title: Unbenanntes Dokument       Hallo Du, Bist Du auch so alleine zu Hause? Wenn ja dann komm mich doch mal besuchen. Ich brauch unbedingt einen starken Mann mit einem großen Schwanz der es mir richtig besorgt. Meine Muschi ist schon g

Bug#179597: Internal compiler error: Error reporting routines re-entered.

2003-02-03 Thread Ivo Timmermans
Package: g++-3.2 Version: 1:3.2.2-0pre8 Severity: normal On the following code: #include using namespace std; int main() { switch(2) { case 3: string blah; break; default: