https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67407
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67407
--- Comment #3 from Jason Merrill ---
Author: jason
Date: Thu Jan 28 15:07:56 2016
New Revision: 232929
URL: https://gcc.gnu.org/viewcvs?rev=232929&root=gcc&view=rev
Log:
PR c++/67407
* search.c (dfs_walk_once, dfs_walk_once_r)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67407
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67407
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67407
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |6.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67407
--- Comment #2 from Markus Trippelsdorf ---
markus@x4 tmp % cat b.ii
template class A;
template struct B;
template struct B >
{
static int
check ()
{
A a;
a.m_class->m_object;
}
};
template class A
{
public:
template bool o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67407
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|