This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
#ifdef/#endif REGISTER_CONSTRAINTS in regmove.c
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: #ifdef/#endif REGISTER_CONSTRAINTS in regmove.c
- From: dvv at egcs dot dvv dot ru (Dima Volodin)
- Date: Thu, 20 May 1999 02:36:18 GMT
- Organization: Huh?
In regmove.c, #ifdef REGISTER_CONSTRAINTS and corresponding #endif are
placed in such places, that the file simply won't compile if
REGISTER_CONSTRAINTS is not defined. This is in release 1.1.2. From what
I see, it's assumed that it must be possible to compile without
REGISTER_CONSTRAINTS defined. Any comments on all this, anyone?
Cheers!
Dima