Bug#224593: gcc-3.3: not fixed

2003-12-29 Thread Matthias Klose
Zack Weinberg writes: > Package: gcc-3.3 > Version: 1:3.3.3-0pre0.1 > Severity: normal > Followup-For: Bug #224593 > > reopen 224593 > thanks > > I still see this problem having upgraded to the latest unstable gcc. please reread the message that closed the report, which indicates the fix for ver

[Bug target/7618] [3.3/3.4 Regression] GCC 3.x vararg disallowed in virtual function

2003-12-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 00:58 --- Eric says he will deal with this for MIPS at least. -- What|Removed |Added AssignedT

Someone is researching your background

2003-12-29 Thread WOMC SUPPORT
Someone has just begun to research your background via our website. This email has been automatically sent to you so as to make you aware that your background is being looked into. The popularity of our website is currently growing at a very rapid rate. If another person begins to research you

Bug#211783: [Bug optimization/12576] [3.3 regression] miscompilation of ide-scsi linux kernel driver

2003-12-29 Thread FreddyK.
On Mon, 29 Dec 2003 11:35:29 +0100 (MET) Matthias Klose <[EMAIL PROTECTED]> wrote: > Armin, please could you recheck with a recent compiler (and/or > recent kernel)? Just for confirmation: http://packages.qa.debian.org/k/kernel-source-2.4.22/news/3.html Changes: kernel-source-2.4.22 (2.4.22-

Bug#224593: gcc-3.3: not fixed

2003-12-29 Thread Zack Weinberg
Package: gcc-3.3 Version: 1:3.3.3-0pre0.1 Severity: normal Followup-For: Bug #224593 reopen 224593 thanks I still see this problem having upgraded to the latest unstable gcc. $ cat test.c #include $ gcc -msse -c test.c ; echo $? n file included from test.c:1: /usr/lib/gcc-lib/i486-linux/3.3.3/i

Bug#225438: gcj-3.3: not implemented interface methods of abstract classes not found

2003-12-29 Thread Ralf Neubauer
Package: gcj-3.3 Version: 1:3.3-1.bunk.2 Severity: normal the compilation of G.java: import q.*; abstract class G extends F { public String toString() { return String.valueOf(bla()); } } q/F.java: package q; import p.*; public abstract class F implements E { } p/E.java: package

Bug#225434: gcj-3.3: problems with static inner classes of interfaces

2003-12-29 Thread Ralf Neubauer
Package: gcj-3.3 Version: 1:3.3-1.bunk.2 Severity: normal the compilation of A.java: interface A { static class B { } } C.java: interface C extends A { B getB(); } D.java: class D { public static void main (String[] argv) { Object o = new C() { public B g

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

2003-12-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9201 --- You are receiving this mail because: --

Bug#211783: [Bug optimization/12576] [3.3 regression] miscompilation of ide-scsi linux kernel driver

2003-12-29 Thread FreddyK.
On Mon, 29 Dec 2003 11:35:29 +0100 (MET) Matthias Klose <[EMAIL PROTECTED]> wrote: > gdr at gcc dot gnu dot org writes: > > > > --- Additional Comments From gdr at gcc dot gnu dot org > > 2003-12-24 21:17 --- Matthias-- > > Can you confirm that the bug was fixed? > > I'm unable to do th

[Bug optimization/12576] [3.3 regression] miscompilation of ide-scsi linux kernel driver

2003-12-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-29 18:37 --- Was not a GCC bug after all. -- What|Removed |Added Status|WAITING

Bug#217075: marked as done ([PR 13070] [3.3 / 3.4 regression] -Wformat option ignored in g++)

2003-12-29 Thread Debian Bug Tracking System
ntation files) libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit) protoize - Create/remove ANSI prototypes from C code treelang-3.3 - The GNU Treelang compiler Closes: 195264 217075 224593 224848 224875 Changes: gcc-3.3 (1:3.3.3ds1-0pre1) unstable; urgency=low

[Bug optimization/12576] [3.3 regression] miscompilation of ide-scsi linux kernel driver

2003-12-29 Thread freddyk at nickles dot de
--- Additional Comments From freddyk at nickles dot de 2003-12-29 18:14 --- Subject: Re: [3.3 regression] miscompilation of ide-scsi linux kernel driver On Mon, 29 Dec 2003 11:35:29 +0100 (MET) Matthias Klose <[EMAIL PROTECTED]> wrote: > gdr at gcc dot gnu dot org writes: > > > > --

Processed: Re: Bug#225346: gnat-3.3 doesn't implement tasking

2003-12-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 225346 + upstream Bug#225346: gnat-3.3 doesn't implement tasking There were no tags set. Tags added: upstream > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, D

[Bug target/12371] [3.4 regression] [m68k-linux] bootstrap error in make compare

2003-12-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||wrong-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12371 --- You are receiving this mail because: ---

Bug#225346: gnat-3.3 doesn't implement tasking

2003-12-29 Thread Matthias Klose
tags 225346 + upstream thanks I'm leaving this to Ludovic, who wanted to take care of the gnat component of gcc. A similiar patch has been applied to gnat, but cannot be found on the gcc HEAD branch. For gnat (3.15p) a patch exists for powerpc and sparc. Sebastian D.B. Krause writes: > Package:

[Bug c++/13081] [3.3 regression] forward template declarations in let inlining fail

2003-12-29 Thread doko at cs dot tu-berlin dot de
--- Additional Comments From doko at cs dot tu-berlin dot de 2003-12-29 17:00 --- Subject: Re: [3.3/3.4 regression] forward template declarations in let inlining fail > Module name: gcc > Changes by: [EMAIL PROTECTED] 2003-12-29 02:42:17 > > Modified files: > gcc/cp

Re: [Bug c++/13081] [3.3/3.4 regression] forward template declarations in let inlining fail

2003-12-29 Thread Matthias Klose
> Module name: gcc > Changes by: [EMAIL PROTECTED] 2003-12-29 02:42:17 > > Modified files: > gcc/cp : ChangeLog decl.c > gcc/testsuite : ChangeLog > Added files: > gcc/testsuite/g++.dg/opt: inline6.C > gcc/testsuite/g++.dg/parse: error9.C > > Log mess

Bug#224848: marked as done (g77-3.3: Contains invalid libtool .la control file.)

2003-12-29 Thread Debian Bug Tracking System
mentation files) libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit) protoize - Create/remove ANSI prototypes from C code treelang-3.3 - The GNU Treelang compiler Closes: 195264 217075 224593 224848 224875 Changes: gcc-3.3 (1:3.3.3ds1-0pre1) unstable; urgency=low

