gcc 2.95.2 19991024 (release) bug on FreeBSD4.0 (making world)

2000-03-26 Thread Thierry.herbelot
Note : the compile is fine without -funroll-loops multi% gcc -v --save-temps -O -pipe -march=pentiumpro -Wall -funroll-loops -fschedule-insns2 -DLIBC_RCS -DSYSLIBC_RCS -I/files3/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/files3/src/lib/libc/../libc/locale -DBROKEN

Re: gcc-2.95.2, jade and freebsd-sgml-documentationSubject:

1999-12-03 Thread Fritz Heinrichmeyer
thanks for the responses! "make" and "make install" worked fine with the newest port changes, but when making the handbook jade dumped core at last. Memory consumption raised to over 30 MByte before the core dump. I made a mistake in the former posting as i tried to compile jade-1.2.2.tar.gz and

Re: gcc-2.95.2, jade and freebsd-sgml-documentation

1999-12-02 Thread Jeroen Ruigrok van der Werven
-On [19991201 23:30], Nik Clayton ([EMAIL PROTECTED]) wrote: >On Sun, Nov 28, 1999 at 05:38:57PM +0100, F. Heinrichmeyer wrote: >> i tried to make me a new handbook, so i needed jade. >> >> But the newest C++ fashion (g++ under current) has changed to fast for >> this very old 1998 heavily templa

Re: gcc-2.95.2, jade and freebsd-sgml-documentation

1999-12-01 Thread Nik Clayton
[ I've cc'd FreeBSD-doc on this, in case there's someone there who's solved the problem you're having ] On Sun, Nov 28, 1999 at 05:38:57PM +0100, F. Heinrichmeyer wrote: > i tried to make me a new handbook, so i needed jade. > > But the newest C++ fashion (g++ under current) has changed to fas

Re: gcc 2.95.2 breaks imake

1999-11-29 Thread David O'Brien
> I have just noticed that the new gcc breaks imake because > /usr/libexec/cpp doesn't define __FreeBSD__. What is the plan to fix > everything in this area? Yes. The issue is known. I'm not happy with my choices of fixing this. > The 2 options I can see is to revert the behaviour of cpp,

gcc 2.95.2 breaks imake

1999-11-28 Thread John Saunders
I have just noticed that the new gcc breaks imake because /usr/libexec/cpp doesn't define __FreeBSD__. What is the plan to fix everything in this area? The 2 options I can see is to revert the behaviour of cpp, or find everything that uses cpp and change them to use cc -E. My current "fix" invole

gcc-2.95.2, jade and freebsd-sgml-documentation

1999-11-28 Thread F. Heinrichmeyer
i tried to make me a new handbook, so i needed jade. But the newest C++ fashion (g++ under current) has changed to fast for this very old 1998 heavily template based source code distribution ;-). I had a lot of problems with const and not const .. and gave up. It is far to much to post here ...

Re: gcc 2.95.2

1999-11-20 Thread SANETO Takanori
In article <[EMAIL PROTECTED]> Brian Fundakowski Feldman <[EMAIL PROTECTED]> said: >> 1. /usr/libexec/cpp now has no predefined symbols like __FreeBSD__, >>which makes imake unable to detect OS type automatically. > >I'm certain XFree86 should build using gcc -E and not the C preproces

Re: gcc 2.95.2

1999-11-17 Thread Bill Fumerola
On Wed, 17 Nov 1999, Sheldon Hearn wrote: > XFree86 makes it through the ports ``build'' target just fine. It > breaks in ``install''. That's why I told Manfred I wasn't seeing the > problem. I'd imagine the confusion is caused by the install target (improperly) building things. Yet another pr

Re: ** HEADS UP ** Switching to GCC 2.95.2 as base compiler

1999-11-17 Thread John Hay
> > I'll be pulling the switch to use GCC 2.95.2 as the base compiler in > > -CURRENT on Sunday evening (Freefall time). > > It seems that currently after introduction of 2.95.2 world could not be > compiled with -jN option (complains about not being able to locate g

Re: gcc 2.95.2

