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
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
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
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-
>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
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)
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
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
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
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:
10 matches
Mail list logo