Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Timed GCC Compilation 1.1.0
pts/build-gcc-1.1.0
- 10 November 2018 -
Update against upstream GCC 8.2.0.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-8.2.0/gcc-8.2.0.tar.gz, ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-8.2.0/gcc-8.2.0.tar.gz, https://ftp.gnu.org/gnu/gcc/gcc-8.2.0/gcc-8.2.0.tar.gz</URL> <MD5>ee04f0c22a941f5f17d93809387f2729</MD5> <SHA256>1b0f36be1045ff58cbb9c83743835367b860810f17f0195a4e093458b372020f</SHA256> <FileName>gcc-8.2.0.tar.gz</FileName> <FileSize>113811063</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd gcc-8.2.0 make -s -j \$NUM_CPU_JOBS 2>&1 echo \$? > ~/test-exit-status" > build-gcc chmod +x build-gcc
interim.sh
#!/bin/sh cd gcc-8.2.0 make distclean ./contrib/download_prerequisites ./configure --disable-multilib --enable-checking=release
post.sh
#!/bin/sh rm -rf gcc-8.2.0
pre.sh
#!/bin/sh rm -rf gcc-8.2.0 tar -xf gcc-8.2.0.tar.gz cd gcc-8.2.0 ./contrib/download_prerequisites ./configure --disable-multilib --enable-checking=release make defconfig make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Timed GCC Compilation</Title> <AppVersion>8.2</AppVersion> <Description>This test times how long it takes to build the GNU Compiler Collection (GCC).</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, BSD, macOS</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, bison, flex, gmp-library</ExternalDependencies> <ProjectURL>https://gcc.gnu.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>