This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PCH failures on sparc64-*-linux


David S. Miller wrote:
Because sparc_hard_reg_printed is not marked GTY(()), we output
.register directives multiple times when using precompiled headers.
This causes the static-[123] PCH test assembler comparisons to fail.

This failure does not show up on Solaris targets only because the
-mno-app-reg option is the default there, so .register directives
are not usually output unless this setting is changed on the command
line.

Mark, ok for 4.0.0?

Yes, thanks.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]