Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-11-02 Thread Sam Steingold
when will gcc 3.4 become the default? -- Sam Steingold (http://www.podval.org/~sds) running w2k The early worm gets caught by the bird. -- Unsubscribe info:

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-28 Thread Christopher Faylor
On Wed, Aug 25, 2004 at 08:28:31PM +0200, Gerrit P. Haase wrote: >Krzysztof schrieb: > >> Gerrit P. Haase wrote: > >>> > Is this true? I have 3.3.1 libraries in /lib and >>> > /lib/gcc-lib/i686-pc-cygwin/3.3.1, but 2.95 libraries only in >>> > /lib/gcc-lib/i686-pc-cygwin/2.95.3-10. >>> >>> There wa

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-27 Thread Hans Horn
Gerrit, The problem goes away if I either leave the -ffast-math flag out (and remove the flags that are implicitly set by -fmath-math under the hood, i.e. -funsafe-math-optimizations and -fno-trapping-math) or leave the -mfpmath=sse flag out or turn optimization off all-together (replace -On wi

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-26 Thread Gerrit P. Haase
Hans wrote: > Just to follow up on my earlier posting! > Could it be that I'm picking a stale g77 runtime lib? I don't think so, looks like a bug in the optimizer. > The problem doesn't happen if I replace -O6 with -g. > It ALSO goes away (with -O6) if I call fabs() instead of abs(). fabs() > h

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Hans Horn
Just to follow up on my earlier posting! Could it be that I'm picking a stale g77 runtime lib? The problem doesn't happen if I replace -O6 with -g. It ALSO goes away (with -O6) if I call fabs() instead of abs(). fabs() however is a C function, which I don't want rely on! I've attached the outpu

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Krzysztof Duleba
Gerrit P. Haase wrote: >>> Hmmm, I don't like maintaining two versions of a package, if 3.4 is >>> stable it will be the one and only current version. >> I'm aware of it and that's why I'm asking. That would be the final release >> of 3.3, able to coexist with 3.4. Then you could happily forget ab

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Gerrit P. Haase
Krzysztof schrieb: > Gerrit P. Haase wrote: >> > Is this true? I have 3.3.1 libraries in /lib and >> > /lib/gcc-lib/i686-pc-cygwin/3.3.1, but 2.95 libraries only in >> > /lib/gcc-lib/i686-pc-cygwin/2.95.3-10. >> >> There was no libjava with 2.x compilers. There was no libobjc with 2.x >> compile

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Krzysztof Duleba
Gerrit P. Haase wrote: > > Is this true? I have 3.3.1 libraries in /lib and > > /lib/gcc-lib/i686-pc-cygwin/3.3.1, but 2.95 libraries only in > > /lib/gcc-lib/i686-pc-cygwin/2.95.3-10. > > There was no libjava with 2.x compilers. There was no libobjc with 2.x > compilers. What about libstdc++?

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Gerrit P. Haase
Krzysztof wrote: > Gerrit P. Haase wrote: >> More difficult is C++, ObjC, Java and Fortran which have their runtime >> in /usr/lib, there is just one version possible, versioned libraries are >> currently not supported. > Is this true? I have 3.3.1 libraries in /lib and > /lib/gcc-lib/i686-pc-c

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Krzysztof Duleba
Gerrit P. Haase wrote: > More difficult is C++, ObjC, Java and Fortran which have their runtime > in /usr/lib, there is just one version possible, versioned libraries are > currently not supported. Is this true? I have 3.3.1 libraries in /lib and /lib/gcc-lib/i686-pc-cygwin/3.3.1, but 2.95 libra

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Gerrit P. Haase
Krzysztof wrote: > Gerrit P. Haase wrote: >> I've made a release candidate of gcc 3.4 available for download. > Will gcc 3.4 overwrite gcc 3.3, or will it install in a separate > directory? I'd prefer to have both gcc 3.4 and gcc 3.3 at the same time. I > still have gcc 2.95 working as well (and

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Krzysztof Duleba
Gerrit P. Haase wrote: > I've made a release candidate of gcc 3.4 available for download. Will gcc 3.4 overwrite gcc 3.3, or will it install in a separate directory? I'd prefer to have both gcc 3.4 and gcc 3.3 at the same time. I still have gcc 2.95 working as well (and I use it when I need to te

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Gerrit P. Haase
Brian wrote: > On Tue, 24 Aug 2004, Gerrit P. Haase wrote: >> I've made a release candidate of gcc 3.4 available for download. >> >> NEWS >> >> Too many changes to list here in detaili. Please see the official docs >> at http://gcc.gnu.org/gcc-3.4 and >> http://gcc.gnu.org/gcc-3.4/changes.h

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-24 Thread Hans Horn
Group, just updated to gcc341 and am getting a silly core dump in fortran core. I'm using the following compile flags: g77 -c -O6 -ffast-math -malign-double -funsafe-math-optimizations -fno-trapping-math -fexpensive-optimizations -finline-functions -finline-limit=10 -fstrength-reduce -fg

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-24 Thread Brian Ford
On Tue, 24 Aug 2004, Gerrit P. Haase wrote: > I've made a release candidate of gcc 3.4 available for download. > > NEWS > > Too many changes to list here in detaili. Please see the official docs > at http://gcc.gnu.org/gcc-3.4 and > http://gcc.gnu.org/gcc-3.4/changes.html Should I assume th

[ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-24 Thread Gerrit P. Haase
I've made a release candidate of gcc 3.4 available for download. NEWS Too many changes to list here in detaili. Please see the official docs at http://gcc.gnu.org/gcc-3.4 and http://gcc.gnu.org/gcc-3.4/changes.html Driver packages available for Cygwin: Ada gcc-ada / gcc-mingw-ada