This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

r172784 - /trunk/gcc/README.Portability


Author: meyering
Date: Wed Apr 20 18:18:43 2011
New Revision: 172784

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172784
Log:
discourage unnecessary use of if before free

* README.Portability: Explain why "if (P) free (P)" is best avoided.

Modified:
    trunk/gcc/README.Portability


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