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]

[Bug c++/27177] [4.1/4.2/4.3 Regression] ICE in build_simple_base_path, at cp/class.c:474



------- Comment #19 from mmitchel at gcc dot gnu dot org  2008-01-21 02:00 -------
Lawrence, thanks for looking into this.  

Was there any consensus on whether or not these are static_casts in this
context?

I'm guessing that the eventual resolution is going to be something like saying
that a cast is a static_cast even if the class is incomplete, so long as the
bases are known, but that such a static_cast can only be used in an
un-evaluated context.  Is that correct?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27177


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