From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 816 invoked by alias); 8 Jul 2003 16:01:13 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 809 invoked by uid 48); 8 Jul 2003 16:01:12 -0000 Date: Tue, 08 Jul 2003 16:01:00 -0000 Message-ID: <20030708160112.808.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030708141022.11466.Goeran.Jerke@de.bosch.com> References: <20030708141022.11466.Goeran.Jerke@de.bosch.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11466] '-mlittle-endian' doesn't work with GCC3.2.3 under Solaris 2.x X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg00818.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11466 bangerth at dealii dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at libertysurf dot | |fr Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2003-07-08 16:01:12 date| | ------- Additional Comments From bangerth at dealii dot org 2003-07-08 16:01 ------- OK, I did some archeology -- these options have been listed in invoke.texi since the very first revision of this file under doc/invoke.texi. Before that, the file existed in the gcc subdirectory, and there, the option description dates back to the very first version, checked in by Jeff Law in August 1997. So I guess these things predate the egcs era. Eric, you have recently done all the sparc stuff. The compiler just complains that this option doesn't exist, even if I give -mcpu=ultrasparc so I guess the manual is plain wrong, or what is the answer. I admit that the manual is at least a) inconsisten (w.r.t. option summary and the sparc option listing) and b) confusing (w.r.t. which cpu switch has to be given to allow -mlittle-endian). What do you suggest? W.