[Bug c++/33744] [4.1/4.2/4.3 regression] function-style cast and '' not allowed in template argument

2007-10-26 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2007-10-26 12:06 --- Subject: Bug 33744 Author: jakub Date: Fri Oct 26 12:06:31 2007 New Revision: 129650 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129650 Log: PR c++/33744 * parser.c

[Bug c++/33744] [4.1/4.2/4.3 regression] function-style cast and '' not allowed in template argument

2007-10-26 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2007-10-26 12:05 --- Subject: Bug 33744 Author: jakub Date: Fri Oct 26 12:04:57 2007 New Revision: 129649 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129649 Log: PR c++/33744 * parser.c

[Bug c++/33744] [4.1/4.2/4.3 regression] function-style cast and '' not allowed in template argument

2007-10-26 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2007-10-26 11:58 --- Subject: Bug 33744 Author: jakub Date: Fri Oct 26 11:57:46 2007 New Revision: 129648 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129648 Log: PR c++/33744 * parser.c

[Bug c++/33744] [4.1/4.2/4.3 regression] function-style cast and '' not allowed in template argument

2007-10-26 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2007-10-26 12:07 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/33744] [4.1/4.2/4.3 regression] function-style cast and '' not allowed in template argument

2007-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c++/33744] [4.1/4.2/4.3 regression] function-style cast and '' not allowed in template argument

2007-10-12 Thread bangerth at dealii dot org
--- Comment #4 from bangerth at dealii dot org 2007-10-12 15:21 --- (In reply to comment #3) (I'm told that) these two function-style casts compile fine on 4.2.1: template bool cond struct A { }; Abool (2) y; Abool (2 1) z; Uh, indeed, I see. This is weird indeed. So in

[Bug c++/33744] [4.1/4.2/4.3 regression] function-style cast and '' not allowed in template argument

2007-10-12 Thread mdorey at bluearc dot com
--- Comment #5 from mdorey at bluearc dot com 2007-10-12 17:11 --- Adding extra parentheses, such that bool (2 1) becomes bool ((2 1 )), is a work-around. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33744