From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75503 invoked by alias); 20 Oct 2015 15:35:36 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 75445 invoked by uid 48); 20 Oct 2015 15:35:29 -0000 From: "josephpattara at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc Date: Tue, 20 Oct 2015 15:35:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: josephpattara at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg01638.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #13 from Joseph John --- Yes. i also tried without the mlp64 option both for building the 4.7.4 and also for building the 4.9.2 using the 4.7.4 but again I have the same issue. Means. * 4.7.4 build is successful. * 4.9.2 build fails at libstdc++-v3 as below. /home/jjohn/hpux/gcc_492/gcc_build/ia64-hp-hpux11.31/libstdc++-v3/include/type_traits:471:60: error: template argument 1 is invalid /home/jjohn/hpux/gcc_492/gcc_build/ia64-hp-hpux11.31/libstdc++-v3/include/type_traits:479:62: error: template argument 1 is invalid /home/jjohn/hpux/gcc_492/gcc_build/ia64-hp-hpux11.31/libstdc++-v3/include/type_traits:483:63: error: template argument 1 is invalid In file included from /home/jjohn/hpux/gcc_492/gcc-4.9.2/libstdc++-v3/include/precompiled/stdc++.h:103:0: /home/jjohn/hpux/gcc_492/gcc_build/ia64-hp-hpux11.31/libstdc++-v3/include/future:1509:5: error: looser throw specifier for 'virtual std::__future_base::_Async_state_commonV2::~_Async_state_commonV2()' /home/jjohn/hpux/gcc_492/gcc_build/ia64-hp-hpux11.31/libstdc++-v3/include/future:316:15: error: overriding 'virtual std::__future_base::_State_baseV2::~_State_baseV2() noexcept (true)' In file included from /home/jjohn/hpux/gcc_492/gcc_build/ia64-hp-hpux11.31/libstdc++-v3/include/regex:57:0, from /home/jjohn/hpux/gcc_492/gcc-4.9.2/libstdc++-v3/include/precompiled/stdc++.h:108: /home/jjohn/hpux/gcc_492/gcc_build/ia64-hp-hpux11.31/libstdc++-v3/include/bits/regex_automaton.h:159:24: error: 'std::__detail::_NFA_base::_NFA_base' names constructor Makefile:1596: recipe for target 'ia64-hp-hpux11.31/bits/stdc++.h.gch/O2ggnu++0x.gch' failed make[5]: *** [ia64-hp-hpux11.31/bits/stdc++.h.gch/O2ggnu++0x.gch] Error 1 make[5]: Leaving directory '/home/jjohn/hpux/gcc_492/gcc_build/ia64-hp-hpux11.31/libstdc++-v3/include' The reason I went with using the mpl64 option was with out that option when I was doing a 4.9.2 building using the GCC 4.2.3 which was available by default I was getting the linker issue which is specified in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577. The only way I got get pass the linker errro just after the libbackend.a creation was using the -mlp64 option for 4.9.2 build. Were you successful in making the 4.9.2 build?