public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* "-fno-unswitch-loops" option have no effect?
@ 2009-08-17  7:19 ami_stuff
       [not found] ` <56d259a00908170344v54442954u3a5d0337de3b98fe@mail.gmail.com>
  2009-08-17 13:33 ` Richard Guenther
  0 siblings, 2 replies; 10+ messages in thread
From: ami_stuff @ 2009-08-17  7:19 UTC (permalink / raw)
  To: gcc

Hi,

I found out that when I use "-fno-unswitch-loops" option, it have no effect - loops are unswitched anyway:

-O3 -fno-unswitch-loops

Because of that to avoid -funswitch-loops optimization I must use something like this:

-O2 -finline-functions -fpredictive-commoning -fgcse-after-reload -ftree-vectorize 

Is that a bug?

Tested with GCC 4.4.1 (m68k).

Regards

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-08-17 20:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-17  7:19 "-fno-unswitch-loops" option have no effect? ami_stuff
     [not found] ` <56d259a00908170344v54442954u3a5d0337de3b98fe@mail.gmail.com>
2009-08-17 13:29   ` ami_stuff
2009-08-17 19:42     ` Bernd Roesch
2009-08-17 19:54       ` ami_stuff
2009-08-17 22:16       ` Alexander Strange
2009-08-17 13:33 ` Richard Guenther
2009-08-17 13:35   ` ami_stuff
2009-08-17 16:01     ` Paolo Bonzini
2009-08-17 16:07       ` ami_stuff
2009-08-17 16:14         ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).