re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)
authorJason Merrill <jason@redhat.com>
Sat, 26 Jan 2008 00:41:49 +0000 (19:41 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 26 Jan 2008 00:41:49 +0000 (19:41 -0500)
commitd79ca2074fdb83ace6f79ccf3530285d8b15be8c
treeddf28327844fe897e52b8135386d72bfd91b85c7
parent31bc8a984f0a7a4c9f88cbee956a85ecd1b5ba97
re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)

        PR c++/27177
        * class.c (build_base_path): Don't mess with virtual access if
        skip_evaluation.
        * call.c (standard_conversion): Don't check whether source type
        is complete.

From-SVN: r131855
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/testsuite/g++.dg/expr/cast9.C [new file with mode: 0644]