This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249420 - in /trunk/gcc: cp/ChangeLog cp/call.c...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 20 Jun 2017 16:47:18 -0000
- Subject: r249420 - in /trunk/gcc: cp/ChangeLog cp/call.c...
Author: jason
Date: Tue Jun 20 16:47:17 2017
New Revision: 249420
URL: https://gcc.gnu.org/viewcvs?rev=249420&root=gcc&view=rev
Log:
PR c++/80972 - C++17 ICE with attribute packed.
* call.c (build_over_call): Allow a TARGET_EXPR from reference
binding.
Added:
trunk/gcc/testsuite/g++.dg/ext/packed12.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/call.c