This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, Ada testsuite] Handle cd2a83c, cd2a91c, ad8011a


> No regression on x86-linux, ok to commit?

OK one small change:

> -sed -e "s,ACATS4GNATDIR,$dir,g" \
> -  < $testdir/support/macro.dfs > $dir/support/MACRO.DFS
> +cat $testdir/support/macro.dfs | \
> +  sed -e "s,ACATS4GNATDIR,$dir,g" \
> +      -e "s,ACATS4GNATBIT,$target_bit,g" \
> +      -e "s,ACATS4GNATINSN,$target_insn,g" \
> +  > $dir/support/MACRO.DFS

Please remove the extra use of 'cat' and put back the direct use of sed,
thanks.

Arno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]