[Bug c++/80605] [7/8 Regression] Bad is_standard_layout result with empty base classes

2017-05-03 Thread lloda at bluewin dot ch
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. > >

[Bug c++/80605] New: Bad is_standard_layout result with empty base classes

2017-05-03 Thread lloda at bluewin dot ch
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

[Bug c++/66297] New: constexpr non-static member functions of non-literal types

2015-05-27 Thread lloda at bluewin dot ch
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

[Bug c++/62134] New: ICE with template alias in c++11 / c++1y mode

2014-08-14 Thread lloda at bluewin dot ch
++ Assignee: unassigned at gcc dot gnu.org Reporter: lloda at bluewin dot ch Created attachment 33318 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33318action=edit A test case. The problematic section is marked with MAKE_ICE. Somewhat reduced case0.C attached. $CXX -v