1999-11-16 Thread Sheldon Hearn
On Tue, 16 Nov 1999 20:15:17 PST, "Rodney W. Grimes" wrote: > Something weird is going on... I can confirm Manfred's claim, I also > just build XFree86 just before the compiler change. I'm certainly not > going to cvs update right now... :-) Gentlemen, would you please use the right terminolo

Re: gcc 2.95.2

1999-11-16 Thread Rodney W. Grimes
> On Tue, 16 Nov 1999, Manfred Antar wrote: > > > I think this is all related to the compiler update as I did a good > > build Friday or > > Saturday before the change. > > If it is, then some thing wierd is going on. Something weird is going on... I can confirm Manfred's claim, I also just

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 09:50 PM 11/16/99 -0500, Bill Fumerola wrote: >On Tue, 16 Nov 1999, Manfred Antar wrote: > > > I think this is all related to the compiler update as I did a good > > build Friday or > > Saturday before the change. > >If it is, then some thing wierd is going on. Maybe it's something else, ther

Re: gcc 2.95.2

1999-11-16 Thread Bill Fumerola
On Tue, 16 Nov 1999, Manfred Antar wrote: > I think this is all related to the compiler update as I did a good > build Friday or > Saturday before the change. If it is, then some thing wierd is going on. -- - bill fumerola - [EMAIL PROTECTED] - BF1560 - computer horizons corp - - ph:(800) 2

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 09:35 PM 11/16/99 -0500, Bill Fumerola wrote: >On Tue, 16 Nov 1999, Manfred Antar wrote: > > > -DDEFAULT_CONFIG=\"/usr/ > > X11R6/lib/X11/rstart/config\" -DNOPUTENV server.c > > server.c: In function `putenv': > > server.c:790: argument `s' doesn't match prototype > > /usr/include/stdlib.h:117:

Re: gcc 2.95.2

1999-11-16 Thread Bill Fumerola
On Tue, 16 Nov 1999, Manfred Antar wrote: > -DDEFAULT_CONFIG=\"/usr/ > X11R6/lib/X11/rstart/config\" -DNOPUTENV server.c > server.c: In function `putenv': > server.c:790: argument `s' doesn't match prototype > /usr/include/stdlib.h:117: prototype declaration > *** Error code 1 (continuing) There

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 05:14 PM 11/16/99 -0800, Manfred Antar wrote: >At 04:50 PM 11/16/99 +0200, Sheldon Hearn wrote: > > >>On Tue, 16 Nov 1999 06:46:12 PST, Manfred Antar wrote: >> >> > Did it build for you ? >> >>Yes. >> >>Ciao, >>Sheldon. > >Ok Sheldon here are some of the Errors I get when building XFee86 with t

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 04:50 PM 11/16/99 +0200, Sheldon Hearn wrote: >On Tue, 16 Nov 1999 06:46:12 PST, Manfred Antar wrote: > > > Did it build for you ? > >Yes. > >Ciao, >Sheldon. Ok Sheldon here are some of the Errors I get when building XFee86 with the new compiler A few of these : cc -c -O -I../.. -I../.

Re: gcc 2.95.2

1999-11-16 Thread Sheldon Hearn
On Tue, 16 Nov 1999 06:46:12 PST, Manfred Antar wrote: > Did it build for you ? Yes. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: gcc 2.95.2

1999-11-16 Thread Manfred Antar
At 01:06 PM 11/16/99 +0200, Sheldon Hearn wrote: >On Mon, 15 Nov 1999 13:22:23 PST, Manfred Antar wrote: > > > I did the same and everything works. > > But XFree86 from the ports collection will not build. > >By the way, I just tested the build using gcc-2.95.2 bo

Re: gcc 2.95.2

1999-11-16 Thread Sheldon Hearn
On Mon, 15 Nov 1999 13:22:23 PST, Manfred Antar wrote: > I did the same and everything works. > But XFree86 from the ports collection will not build. By the way, I just tested the build using gcc-2.95.2 both with and without the threads support. So you really are going to need to p

Re: gcc 2.95.2

1999-11-16 Thread Sheldon Hearn
On Mon, 15 Nov 1999 13:22:23 PST, Manfred Antar wrote: > I did the same and everything works. > But XFree86 from the ports collection will not build. That's not a very useful description of the problem. :-) Did you answer "YES" or "NO" to the following question? Do you want to compil

