This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: [David Abrahams] PCH and GCC ICEing on boost/python.cpp


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


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