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



On Apr 15, 2005, at 3:07 PM, 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.

This is PR 20673.


Thanks,
Andrew Pinski


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