Thread overview
Re: dmd 1.041 and 2.026 releases
Mar 06, 2009
Kagamin
Mar 06, 2009
Walter Bright
March 06, 2009
Walter Bright Wrote:

> total.h is for precompiled headers, which don't even exist on gcc.

??? Did I get it right that gcc doesn't support precompiled headers?
March 06, 2009
Kagamin wrote:

>> total.h is for precompiled headers, which don't even exist on gcc.
> 
> ??? Did I get it right that gcc doesn't support precompiled headers?

Sounds strange...

http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Precompiled-Headers.html

--anders
March 06, 2009
Anders F Björklund wrote:
> Kagamin wrote:
> 
>>> total.h is for precompiled headers, which don't even exist on gcc.
>>
>> ??? Did I get it right that gcc doesn't support precompiled headers?
> 
> Sounds strange...
> 
> http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Precompiled-Headers.html

Well, it didn't when I initially worked on linux.
March 07, 2009
Walter Bright wrote:

>> http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Precompiled-Headers.html
> 
> Well, it didn't when I initially worked on linux.

True, forgot that it's been in Apple GCC much longer than in main.
Think they didn't appear there until GCC 3.4, so only since 2004 ?

--anders