[Bug c++/24449] Unable to declare friend main() from class template

2012-10-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24449 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c++/24449] Unable to declare friend main() from class template

2012-10-12 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24449 --- Comment #7 from paolo at gcc dot gnu.org 2012-10-12 14:38:19 UTC --- Author: paolo Date: Fri Oct 12 14:38:11 2012 New Revision: 192402 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192402 Log: /cp 2012-10-12 Paolo Carlin

[Bug c++/24449] Unable to declare friend main() from class template

2012-10-12 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24449 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|gcc-

[Bug c++/24449] Unable to declare friend main() from class template

2005-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-18 14:59 --- Can you read http://gcc.gnu.org/contribute.html and send the patch to [EMAIL PROTECTED] -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/24449] Unable to declare friend main() from class template

2005-11-18 Thread machata at post dot cz
--- Comment #4 from machata at post dot cz 2005-11-18 14:27 --- > I believe that this patch does the right thing. I've done bootstrap on > i686-pc-linux-gnu, but I won't be able to run testsuite before friday. Which just passed on i686-pc-linux-gnu. -- machata at post dot cz changed

[Bug c++/24449] Unable to declare friend main() from class template

2005-11-16 Thread machata at post dot cz
--- Comment #3 from machata at post dot cz 2005-11-16 15:25 --- Created an attachment (id=10251) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10251&action=view) Check if we are really declaring template ::main. I believe that this patch does the right thing. I've done bootstrap o

[Bug c++/24449] Unable to declare friend main() from class template

2005-11-10 Thread machata at post dot cz
--- Comment #2 from machata at post dot cz 2005-11-10 14:21 --- Created an attachment (id=10202) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10202&action=view) Patch against gcc/cp/decl.c, and a testcase This is rather straightforward solution for this PR. It allows parsing of t

[Bug c++/24449] Unable to declare friend main() from class template

2005-10-19 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-19 23:32 --- Confirmed, not a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added