Bug 48892 - [C++0x] XFAILed bogus errors in constexpr-48089.C
Summary: [C++0x] XFAILed bogus errors in constexpr-48089.C
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.6.0
: P3 normal
Target Milestone: 5.0
Assignee: Jason Merrill
URL:
Keywords: rejects-valid
Depends on: 48089 48993
Blocks: constexpr
  Show dependency treegraph
 
Reported: 2011-05-05 21:34 UTC by Jason Merrill
Modified: 2014-11-03 02:14 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2011-05-23 17:53:36


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Merrill 2011-05-05 21:34:12 UTC
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.
Comment 1 Paolo Carlini 2014-11-02 09:07:21 UTC
This issue seems fixed by your r216750. Can you double check?
Comment 2 Jason Merrill 2014-11-03 02:14:33 UTC
Yep.