Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
5392f6be
Commit
5392f6be
authored
15 years ago
by
Rainer Orth
Committed by
Rainer Orth
15 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dg-extract-results.sh: Don't use tail -n.
From-SVN: r155655
parent
6a4d4e8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
contrib/ChangeLog
+4
-0
contrib/dg-extract-results.sh
+2
-2
No files found.
contrib/ChangeLog
View file @
5392f6be
2010
-
01
-
05
Rainer
Orth
<
ro
@CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
dg
-
extract
-
results
.
sh
:
Don
'
t
use
tail
-
n
.
2009
-
10
-
03
H
.
J
.
Lu
<
hongjiu
.
lu
@intel
.
com
>
Richard
Guenther
<
rguenther
@suse
.
de
>
...
...
This diff is collapsed.
Click to expand it.
contrib/dg-extract-results.sh
View file @
5392f6be
...
...
@@ -6,7 +6,7 @@
# The resulting file can be used with test result comparison scripts for
# results from tests that were run in parallel. See usage() below.
# Copyright (C) 2008, 2009 Free Software Foundation
# Copyright (C) 2008, 2009
, 2010
Free Software Foundation
# Contributed by Janis Johnson <janis187@us.ibm.com>
#
# This file is part of GCC.
...
...
@@ -418,6 +418,6 @@ cat ${TMP}/var-* | $AWK -f $TOTAL_AWK
# This is ugly, but if there's version output from the compiler under test
# at the end of the file, we want it. The other thing that might be there
# is the final summary counts.
tail
-
n
2
$FIRST_SUM
|
grep
-q
'^#'
||
tail
-n
2
$FIRST_SUM
tail
-
2
$FIRST_SUM
|
grep
-q
'^#'
||
tail
-
2
$FIRST_SUM
exit
0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment