This is the mail archive of the gcc-patches@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]

Re: PING^4 [patch] [4.2 projects] vectorize type conversions


Victor Kaplansky wrote:
ping^4:

part1 - http://gcc.gnu.org/ml//gcc-patches/2006-02/msg00940.html (cleanup)

This comments out some code with /* ... */

which should never be done. Code that is unused should just be deleted in nearly all cases; if it has remaining value as documentation it could be commented out with an #if 0 block.


Bernd



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