This commit is contained in:
Jakub Jelinek 2006-04-20 14:09:06 +00:00
parent 3407e5c7b2
commit 02af9528dd
3 changed files with 10 additions and 2 deletions

View File

@ -1 +1 @@
gcc-4.1.0-20060414.tar.bz2
gcc-4.1.0-20060420.tar.bz2

View File

@ -568,6 +568,13 @@ cd ..
echo ====================TESTING=========================
( ../contrib/test_summary || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}'
echo ====================TESTING END=====================
mkdir testlogs-%{_target_platform}-%{version}-%{release}
for i in `find . -name \*.log | grep testsuite/ | grep -v 'config.log\|acats\|ada'`; do
ln $i testlogs/ || :
done
tar cf - testlogs-%{_target_platform}-%{version}-%{release} | bzip2 -9c \
| uuencode testlogs-%{_target_platform}.tar.bz2 || :
rm -rf testlogs-%{_target_platform}-%{version}-%{release}
# Make protoize
make -C gcc CC="./xgcc -B ./ -O2" proto
@ -1464,6 +1471,7 @@ fi
- fix pretty printing C array types (#188944)
- fix ICE on unprototyped alloca (PR tree-optimization/26865)
- fix truncation optimization overflow handling (PR middle-end/26729)
- uuencode dejagnu testsuite log files in rpmbuild output
* Fri Apr 14 2006 Jakub Jelinek <jakub@redhat.com> 4.1.0-8
- update from gcc-4_1-branch (-r112825:112951)

View File

@ -1 +1 @@
3d39e406b849c2225ebb203a84013838 gcc-4.1.0-20060414.tar.bz2
70ceb184a4d5a40a2eb8fb903aff3894 gcc-4.1.0-20060420.tar.bz2