OSDN Git Service

2000-11-21 Loren J. Rittle <ljrittle@acm.org>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 02:15:49 +0000 (02:15 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 02:15:49 +0000 (02:15 +0000)
        * mkcheck.in (explanation): Retain output of all failing
        compiles.  Don't add gratuitous space to the log file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37639 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/mkcheck.in

index 2c020f7..ea4e99b 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-21  Loren J. Rittle  <ljrittle@acm.org>
+
+        * mkcheck.in (explanation): Retain output of all failing
+        compiles.  Don't add gratuitous space to the log file.
+
 2000-11-21  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
 
        * src/strstream.cc: Adjust includes.
index b4b38e1..9bacd4f 100755 (executable)
@@ -375,7 +375,6 @@ test_file()
     # eventually have to calculate time_t anyhow.  Or 3) just grab two
     # time_t's (no more overhead than grabbing two date(1)'s).
     compiler_invocation="$LTCXX $S_FLAG $SRC_NAME -o $EXENAME $LIBS"
-    printf "\n" >> $LOG_FILE
     COMP_TIME_START=$($TEST_DIR/printnow)
     $compiler_invocation >> compile.out 2>&1
     COMP_TIME_END=$($TEST_DIR/printnow)
@@ -423,6 +422,7 @@ test_file()
         fi
     else
         # the file did not compile/link.
+        printf "\n" >> $LOG_FILE
        `cat compile.out > $LOG_FILE` 
        rm compile.out
         RESULT="-b"