]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)
authorJason Merrill <jason@redhat.com>
Mon, 28 Jan 2008 16:18:56 +0000 (11:18 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 28 Jan 2008 16:18:56 +0000 (11:18 -0500)
commitc5a67b3b8b737ec10268224d233fb26eb01ccfff
tree9cf2b92db81a46c1e49ab738b536585f6e16149d
parentb068a4773baaaf1051cfb470300e9f56b9ad352e
re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)

        PR c++/27177
        * class.c (build_base_path): Fix previous change.

        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: r131905
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c