This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH 0/2] MIPS/GCC/testsuite: Fixes for data-sym-pool.c
- From: "Maciej W. Rozycki" <macro at mips dot com>
- To: Catherine Moore <clm at codesourcery dot com>, Matthew Fortune <Matthew dot Fortune at mips dot com>
- Cc: Paul Hua <paul dot hua dot gm at gmail dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 11 Apr 2018 14:51:30 +0100
- Subject: [PATCH 0/2] MIPS/GCC/testsuite: Fixes for data-sym-pool.c
Hi,
Paul has recently reported a regression test failure with data-sym-pool.c
at -O0 in his configuration. After some tweaking I was able to reproduce
it with mine. I also realised we need an n64 variant, hence this has
become a mini patch series.
As these changes are test suite updates only, not affecting code
generation in any way and so limited in scope, I propose to have them
included in GCC 8 despite it being so close to release.
See individual changes for details.
Maciej