This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Remove build_int_cst_wide_type function.



----- Original Message ----- From: "Richard Guenther" <richard.guenther@gmail.com>
To: "Anatoly Sokolov" <aesok@post.ru>
Cc: <gcc-patches@gcc.gnu.org>; <java-patches@gcc.gnu.org>
Sent: Monday, May 10, 2010 3:35 PM
Subject: Re: Remove build_int_cst_wide_type function.




The callers with NULL type should probably be reviewed separately.
Some of them might want to use the simpler size_int interface
(even if that changes the type from integer_type_node to
size_type_node).  Some obvious ones indeed explicitly want
integer_type_node.

Lumping both changes together will make it hard to track down
those persisting errors.  NULL_TREE at least tells us that this
is a suspicious case.

Ok. I'm working on these patches.


Anatoly.


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