[Bug c/53532] New: function call ignored when called with argument of incompatible, undefined structure

2012-05-30 Thread machata at post dot cz
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

[Bug c++/21494] condensed nested namespaces

2005-12-09 Thread machata at post dot cz
--- 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

[Bug c++/24907] [3.4/4.0/4.1/4.2 Regression] "int x, ;" accepted

2005-11-23 Thread machata at post dot cz
--- 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

[Bug c++/24907] [3.4/4.0/4.1/4.2 Regression] "int x, ;" accepted

2005-11-21 Thread machata at post dot cz
--- 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

[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. -- machat

[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 do

[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 par

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

2005-10-19 Thread machata at post dot cz
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