Re: God I feel stupid (gcc issue)

2000-08-09 Thread John Polstra
In article [EMAIL PROTECTED], Chris D. Faulhaber [EMAIL PROTECTED] wrote: On Tue, 8 Aug 2000, Laurence Berland wrote: So I thought, "we don't define __GNUC__?" I figured I'd check. After much mind wracking, I can't for the life of me figure out how to get gcc to output a list of what

Re: God I feel stupid (gcc issue)

2000-08-09 Thread John Polstra
In article [EMAIL PROTECTED], Laurence Berland [EMAIL PROTECTED] wrote: So I thought, "we don't define __GNUC__?" But our compiler _does_ define that macro. I figured I'd check. After much mind wracking, I can't for the life of me figure out how to get gcc to output a list of what is and

God I feel stupid (gcc issue)

2000-08-08 Thread Laurence Berland
I've been going through the PR database, thinking maybe it was my turn to do something for FreeBSD. I looked at pr bin/2036. Problem? long isn't big enough to count all the bytes we could hold. So I look in the code and find /* Total number of bytes read and written for all files. Now

Re: God I feel stupid (gcc issue)

2000-08-08 Thread Chris D. Faulhaber
On Tue, 8 Aug 2000, Laurence Berland wrote: So I thought, "we don't define __GNUC__?" I figured I'd check. After much mind wracking, I can't for the life of me figure out how to get gcc to output a list of what is and isnt defined by default... help! From 4.1-STABLE: jedgar@wopr:~$ cpp

Re: God I feel stupid (gcc issue)

2000-08-08 Thread Chuck Robey
On Tue, 8 Aug 2000, Laurence Berland wrote: I've been going through the PR database, thinking maybe it was my turn to do something for FreeBSD. I looked at pr bin/2036. Problem? long isn't big enough to count all the bytes we could hold. So I look in the code and find /* Total

Re: God I feel stupid (gcc issue)

2000-08-08 Thread Chris Costello
On Tuesday, August 08, 2000, Laurence Berland wrote: So I thought, "we don't define __GNUC__?" I figured I'd check. After much mind wracking, I can't for the life of me figure out how to get gcc to output a list of what is and isnt defined by default... help! gcc -E -dM - /dev/null