Bug#195264: marked as done ([PR 13081] [3.3 regression] forward template declarations in let inlining fail)

2003-12-29 Thread Debian Bug Tracking System
d C++ Library v3 (development files) libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit) protoize - Create/remove ANSI prototypes from C code treelang-3.3 - The GNU Treelang compiler Closes:

Bug#224875: marked as done (dchub_0.4.5-3(mips/unstable): mips{,el} spec file specifies -lthread, not -lpthread)

2003-12-29 Thread Debian Bug Tracking System
+5-3.3-dev - The GNU Standard C++ Library v3 (development files) libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit) protoize - Create/remove ANSI prototypes from C code treelang-3.3 -

Bug#224593: marked as done (gcc-3.3: xmmintrin.h has a "#include " but emmintrin.h does not exist)

2003-12-29 Thread Debian Bug Tracking System
subset kit) protoize - Create/remove ANSI prototypes from C code treelang-3.3 - The GNU Treelang compiler Closes: 195264 217075 224593 224848 224875 Changes: gcc-3.3 (1:3.3.3ds1-0pre1) unstable; urgency=low . * Update to gcc-3.3.3 CVS 20031229. - Fixes bootstrap error on ia6

gcc-3.3_3.3.3ds1-0pre1_i386.changes ACCEPTED

2003-12-29 Thread Debian Installer
Accepted: cpp-3.3-doc_3.3.3-0pre1_all.deb to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.3-0pre1_all.deb cpp-3.3_3.3.3-0pre1_i386.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.3-0pre1_i386.deb fastjar_3.3.3-0pre1_i386.deb to pool/main/g/gcc-3.3/fastjar_3.3.3-0pre1_i386.deb fixincludes_3.3.3-0pre1_i386.deb

Processing of gcc-3.3_3.3.3ds1-0pre1_i386.changes

2003-12-29 Thread Archive Administrator
gcc-3.3_3.3.3ds1-0pre1_i386.changes uploaded successfully to localhost along with the files: gcc-3.3_3.3.3ds1-0pre1.dsc gcc-3.3_3.3.3ds1.orig.tar.gz gcc-3.3_3.3.3ds1-0pre1.diff.gz cpp-3.3-doc_3.3.3-0pre1_all.deb libgcj-common_3.3.3-0pre1_all.deb libstdc++5-3.3-doc_3.3.3-0pre1_all.deb

Incomplete upload found in Debian upload queue

2003-12-29 Thread Archive Administrator
Probably you are the uploader of the following file(s) in the Debian upload queue directory: gcc-3.3_3.3.3ds1-0pre1.diff.gz gcc-3.3_3.3.3ds1-0pre1.dsc This looks like an upload, but a .changes file is missing, so the job cannot be processed. If no .changes file arrives within 23:26:41, the fil

Bug#224875: dchub_0.4.5-3(mips/unstable): mips{,el} spec file specifies -lthread, not -lpthread

2003-12-29 Thread J.H.M. Dassen (Ray)
On Mon, Dec 29, 2003 at 10:58:35 +0100, Matthias Klose wrote: > I'll make an upload today or tomorrow. That would be great. You may want to have a look at the buildd logs for my NMU; they're not very encouraging: alpha: ../.././xgpc -B../.././ -c -g -I. -W -Wall -Wpointer-arith -Wwrite-strings

Bug#225186: marked as done (g++-3.3: error compiling max value for a long long)

2003-12-29 Thread Debian Bug Tracking System
Your message dated Mon, 29 Dec 2003 10:58:59 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#225186: Acknowledgement (g++-3.3: error compiling max value for a long long) has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dea

Bug#224875: dchub_0.4.5-3(mips/unstable): mips{,el} spec file specifies -lthread, not -lpthread

2003-12-29 Thread Matthias Klose
still don't have access to the CVS tree, so you don't see the changes: * Update to gcc-3.3.3 CVS 20031229. - Fixes bootstrap error on ia64-linux. - Fix -pthread on mips{,el}-linux (closes: #224875). - Fix -Wformat for C++ (closes: #217075). * Backport from mainline: Preserve

[Bug c++/13070] [3.3 regression] -Wformat option ignored in g++

2003-12-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-29 06:25 --- Fixed for 3.3.3 also. -- What|Removed |Added Status|ASSIGNED

[Bug c++/13070] [3.3 regression] -Wformat option ignored in g++

2003-12-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-12-29 05:32 --- Subject: Bug 13070 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_3-branch Changes by: [EMAIL PROTECTED] 2003-12-29 05:32:32 Modified files: gcc/cp : Change