]> git.ipfire.org Git - thirdparty/gcc.git/commit
New tests for parallel compilation feature
authorGiuliano Belinassi <giuliano.belinassi@usp.br>
Tue, 18 Aug 2020 19:52:39 +0000 (16:52 -0300)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Thu, 20 Aug 2020 19:51:07 +0000 (16:51 -0300)
commit07cbaed8ba7d1b6e4ab3a9f44175502a4e1ecdb1
tree4fba874f6b4245d04a97b5ad8359a2a12ff92545
parent1b821f7388f580ccde7484a223d8dcb881ba65c5
New tests for parallel compilation feature

Adds new tests for testing the parallel compilation engine.
They mainly test issues with regard to symbol promotion clash and
incorrect early assembler output.

2020-08-20  Giuliano Belinassi  <giuliano.belinassi@usp.br>

* gcc.dg/parallel-early-constant.c: New test.
* gcc.dg/parallel-static-1.c: New test.
* gcc.dg/parallel-static-2.c: New test.
* gcc.dg/parallel-static-clash-1.c: New test.
* gcc.dg/parallel-static-clash-aux.c: New test.
gcc/testsuite/gcc.dg/parallel-early-constant.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/parallel-static-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/parallel-static-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/parallel-static-clash-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/parallel-static-clash-aux.c [new file with mode: 0644]