This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Disable auto-generation of strncpy on ppc?
- From: Ian Lance Taylor <iant at google dot com>
- To: Etienne Lorrain <etienne_lorrain at yahoo dot fr>
- Cc: gcc at gcc dot gnu dot org
- Date: 13 Feb 2007 07:15:40 -0800
- Subject: Re: Disable auto-generation of strncpy on ppc?
- References: <316490.75876.qm@web26903.mail.ukl.yahoo.com>
Etienne Lorrain <etienne_lorrain@yahoo.fr> writes:
> Is there a magic flag? I want to test the source for null pointer...
This question would be appropriate on the mailing list
gcc-help@gcc.gnu.org, not on gcc@gcc.gnu.org. Please take any
followups gcc-help. Thanks.
I don't actually understand the question. gcc is compiling the
function as you wrote it. What do you want it to do differently?
Ian