https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116748
Nathaniel Shead changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116748
--- Comment #7 from GCC Commits ---
The master branch has been updated by Nathaniel Shead :
https://gcc.gnu.org/g:b9ac51a843f9dc807b00ab7f49f64968807a4ee8
commit r15-3938-gb9ac51a843f9dc807b00ab7f49f64968807a4ee8
Author: Nathaniel Shead
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116748
Nathaniel Shead changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116748
--- Comment #5 from Marek Polacek ---
// PR c++/116748
namespace beman::optional26::tests {
struct empty;
}
void TestBody() {
using beman::optional26::tests::empty;
int empty;
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116748
--- Comment #4 from Marek Polacek ---
Reducing...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116748
Marek Polacek changed:
What|Removed |Added
CC||nshead at gcc dot gnu.org
Key