Seems like most of the python scripts are duplicated of the
contrib/test_summary and contrib/compare_tests scripts in the GCC repo (both
understand gdb dejagnu .sum already).
Why didn't you use those instead of creating your own?
Thanks,
Andrew Pinski
From: lin
== This Week ===
* Wrote a python script that parses GDB Testsuite log file and filters out
all results and tests which were not passed.
* Wrote another python script that compares filtered output of GDB log
taken out from different configurations. This script compares results of
various tests whi
== Progress ==
* Implementing GC sections support in binutils.
Tested the patch for enabling gc section.
"make ld-check" now passes after setting compiler in the PATH.
Used the patched binutils source and built GCC for aarch64-none-elf.
Ran gcc tests on V8 foundation model.
Submitted the
On 23 February 2013 04:47, Tien-Pao Shih wrote:
> Hi,
>
> I tried to generate a binary containing only ARM 32-bit ISA.
> The toolchain I used is
> gcc-linaro-arm-linux-gnueabihf-4.7-2013.01-20130125_linux.
> The compilation options are -O3 -mcpu=Cortex-A15 -marm -static.
>
> I could get 32-bit ARM
== Progress ==
- Fix EPILOGUE_USES regression in CoreMark
- CBUILD tasks had to be respwaned. Zhenqiang sent me links and
instructions. Build tasks are still in the queue.
- Tried with some simple test cases mostly to understand dataflow
and register allocator modules in gcc.
- Remove Unne
== Progress ==
* February 4.7 release:
- Released a respin of 4.7 2013.02, which fixes an issue with
multiarch on x32 and kfreebsd builds.
* Boehm GC AArch64 support:
- Fixed 128-bit atomic load/store and 'compare and swap' functions
- Testsuite is now OK
* AArch64 porting meeting:
- No