bktr driver and gcc 2.95.2

1999-11-15 Thread Kenneth Wayne Culver
Alright, it seems I have my first problem with gcc 2.95.2, (well, I'm not really sure that it's a gcc problem). The problem is that now, after having upgraded the compiler, fxtv will only display every other scanline instead of a

Re: gcc 2.95.2

1999-11-15 Thread Manfred Antar
At 04:10 PM 11/15/99 -0500, Forrest Aldrich wrote: >Same here, no problems. > > >_F > > >At 03:36 PM 11/15/99 -0500, Kenneth Wayne Culver wrote: > >I just successfully compiled the world and the kernel (defaut > >optimizations on everything) with gcc 2.95.2, and

Re: gcc 2.95.2

1999-11-15 Thread Forrest Aldrich
Same here, no problems. _F At 03:36 PM 11/15/99 -0500, Kenneth Wayne Culver wrote: >I just successfully compiled the world and the kernel (defaut >optimizations on everything) with gcc 2.95.2, and so far all is well :-) To Unsubscribe: send mail to [EMAIL PROTECTED] with "

gcc 2.95.2

1999-11-15 Thread Kenneth Wayne Culver
I just successfully compiled the world and the kernel (defaut optimizations on everything) with gcc 2.95.2, and so far all is well :-) = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems

Re: ** HEADS UP ** Switching to GCC 2.95.2 as base compiler

1999-11-15 Thread Maxim Sobolev
David O'Brien wrote: > I'll be pulling the switch to use GCC 2.95.2 as the base compiler in > -CURRENT on Sunday evening (Freefall time). > > Those not-quite-so daring might want to hold off on your next make world. > > *** NOTE *** that I have NOT changed the sha

** HEADS UP ** Switching to GCC 2.95.2 as base compiler

1999-11-14 Thread David O'Brien
I'll be pulling the switch to use GCC 2.95.2 as the base compiler in -CURRENT on Sunday evening (Freefall time). Those not-quite-so daring might want to hold off on your next make world. *** NOTE *** that I have NOT changed the shared lib version for libstc++.so (the rules disallow it).

Re: **HEADS UP** probable switch to Gcc 2.95.2 THIS weekend

1999-11-14 Thread David O'Brien
> # gcc --version > egcs-2.91.66 > > What is the relationship? That is EGCS 1.1.2. see http://egcs.cygnus.com/timeline.html -- -- David([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: **HEADS UP** probable switch to Gcc 2.95.2 THIS weekend

1999-11-13 Thread Thomas Dean
I missed something, I think. # gcc --version egcs-2.91.66 What is the relationship? tomdean To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

**HEADS UP** probable switch to Gcc 2.95.2 THIS weekend

