delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | Kovarththanan Rajaratnam <krj AT rajaratnam DOT dk> |
Subject: | Re: Endianess not declared |
Date: | Mon, 15 Jan 2007 18:02:32 +0100 |
Lines: | 25 |
Message-ID: | <eogc33$6c1$1@sea.gmane.org> |
References: | <eodh10$ev1$1 AT sea DOT gmane DOT org> <012301c737f1$5bbf05c0$a501a8c0 AT CAM DOT ARTIMI DOT COM> |
Mime-Version: | 1.0 |
User-Agent: | Thunderbird 1.5.0.9 (Windows/20061207) |
In-Reply-To: | <012301c737f1$5bbf05c0$a501a8c0@CAM.ARTIMI.COM> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Hello Dave Dave Korn wrote: > That's odd. I'm guessing 'sparse' is some kind of source code parser? For > whatever reason, the version of ieeefp.h in my cygwin installation doesn't > include any related #warning or #error. Is sparse somehow generating that > itself? Yeah, the Linux guys use it in order to track down bugs. AFAICT, Sparse doesn't change the header files, so I'm a little puzzled by the fact that your version doesn't include the #error directive at the end. > Not all built-in #defines come from the specs. For the canonical list of > built-in definitions, which vary slightly between C and C++, use: > > gcc -x c -E -dM - < /dev/null > > g++ -x c++ -E -dM - < /dev/null Thanks. That revealed many #define's that I wasn't aware of. I will try and apply them and see how far that gets me. -- Best Regards Kovarththanan Rajaratnam -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |