This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [David Abrahams] PCH and GCC ICEing on boost/python.cpp
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>, gcc-bugs at gcc dot gnu dot org, geoffk at apple dot com
- Date: 11 Oct 2003 12:38:31 +0200
- Subject: Re: [David Abrahams] PCH and GCC ICEing on boost/python.cpp
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <flsmm06wqo.fsf@sel.cmla.ens-cachan.fr> <FBEE6146-FBC1-11D7-8C59-000393A6D2F2@physics.uc.edu>
Andrew Pinski <pinskia@physics.uc.edu> writes:
| On Oct 11, 2003, at 00:48, Gabriel Dos Reis wrote:
| >> I tried out a CVS version of GCC a few days ago to try out the PCH
| >> support in the next compiler. It ICEed with a segmentation fault when
| >> trying to compile a header file that only included boost/python.hpp.
| >> Given that failure, my only comment is that it will be hard to
| >> operationally test Pyste's support for PCH with GCC.
|
| This is not a PCH problem, it is a c++ problem and this is reported as
| PR 12573, I already reduced the case down to 27 lines. The problem is
| related to using offset as a template argument.
Oh, that is even better. Geoff, sorry for the false alarm.
Andrew, thanks for the detective work.
-- Gaby