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

Re: Delayed evaluation of __builtin_constant_p not supported on this target.


On Wed, Dec 06, 2000 at 10:39:20PM -0500, der Mouse wrote:
> "./t-tdiv_ui.c", line 95: warning: Delayed evaluation of
> __builtin_constant_p not supported on this target.
[...]
> This was while trying to run libgmp 2.0.2's "make check" on a
> MicroVAX-II running basically NetBSD 1.4T.

That means that the port needs to be updated slightly
such that it considers CONSTANT_P_RTX to be an integer.

You might try current sources and see if it's been fixed
in the meantime.


r~

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