From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11337 invoked by alias); 22 Oct 2013 08:21:15 -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 11255 invoked by uid 48); 22 Oct 2013 08:21:09 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/58833] RFE: 64-bit native compiler on Solaris Date: Tue, 22 Oct 2013 08:21:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.8.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: NEW 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: bug_status cf_reconfirmed_on cc everconfirmed bug_severity 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: 2013-10/txt/msg01576.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58833 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-10-22 CC| |ebotcazou at gcc dot gnu.org Ever confirmed|0 |1 Severity|normal |enhancement --- Comment #1 from Eric Botcazou --- > Would it be possible for GCC in Solaris to auto-configure itself as a 64-bit > native compiler by default (instead of the current 32-bit native compiler > default)? The decision was made years ago not to do so, at least on SPARC, because the 64-bit compiler was measurably slower than the 32-bit compiler. > The output of `uname -p` in Solaris is always 'i386' or 'sparc', regardless > of whether or not the kernel is 32-bit or 64-bit. In Solaris 11 and later, > kernels are 64-bit only, so the output of `uname -p` does not really reflect > reality. Given that the 32-bit compiler is biarch by default, at least on SPARC, I'm not sure there is really an incentive for switching to 64-bit by default.