parse.y: Do comparisons as the type of the first expression.
authorJames A. Morrison <phython@gcc.gnu.org>
Sat, 26 Feb 2005 14:01:03 +0000 (14:01 +0000)
committerJames A. Morrison <phython@gcc.gnu.org>
Sat, 26 Feb 2005 14:01:03 +0000 (14:01 +0000)
commitc93e9e16fb2f98cf147efa3710c7d41fceecff54
tree3ee2fa5b5b26dee05ba50d9f906279dd477341fc
parent03e3ca0d2b16e568ae6060e3a77109e0c371ce27
parse.y: Do comparisons as the type of the first expression.

2005-02-26  James A. Morrison  <phython@gcc.gnu.org>

        * parse.y: Do comparisons as the type of the first expression.
        * treetree.c (tree_code_get_integer_value): Build integer constants
        with the proper type.

From-SVN: r95578
gcc/treelang/ChangeLog
gcc/treelang/parse.y
gcc/treelang/treetree.c