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] |
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.
Thanks, Andrew Pinski
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |