This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Patches
Let's say I correct a problem that exists in my platform's version of the
compiler. Take, for example, the string warning I get.
#ifdef _WIN32 || __CYGWIN__
patches made to code here
#endif
would the above be applied to making a patch for each plaform?
Like, ultrasparc
#ifdef ultrasparc
patches to be made to code here
#endif
Seems to me if you separate each patch like that, to determine which patch
gets for which platform.
MIPS and solaris could selectively be fixed like this.