This is the mail archive of the gcc-patches@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]

Re: [PATCH][C++] Fix libjava breakage on darwin, PR35035



Now, I'm not too eager to revert the original patch as we will
have jboolean behave in strange ways.  We could apply the
reversion conditional on TYPE_MODE (boolean_type_node) !=
smallest_mode_for_size (1, MODE_INT), but to make language behavior
dependent on the target ABI may be even worse(?)

Yeah, why not doing this everywhere? I doubt many people are using jboolean in general...


Paolo


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