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

[Treelang] flag_signed_char


Why does treelang defines signedness of char with flag_signed_char?
IMHO it would be better if it had a fixed definition of it. I have
tried to use

build_common_tree_nodes (true, false);

It bootstraped and tested (make check-treelang).

Thanks,
Rafael

2005-10-25  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>

                    * gcc/treelang/treetree.c: char is always signed

Attachment: treelang-char-sign.patch
Description: Binary data


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