http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52999
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-04-24 09:35:53 UTC --- (In reply to comment #6) > This occurs in default_elf_select_section. For example, You are looking at wrong spot. What happens on this testcase is default_elf_select_rtx_section and the PA specific part of that is just that PA needs any constants that need relocations pushed into the constant pool, other targets don't.