[Bug libstdc++/96592] [10/11 Regression] Tuple element w/ member reference to incomplete template type rejected

2020-09-03 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96592 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:032a4b42cc5f2105f622690ce2552f1c30e1d227 commit r11-2997-g032a4b42cc5f2105f622690ce2552f1c30e1d227 Author: Jonathan Wakely Date:

[Bug libstdc++/96592] [10/11 Regression] Tuple element w/ member reference to incomplete template type rejected

2020-09-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96592 --- Comment #3 from Jonathan Wakely --- I think this is a compiler bug. The same libstdc++ code compiles OK with clang. The error doesn't really make any sense. std::is_constructible is certainly not incomplete. In file included from

[Bug libstdc++/96592] [10/11 Regression] Tuple element w/ member reference to incomplete template type rejected

2020-08-17 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96592 Marek Polacek changed: What|Removed |Added Last reconfirmed||2020-08-17 Keywords|