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]

CONST_CALL_P no longer means constant call?


It looks like Jan has changed the meaning of CONST_CALL_P
so that it now means that the call is either constant
or pure depending on whether CALL_INSN_FUNCTION_USAGE
returns anything.  This seems confusing to me.  I would
have preferred that the meaning of the CONST_CALL_P macro
stay the same and a new PURE_CALL_P macro be created
(or / and a CONST_OR_PURE_CALL_P macro if necessary).

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------


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