[Bug c++/48892] New: [C++0x] XFAILed bogus errors in constexpr-48089.C
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu May 5 22:21:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48892
Summary: [C++0x] XFAILed bogus errors in constexpr-48089.C
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
Priority: P3
Component: c++
AssignedTo: jason@gcc.gnu.org
ReportedBy: jason@gcc.gnu.org
CC: gcc@magfr.user.lysator.liu.se
Depends on: 48089
In the testcase for 48089, the R section should be accepted because even though
we're looking at the same complete object, it's ok to get the value of already
initialized subobjects.
More information about the Gcc-bugs
mailing list