------- Additional Comments From Thomas dot Koenig at online dot de  2005-02-10 
08:52 -------
(In reply to comment #2)
> There are a gazillion places where we just check "if (optimize)" without
> any specific flag. It would be quite a lot of work to introduce flags for all
> of them, and I'm not sure it's worth it...

$ find . -name '*.c' | xargs grep  '( *optimize[) =!><|&]' | wc -l
    151

Hmm...

It would still be better if this could be at least lumped into an
option (maybe -foptimize-misc or whatever) which would still be
visible in -fverbose-asm.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19848

Reply via email to