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]

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.




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