This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [LIBSTDC++] Obvious correction to GLIBCXX_ENABLE_PCH
- From: Alexandre Oliva <aoliva at redhat dot com>
- To: "Kelley Cook" <kelleycook at wideopenwest dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: 23 Jul 2003 21:58:15 -0300
- Subject: Re: [LIBSTDC++] Obvious correction to GLIBCXX_ENABLE_PCH
- Organization: GCC Team, Red Hat
- References: <200307232102.h6NL2cd16690@pop-5.dnv.wideopenwest.com>
On Jul 23, 2003, "Kelley Cook" <kelleycook@wideopenwest.com> wrote:
> I tried to test Alexandre's new pch check patch under Cygwin and it
> didn't work.
Err... It does work for me, and the acinclude.m4 you posted doesn't
seem to match what's there in revision 1.258 of the file. My patch
says:
- if test x"$enable_libstdcxx_pch" = xyes && test x"$pch_comp" = xno; then
- enable_pch=no
+ if test x"$enable_libstdcxx_pch" = xyes &&
+ test x"$libstdcxx_cv_pch_comp" = xno; then
+ enable_libstdcxx_pch=no
Are you sure you didn't mis-apply my patch in your tree?
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer