[Bug middle-end/52999] [4.7/4.8 Regression] ICE, segmentation fault in c_tree_printer
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 24 09:36:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list