[Bug c++/54198] [4.8 Regression] "error: invalid use of incomplete type" when building Chromium
markus at trippelsdorf dot de
gcc-bugzilla@gcc.gnu.org
Wed Aug 8 11:58:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54198
Markus Trippelsdorf <markus at trippelsdorf dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #1 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-08-08 11:58:23 UTC ---
Started with revision 189850:
1f43fa9ad872fac2b686903267a08bb5c8beea03 is the first bad commit
commit 1f43fa9ad872fac2b686903267a08bb5c8beea03
Author: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed Jul 25 14:56:50 2012 +0000
* cp-tree.h (tsubst_flags): Remove tf_no_access_control.
* call.c (standard_conversion): Don't set it.
* class.c (resolve_address_of_overloaded_function): Don't check it.
* decl.c (check_default_argument): Call
perform_implicit_conversion_flags.
Clang++ and Intel's icpc compile the testcase without problems.
More information about the Gcc-bugs
mailing list