This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: where did -minline-all-stringops go?
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: Jim Marshall <jim dot marshall at wbemsolutions dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 8 Jun 2007 18:04:57 +0100
- Subject: Re: where did -minline-all-stringops go?
- References: <f4boct$pa1$1@sea.gmane.org>
Jim Marshall writes:
> Sorry I know that this applies to older versions of the compiler, but I
> am stuck using them. I have been spending that last few days trying to
> use the gcc compiler to do some better optimizations since we really
> didn't do that previously.
>
> We compile our code on Linux using 3.2.2 on red hat 9. That version of
> the compiler has the option "-minline-all-stringops".
>
> So Now I've moved to our Solaris SPARC machine which happens to have GCC
> 3.3.2, but it appears that this version of the compiler had this
> option removed (as we compile with -Werror it causes a problem). I
> obviously removed that option for Solaris but I am wondering why that
> option was removed?
It was never there. -minline-all-stringops is Intel 386 and AMD
x86-64 specific.
Andrew.