On Sat, May 30, 2015 at 9:44 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > "H.J. Lu" <hjl.to...@gmail.com> writes: > >> There is no harm and the message is gone in stage 2 and 3, >> We can treat it the same as other spurious messages from the >> bootstrap compiler. > > But you still need to fix the first test, since it doesn't test > anything. >
What is wrong with it? Its purpose is to always compile GCC without PIE. If the bootstrap compiler allows -fno-PIE, we add it. Does the test pass when the bootstrap compiler errors on -fno-PIE? -- H.J.