This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/30293] [4.0/4.1/4.2/4.3 regression] ICE with extern "Java" in store_init_value



------- Comment #6 from tromey at gcc dot gnu dot org  2007-11-12 18:07 -------
Yeah, for both this and for PR 30294, I think we can just reject some
constructs very early.  I don't think it makes sense to declare variables,
fields, or functions with "java" types that are not pointers.
The only question here, I think, is whether libgcj uses this construct.

Maybe there could still be a bug for 30293 though.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30293


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]