http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53532
Bug #: 53532
Summary: function call ignored when called with argument of
incompatible, undefined structure
Classification: Unclassified
Product: gcc
Version: 4.7.0
St
--- Comment #4 from machata at post dot cz 2005-12-09 12:54 ---
Created an attachment (id=10444)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10444&action=view)
Implementation of condensed nested namespaces definition, includes testcase.
I sent an email with some comments
--- Comment #4 from machata at post dot cz 2005-11-23 10:26 ---
(In reply to comment #3)
> Testcase is in patch, make check-g++ passed on i686-pc-linux-gnu.
> I'll do bootstrap and more thorough test tomorrow, and send the patch to
> gcc-patches then.
Ok, done today
--- Comment #3 from machata at post dot cz 2005-11-21 15:31 ---
Created an attachment (id=10311)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10311&action=view)
Allow comma only on second and further passes of declarator processing loop.
The patch addresses the problem by
--- 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.
--
machat
--- 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 do
--- 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 par
warning: unused variable 'i'
--
Summary: Unable to declare friend main() from class template
Product: gcc
Version: 4.0.2
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: machata at post dot cz
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24449