re PR c++/33977 (internal compiler error: canonical types differ for identical…
re PR c++/33977 (internal compiler error: canonical types differ for identical types const char [5] and const sal_Char [5]) 2007-11-06 Douglas Gregor <doug.gregor@gmail.com> PR c++/33977 PR c++/33886 * tree.c (c_build_qualified_type): Define bridge to cp_build_qualified_type. 2007-11-06 Douglas Gregor <doug.gregor@gmail.com> PR c++/33977 PR c++/33886 * c-common.c (c_build_qualified_type): Moved to c-typeck.c. (complete_array_type): Set canonical type appropriately. * c-typeck.c (c_build_qualified_type): Moved from c-common.c. The C and C++ front ends now have different versions of this function, because the C++ version needs to maintain canonical types here. 2007-11-06 Douglas Gregor <doug.gregor@gmail.com> PR c++/33977 PR c++/33886 * g++.dg/other/canon-array.C: New. From-SVN: r129929
Showing
Please
register
or
sign in
to comment