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 PR 33168


>>>>> Jakub Jelinek writes:

Jakub> The patch as committed unfortunately returns true if any of
Jakub> the compare_section_name calls returns false, i.e. always
Jakub> for any VAR_DECL with DECL_SECTION_NAME (decl) != NULL.

Jakub> I'll commit the following fix as obvious when my bootstrap/regression
Jakub> testing completes.

Jakub> 2007-08-30  Jakub Jelinek  <jakub@redhat.com>

Jakub> PR target/33168
Jakub> * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Return
Jakub> true if any of the compare_section_name calls returned true,
Jakub> rather than if any returned false.


Thanks,
David


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