[Bug c++/11006] [CNI] ICE with use of __java_boolean

2013-11-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11006 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|gcc-bugs at g

[Bug c++/11006] [CNI] ICE with use of __java_boolean

2013-11-06 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11006 --- Comment #9 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Nov 6 20:19:10 2013 New Revision: 204469 URL: http://gcc.gnu.org/viewcvs?rev=204469&root=gcc&view=rev Log: /cp 2013-11-06 Paolo Carlini PR c++/11006 * init.c (b

[Bug c++/11006] [CNI] ICE with use of __java_boolean

2008-11-25 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-11-25 23:40 --- This only ICEs now with checking turned on: t.cc: In function 'void foo()': t.cc:28: internal compiler error: tree check: expected record_type or union_type or qual_union_type, have integer_type in build_java_class_r

[Bug c++/11006] [CNI] ICE with use of __java_boolean

2008-11-25 Thread olsner at gmail dot com
--- 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 ‘

[Bug c++/11006] [CNI] ICE with use of __java_boolean

2006-06-23 Thread reichelt at gcc dot gnu dot org
--- Comment #6 from reichelt at gcc dot gnu dot org 2006-06-23 16:08 --- The ICE internal compiler error: can't find class$ has been fixed on mainline (see PR 11468), but the ICE mentioned in commment #5 is still present. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11006