Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at martinien dot de
Target Milestone: ---
My understanding is this: When a templated class should get DEFAULT visibility,
the class itself and all the
ty: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gcc at martinien dot de
Target Milestone: ---
This code returns a not-very-intuitive error:
$ cat void.cpp
void func()
{
}
int main()
{
return func();
}
$ g++ -c void.cp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70847
Martin Richtarsky changed:
What|Removed |Added
CC||gcc at martinien dot de
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51440
--- Comment #5 from Martin Richtarsky 2013-03-30
22:06:48 UTC ---
Hi Manuel,
thanks for the pointers how to add the optional warning. I will try to submit a
patch, however first I would like to understand what is going on exactly:
- t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51440
Martin Richtarsky changed:
What|Removed |Added
CC||gcc at martinien dot de