[Bug c++/80972] [7/8 Regression] ICE with alignas and __attribute__((packed))

2017-06-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80972

Jason Merrill  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Jason Merrill  ---
Fixed.

[Bug c++/80972] [7/8 Regression] ICE with alignas and __attribute__((packed))

2017-06-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80972

--- Comment #3 from Jason Merrill  ---
Author: jason
Date: Tue Jun 20 16:47:58 2017
New Revision: 249421

URL: https://gcc.gnu.org/viewcvs?rev=249421=gcc=rev
Log:
PR c++/80972 - C++17 ICE with attribute packed.

* call.c (build_over_call): Allow a TARGET_EXPR from reference
binding.

Added:
branches/gcc-7-branch/gcc/testsuite/g++.dg/ext/packed12.C
Modified:
branches/gcc-7-branch/gcc/cp/ChangeLog
branches/gcc-7-branch/gcc/cp/call.c

[Bug c++/80972] [7/8 Regression] ICE with alignas and __attribute__((packed))

2017-06-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80972

--- Comment #2 from Jason Merrill  ---
Author: jason
Date: Tue Jun 20 16:47:17 2017
New Revision: 249420

URL: https://gcc.gnu.org/viewcvs?rev=249420=gcc=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

[Bug c++/80972] [7/8 Regression] ICE with alignas and __attribute__((packed))

2017-06-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80972

Jason Merrill  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |jason at gcc dot gnu.org

[Bug c++/80972] [7/8 Regression] ICE with alignas and __attribute__((packed))

2017-06-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80972

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |7.2

[Bug c++/80972] [7/8 Regression] ICE with alignas and __attribute__((packed))

2017-06-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80972

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-06-05
 CC||jason at gcc dot gnu.org,
   ||marxin at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Confirmed, started with r240845.