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]

Delayed evaluation of __builtin_constant_p not supported on this target.


I just got

gcc -O2 -c -I../../mpn -I./../.. -g -O  ./t-tdiv_ui.c
./t-tdiv_ui.c: In function `main':
"./t-tdiv_ui.c", line 95: warning: Delayed evaluation of __builtin_constant_p not supported on this target.
"./t-tdiv_ui.c", line 95: warning: Please report this as a bug to egcs-bugs@egcs.cygnus.com.
gcc -O2 -o t-tdiv_ui t-tdiv_ui.o ../../libgmp.a -g -O
./t-tdiv_ui

Now, I know this isn't egcs-bugs@egcs.cygnus.com.  But that address is
dead, and this is the closest thing to a substitute I've found.
Perhaps nobody here is interested, in which case ignore this.

This was while trying to run libgmp 2.0.2's "make check" on a
MicroVAX-II running basically NetBSD 1.4T.  gcc --version reports
"egcs-1.1.2".

If anyone cares, I can provide fuller details.  (It wouldn't surprise
me a bit if egcs-1.1.2 is considered old enough that nobody cares, but
if it says to report it, there is presumably a reason.)

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B

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