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: PA HP-UX 11.23 64-bit configuration; HP-UX iconv bug


Joseph S. Myers wrote:

The first patch here XFAILs these tests on *-*-hpux11.23. This target choice is because in the expectation that the bug will be fixed in future versions and that the IA64 configuration will be made consistent with the PA configuration so exposing the iconv problem there. OK to commit to mainline and 4.0 branch? (The testsuite output still gives WARNING for the tests failing to produce an executable, but no longer produces FAIL.)

OK.


Second, the configuration header pa/pa-hpux1111.h is for HP-UX 11.11 or later (not just exactly 11.11) on PA. The configuration for 32-bit PA uses it properly on *-*-hpux11.[1-9]*. The 64-bit configuration however only uses it for *-*-hpux11.11. This patch fixes the 64-bit configuration to be consistent with the 32-bit configuration. For some reason this consistency includes consistency of iconv-related testcase failures.

Bootstrapped on hppa64-hp-hpux11.23 with the only "regressions" being
that the expected failures discussed above and caused by an iconv bug
now appear on this target.  OK to commit to mainline and 4.0 branch?
(This is a regression in that there was no such inconsistency in 3.4
where there is no special header pa-hpux1111.h.)

OK.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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