Boomer deal

2004-04-30 Thread Washburn G.
Anti-aging formula that does wonders Change the way you look and feel Helps against: Clogged Arteries,Diabetes,Multiple Sclerosis,Weight Gain and more Take a look here: http://www.summershapes.biz/ Remove http://www.getmeinshape.biz/remove.php

gcc-3.3_3.3.3ds6-7_i386.changes ACCEPTED

2004-04-30 Thread Debian Installer
Accepted: cpp-3.3-doc_3.3.3-7_all.deb to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.3-7_all.deb cpp-3.3_3.3.3-7_i386.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.3-7_i386.deb fastjar_3.3.3-7_i386.deb to pool/main/g/gcc-3.3/fastjar_3.3.3-7_i386.deb fixincludes_3.3.3-7_i386.deb to pool/main/g/gcc-3.3/fix

Processing of gcc-3.3_3.3.3ds6-7_hppa.changes

2004-04-30 Thread Archive Administrator
gcc-3.3_3.3.3ds6-7_hppa.changes uploaded successfully to localhost along with the files: gcc-3.3-base_3.3.3-7_hppa.deb libgcc1_3.3.3-7_hppa.deb cpp-3.3_3.3.3-7_hppa.deb protoize_3.3.3-7_hppa.deb fixincludes_3.3.3-7_hppa.deb gobjc-3.3_3.3.3-7_hppa.deb libobjc1_3.3.3-7_hppa.deb gij-3.

Processing of gcc-3.3_3.3.3ds6-7_i386.changes

2004-04-30 Thread Archive Administrator
gcc-3.3_3.3.3ds6-7_i386.changes uploaded successfully to localhost along with the files: gcc-3.3_3.3.3ds6-7.dsc gcc-3.3_3.3.3ds6-7.diff.gz cpp-3.3-doc_3.3.3-7_all.deb libgcj-common_3.3.3-7_all.deb libstdc++5-3.3-doc_3.3.3-7_all.deb g77-3.3-doc_3.3.3-7_all.deb gnat-3.3-doc_3.3.3-7_all.

Bug#217541: marked as done ([PR 12782, fixed in 3.4] fficonfig.h bogus on x86)

2004-04-30 Thread Debian Bug Tracking System
Your message dated Fri, 30 Apr 2004 19:17:15 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#217541: fixed in gcc-3.3 1:3.3.3ds6-7 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is n

gcc-3.3_3.3.3ds6-7_hppa.changes ACCEPTED

2004-04-30 Thread Debian Installer
Accepted: cpp-3.3_3.3.3-7_hppa.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.3-7_hppa.deb fastjar_3.3.3-7_hppa.deb to pool/main/g/gcc-3.3/fastjar_3.3.3-7_hppa.deb fixincludes_3.3.3-7_hppa.deb to pool/main/g/gcc-3.3/fixincludes_3.3.3-7_hppa.deb g++-3.3_3.3.3-7_hppa.deb to pool/main/g/gcc-3.3/g++-3

Re: Bug#246319: libcln3: Segfaults in cln::I_to_digits when converting numbers to binary

2004-04-30 Thread Richard B. Kreckel
On Fri, 30 Apr 2004, Matthias Klose wrote: > > Right now, I see four alternative solutions: > > 1) Upload a new Debian package where -fno-exceptions is not turned on. > > If you change interfaces, you'll have at least change the package name > and/or soname and recompile dependent packages. I am n

Re: Next C++ transition

2004-04-30 Thread Matthias Klose
Daniel Jacobowitz writes: > On Fri, Apr 30, 2004 at 04:05:37PM +0200, Florian Weimer wrote: > > Gregory Seidman <[EMAIL PROTECTED]> writes: > > > > > On Fri, Apr 30, 2004 at 01:31:53PM +0200, Florian Weimer wrote: > > > } Are there any plans how handle the next C++ transition, and when to > > > }

Software cheap, Debian !

2004-04-30 Thread Burglaries E. Telecasters
What are the washing instructions?That which makes people dissatisfied with their condition, is the chimerical idea they form of the happiness of others. Searching for cheap high-quality software? We might be just what you need.http://hyperextend.dbsoft.biz We offer Software to download or it ca

Re: sizeof (long long double) < sizeof (long double)

2004-04-30 Thread Falk Hueffner
Roberto Salles <[EMAIL PROTECTED]> writes: > cout << "long long double: " << sizeof(long long double) << '\n'; > long long double: 8 > > Is that what to expect of long long double? There is no "long long double"; the compiler should reject the code. g++ apparently misparses this as "long lon

sizeof (long long double) < sizeof (long double)

2004-04-30 Thread Roberto Salles
Hello. $ g++ -Wall prog.cpp prog.cpp is as follows: #include using namespace std; int main() { cout << "float: "<< sizeof(float)<< '\n'; cout << "double: " << sizeof(double) << '\n'; cout << "long double: " << sizeof(long d

Re: Next C++ transition

