This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PCHs and 26_numerics/complex_value.cc


On Wed, 16 Apr 2003 16:40:24 +0200
Paolo Carlini <pcarlini at unitus dot it> wrote:

>I'm puzzled like you.

If you use -Winvalid-pch when compiling this file you'll see that the
generated stdc++.h.gch files is not used. This is because
complex_value.cc is compiled without optimization, and thus __OPTIMIZE
or whatever is no longer defined.

Perhaps this is related...

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]