[Bug c++/11006] [CNI] ICE with use of __java_boolean
--- Comment #7 from olsner at gmail dot com 2008-11-25 23:02 --- Original test case and test case from comment #1 both give this result (i.e. no ICE) for me: (Comment #1) : In function void foo(): :4: error: can't find class$ in __java_boolean (Original test case) : In function void foo(): :28: error: can't find class$ in jboolean (c++ --version gives c++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11006
[Bug other/346] gcc install clobbers files that it shouldn't touch
--- Comment #8 from olsner at gmail dot com 2008-11-25 23:24 --- So, all issues mentioned in this bug are fixed, and related issues all have their own bugs? I think we should just close this one and ping/reconfirm/close bug 18244... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=346
[Bug c++/29352] New: `bound_template_template_parm' not supported by dump_decl
Basically, g++ seems to have forgotten how to print some part of the error message. The errant code: template struct s1 { typedef T* ptr_type; }; template class U = s1> struct s2 { typedef U UT; operator /*typename*/ UT::ptr_type () { return 0; } }; And the output: test.cpp:12: error: `#`bound_template_template_parm' not supported by dump_decl#::ptr_type' is not a type Uncommenting the typename keyword fixes the error in the code. No extra compiler options were used. The bug is not present in 4.1 (4.1.2 20060901 (prerelease) (Debian 4.1.1-13)), where gcc instead outputs "error: expected type-specifier". -- Summary: `bound_template_template_parm' not supported by dump_decl Product: gcc Version: 3.4.6 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: olsner at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29352
[Bug c++/29352] `bound_template_template_parm' not supported by dump_decl
-- olsner at gmail dot com changed: What|Removed |Added Severity|normal |trivial http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29352