2004-04-30 Thread Florian Weimer
Daniel Jacobowitz <[EMAIL PROTECTED]> writes: >> The soname of libstdc++ changed upstream from 3.3. and 3.4, and the >> compiler implements a somewhat different flavor of C++ (it's much >> closer to the standard now). > > However, with symbol versioning and shared libgcc implemented in both > 3.3

Bug#246640: Acknowledgement (g++-3.3: Spurious ctor/dtor warnings (fixed))

2004-04-30 Thread Tom Marshall
Previous patch forgot to disable -Wctor-dtor-privacy in the defaults. Here is a new one. I should have tested better before submitting it. :-/ diff -Naur gcc-3.3-3.3.3ds6.orig/debian/README.Debian gcc-3.3-3.3.3ds6/debian/README.Debian --- gcc-3.3-3.3.3ds6.orig/debian/README.Debian 2004-04-29 2

Re: Next C++ transition

2004-04-30 Thread Daniel Jacobowitz
On Fri, Apr 30, 2004 at 04:05:37PM +0200, Florian Weimer wrote: > Gregory Seidman <[EMAIL PROTECTED]> writes: > > > On Fri, Apr 30, 2004 at 01:31:53PM +0200, Florian Weimer wrote: > > } Are there any plans how handle the next C++ transition, and when to > > } start it? > > > > Is there one on the

Re: Next C++ transition

2004-04-30 Thread Florian Weimer
Gregory Seidman <[EMAIL PROTECTED]> writes: > On Fri, Apr 30, 2004 at 01:31:53PM +0200, Florian Weimer wrote: > } Are there any plans how handle the next C++ transition, and when to > } start it? > > Is there one on the horizon? I thought the 3.x series was maintaining > binary compatibility throu

Re: Next C++ transition

2004-04-30 Thread Gregory Seidman
On Fri, Apr 30, 2004 at 01:31:53PM +0200, Florian Weimer wrote: } Are there any plans how handle the next C++ transition, and when to } start it? Is there one on the horizon? I thought the 3.x series was maintaining binary compatibility throughout. --Greg

Processed: tag gcc report as fixed in 3.4

2004-04-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 246031 +fixed-upstream Bug#246031: g++-3.3 crashes with segfault on broken c++ code Tags were: sid Tags added: fixed-upstream > tags 246031 +upstream Bug#246031: g++-3.3 crashes with segfault on broken c++ code Tags were: fixed-upstream sid Tags a

Next C++ transition

2004-04-30 Thread Florian Weimer
Are there any plans how handle the next C++ transition, and when to start it? -- Current mail filters: many dial-up/DSL/cable modem hosts, and the following domains: atlas.cz, bigpond.com, di-ve.com, hotmail.com, netscape.net, postino.it, tiscali.co.uk, tiscali.cz, tiscali.it, voila.fr.

Processed: tag gcc report as fixed in 3.4

2004-04-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 245584 +fixed-upstream Bug#245584: gcc-3.3: [m68k] internal compiler error: in verify_local_live_at_start, at flow.c:601 There were no tags set. Tags added: fixed-upstream > tags 245584 +upstream Bug#245584: gcc-3.3: [m68k] internal compiler erro

sunset

2004-04-30 Thread Maura
Knapp," Save 95% for all V+iagr+a/C+iali+s/L+evitr+a. http://www.PPPLLL.BIZ/ES001/?affiliate_id=233635&campaign_id=404 snuffly,you speak real.

Processed: merge duplicate gcc report

2004-04-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > merge 246640 246639 Bug#246639: g++-3.3: Spurious ctor/dtor warnings (fixed) Bug#246640: g++-3.3: Spurious ctor/dtor warnings (fixed) Merged 246639 246640. > tags 246640 +upstream Bug#246640: g++-3.3: Spurious ctor/dtor warnings (fixed) Tags were: patc

Re: Bug#246319: libcln3: Segfaults in cln::I_to_digits when converting numbers to binary

2004-04-30 Thread Matthias Klose
Richard B. Kreckel writes: > However, there is nothing wrong with that statement. It appears to be a > compiler error introduced in GCC-3.0.0 and finally fixed in GCC-3.4.0. > It is only triggered when the option -fno-exceptions is turned on when CLN > is compiled. Without that option, everything

styrene sixfold

2004-04-30 Thread Beth Conklin
The First Government Mor'tgage Program. Under a new bi11, we have aspecial budget to help you and your family. A lot of privileges available. Only 700 spots open left app1y here gzucdfk- kvlcrdvz jwtph uvsvr itgiho njuhx czdgf. wnnog bxbkzlb evrkaa fsdwlvle nqarvcmli wpbeu hyaccvhqv, tygght

Bug#246639: g++-3.3: Spurious ctor/dtor warnings (fixed)

2004-04-30 Thread Matthias Klose
merge 246640 246639 tags 246640 +upstream retitle 246640 [PR15214] Spurious ctor/dtor warnings (fixed) forwarded 246640 http://gcc.gnu.org/PR15214 thanks

Bug#246640: g++-3.3: Spurious ctor/dtor warnings (fixed)

2004-04-30 Thread Tom Marshall
Package: g++-3.3 Version: 1:3.3.3-6 Severity: normal Tags: patch -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.5 Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages g++-3.3 depends on:

Bug#246639: g++-3.3: Spurious ctor/dtor warnings (fixed)

2004-04-30 Thread Tom Marshall
Package: g++-3.3 Version: 1:3.3.3-6 Severity: normal Tags: patch -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.5 Locale: LANG=C, LC_CTYPE=C Versions of packages g++-3.3 depends on: ii gcc