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++] Make __java_boolean a true bool (PR 33887)


Richard Guenther wrote:

With the patch reverted all is back to before for jboolean, just that
we no longer generate 'wrong' code but enforce its 1-bit integer
semantics correctly ;)  (which might be indeed confusing to users - at
least I expected that jboolean behaves like bool as far as semantics
are concerned)

Sounds good to me.


Thank you for the detailed explanation.

Andrew.


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