https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80605
--- Comment #5 from lloda at bluewin dot ch ---
(In reply to Jonathan Wakely from comment #3)
> (In reply to lloda from comment #0)
> > gcc 7.1.0 prints False for the following program. gcc 6.3.0 and others print
> > True.
> >
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lloda at bluewin dot ch
Target Milestone: ---
gcc 7.1.0 prints False for the following program. gcc 6.3.0 and others print
True.
// $CXX -std=c++14 -o stdlayout stdlayout.C
#include
struct BaseBase {};
struct
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lloda at bluewin dot ch
Target Milestone: ---
See
https://groups.google.com/a/isocpp.org/forum/#!topic/std-discussion/6jM8M8FUs30
and referenced there
http://www.open-std.org/jtc1/sc22/wg21
++
Assignee: unassigned at gcc dot gnu.org
Reporter: lloda at bluewin dot ch
Created attachment 33318
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33318&action=edit
A test case. The problematic section is marked with MAKE_ICE.
Somewhat reduced case0.C attached.