[Bug c/23225] tree check: expected class type, have exceptional (error_mark) in build_pointer_type_for_mode, at tree.c:4246

2005-08-03 Thread flash at pobox dot com
--- Additional Comments From flash at pobox dot com 2005-08-04 04:06 --- Created an attachment (id=9427) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9427action=view) 105393_CertMgrDispatcher_min.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23225

[Bug c++/23225] tree check: expected class type, have exceptional (error_mark) in build_pointer_type_for_mode, at tree.c:4246

2005-08-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-04 04:17 --- Confirmed, a little further reduced: void Dispatcher() (__builtin_offsetof (ArgsType, largeMsgLen)) Even changing __builtin_offsetof to __offsetof does not make 3.4.0 ICE. -- What

[Bug c++/23225] tree check: expected class type, have exceptional (error_mark) in build_pointer_type_for_mode, at tree.c:4246

2005-08-03 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-08-04 04:19 --- This doesn't ice with the C frontend. However, it does with the C++ frontend with a recent build of mainline. -- What|Removed |Added