* mk-kinds-h.sh: Change sed syntax.

From-SVN: r130015
This commit is contained in:
Francois-Xavier Coudert 2007-11-08 19:17:19 +00:00 committed by François-Xavier Coudert
parent 487f9d960a
commit 66ec5f8742
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* mk-kinds-h.sh: Change sed syntax.
2007-11-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/33985

View File

@ -59,7 +59,7 @@ for k in $possible_real_kinds; do
# Check for the value of HUGE
echo "print *, huge(0._$k) ; end" > tmq$$.f90
huge=`$compile -c -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
| sed 's/ *TRANSFER *// ; s/_.*//'`
| sed 's/ *TRANSFER *//' | sed 's/_.*//'`
rm -f tmq$$.*
# Check for the value of DIGITS