1999-11-13 Thread David O'Brien
This is just a "heads up" message, that the switch from EGCS 1.1.2 to GCC 2.95.2 will probably occur this weekend. I can now `make world' and build a GENERIC kernel fine with GCC 2.95.2. All I have left to do is clean up some stuff and arrange some stuff. -- -- David([

Re: show stopper for Gcc 2.95.2 conversion

1999-11-08 Thread Peter Jeremy
On 1999-Nov-09 05:01:43 +1100, Luoqi Chen wrote: >> + "=D" (addr), "=c" (count) : >> + "r" (bsh + offset), "0" (addr), "1" (count) : >> + "%eax", "memory"); >You may use "+D" and "+c" for the in-out operands, > "

Re: show stopper for Gcc 2.95.2 conversion

1999-11-08 Thread Luoqi Chen
> Here is the patch I've been working on (before I 1st got BDE's reply). > The changes are mostly from OpenBSD + style changes for the way we do > things. Can you also test this one? > > > Index: bus.h > === > RCS file: /home/ncvs/

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Daniel C. Sobral
Gary Jennejohn wrote: > > >Mmmm... O'Brien, could you make sure the space-critical code in > >sys/boot compiles ok? > > I still have GCC 2.95.2 installed. This is what I get in /sys/boot: > > ===> i386/boot2 > (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Gary Jennejohn
"Daniel C. Sobral" writes: >Gary Jennejohn wrote: >> >> Any idea why GCC 2.95.2 produces so much more code ? > >Mmmm... O'Brien, could you make sure the space-critical code in >sys/boot compiles ok? > I still have GCC 2.95.2 installed. This is what I g

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Daniel C. Sobral
Gary Jennejohn wrote: > > Any idea why GCC 2.95.2 produces so much more code ? Mmmm... O'Brien, could you make sure the space-critical code in sys/boot compiles ok? -- Daniel C. Sobral(8-DCS) [EMAIL PROTECTED] [EMAIL PROTECTED] What y&#

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Gary Jennejohn
"David O'Brien" writes: >On Sat, Nov 06, 1999 at 10:34:18AM +0100, Gary Jennejohn wrote: >> Here's a patch to bus.h which works for both EGCS and GCC 2.95.2. I have > >Here is the patch I've been working on (before I 1st got BDE's reply). >The cha

Re: show stopper for Gcc 2.95.2 conversion

1999-11-06 Thread David O'Brien
On Sat, Nov 06, 1999 at 10:34:18AM +0100, Gary Jennejohn wrote: > Here's a patch to bus.h which works for both EGCS and GCC 2.95.2. I have Here is the patch I've been working on (before I 1st got BDE's reply). The changes are mostly from OpenBSD + style changes for the way we d

Re: gcc 2.95.2

1999-01-17 Thread Brian Fundakowski Feldman
On Sat, 20 Nov 1999, SANETO Takanori wrote: > After some investigation, I found that following reasons (both cpp > related) caused the failure of build/installing XFree86: > > 1. /usr/libexec/cpp now has no predefined symbols like __FreeBSD__, >which makes imake unable to detect OS type auto

Re: gcc 2.95.2

1999-01-17 Thread SANETO Takanori
tGcc2i386Opt -Os -pipe -march=pentiumpro +#if OSMajorVersion >= 4 +#define RawCppCmd /usr/libexec/cpp /* -undef */ +#endif + #define HasTk YES #define XF86SetupUsesStaticTk NO With these two patches, I can successfully build/install XFree86 with gcc-2.95.2.

Re: show stopper for Gcc 2.95.2 conversion

1999-01-04 Thread Gary Jennejohn
Bruce Evans writes: >On Fri, 5 Nov 1999, David O'Brien wrote: > >> The current show stopper for switching over to GCC 2.95.2 is a problem >> compiling the `ahc' driver: >> >> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs >> -Wstrict-pr

Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread David O'Brien
On Sat, Nov 06, 1999 at 04:07:06PM +1100, Bruce Evans wrote: > > The message is misleading, as the problematic header is > > /sys/i386/include/bus.h not, /usr/include/machine/bus.h. > > It's actually machine/bus.h, where "machine" is the symlink to > ../../i386/include in the compile directory.

Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread Bruce Evans
On Fri, 5 Nov 1999, David O'Brien wrote: > The current show stopper for switching over to GCC 2.95.2 is a problem > compiling the `ahc' driver: > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -

Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread Greg Lehey
On Friday, 5 November 1999 at 14:04:15 -0800, David O'Brien wrote: > The current show stopper for switching over to GCC 2.95.2 is a problem > compiling the `ahc' driver: > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-p

show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread David O'Brien
The current show stopper for switching over to GCC 2.95.2 is a problem compiling the `ahc' driver: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -

Re: GCC 2.95.2 testing

1999-01-03 Thread Marcel Moolenaar
David O'Brien wrote: > I've got GCC 2.95.2 working as the base compiler. It is still a little > rough, but I wanted to put it in more hands for testing. If it doesn't interfere with my current work, then I'll get to it ASAP. I already have some fixes for the curren

GCC 2.95.2 testing

1999-01-03 Thread David O'Brien
Hi all, I've got GCC 2.95.2 working as the base compiler. It is still a little rough, but I wanted to put it in more hands for testing. My Alpha is booting from a GENERIC kernel and world built from gcc 2.95.2. This is one compiler bug in building libreadline, but I have a hack arou