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.2.0
pts/build-gcc-1.2.0
- 20 March 2020 -
Update against GCC 9.3.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-9.3.0/gcc-9.3.0.tar.gz, ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-9.3.0/gcc-9.3.0.tar.gz, https://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.gz</URL> <MD5>9b7e8f6cfad96114e726c752935af58a</MD5> <SHA256>5258a9b6afe9463c2e56b9e8355b1a4bee125ca828b8078f910303bc2ef91fa6</SHA256> <FileName>gcc-9.3.0.tar.gz</FileName> <FileSize>124140238</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd gcc-9.3.0 make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > build-gcc chmod +x build-gcc
interim.sh
#!/bin/sh cd gcc-9.3.0 make distclean ./contrib/download_prerequisites ./configure --disable-multilib --enable-checking=release
post.sh
#!/bin/sh rm -rf gcc-9.3.0
pre.sh
#!/bin/sh rm -rf gcc-9.3.0 tar -xf gcc-9.3.0.tar.gz cd gcc-9.3.0 ./contrib/download_prerequisites ./configure --disable-multilib --enable-checking=release make defconfig make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Timed GCC Compilation</Title> <AppVersion>9.3.0</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>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.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>