------- Comment #4 from ebotcazou at gcc dot gnu dot org  2010-09-22 06:06 
-------
Jakub, what do you think?  gcc.c reads:

 %<S    remove all occurrences of -S from the command line.
        Note - this command is position dependent.  % commands in the
        spec string before this one will see -S, % commands in the
        spec string after this one will not.

and the spec is gcc/java/jvspec.c:jvgenmain_spec.  I think that the above means
that 'as' shoudn't see -findirect-dispatch but your change breaks that.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org


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

Reply via email to