| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:message-id:from:to:cc:references:in-reply-to | |
| :subject:date:mime-version:content-type | |
| :content-transfer-encoding; q=dns; s=default; b=sA5wf+OwKLV0sSqN | |
| Wfz72PqEt1YMpFc4OVBLKLwwwE6/nn5RWrUocigvb8pvcAxKGOzz6Diamzcjbq21 | |
| TJ/FssmmHhNFLfS+MFUAGcswMGM+KIv1ey8X5dbxKG7QSdBbie32sZFWemzC8LgH | |
| LBCAZMbgkmrqafpa+HLs3hVTrMk= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:message-id:from:to:cc:references:in-reply-to | |
| :subject:date:mime-version:content-type | |
| :content-transfer-encoding; s=default; bh=oyJzgc4BjBmI+0/ByPnpxV | |
| t/YSY=; b=MpU+ZjBGAftCdZK3OAmcDVnDD9dd9XV9v1koOURMgta25F/JJP6F7X | |
| y52UwFuVcGmIvLQvhxaI09I59ILCsV0un14Lj8EI8o4DO8jPt8fyCzRNWM5eKytr | |
| swuWMpk54kAh828roa64+p/hOWu2xEU706nWWQP37dwK2550cSCjg= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.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 |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
| X-HELO: | mail-wg0-f45.google.com |
| X-Received: | by 10.194.142.174 with SMTP id rx14mr27717984wjb.110.1421500230409; Sat, 17 Jan 2015 05:10:30 -0800 (PST) |
| Message-ID: | <54ba5f45.e495b40a.4c59.4607@mx.google.com> |
| X-Google-Original-Message-ID: | <0be001d03256$f43e1530$dcba3f90$@b DOT reynolds AT gmail DOT com> |
| From: | "Marc Reynolds" <marc DOT b DOT reynolds AT gmail DOT com> |
| To: | <gcc-bugs AT gcc DOT gnu DOT org>, <cygwin AT cygwin DOT com> |
| Cc: | "'Christoph Lauter'" <christoph DOT lauter AT lip6 DOT fr> |
| References: | <CAFnpKfakaez5xpSqBGr3X27_cv4M-pC7ZWkTZ90pEwPeQV+VOA AT mail DOT gmail DOT com> <5412AC16 DOT 3050503 AT lip6 DOT fr> <54acfb13 DOT 82aec20a DOT 4cb3 DOT 6875 AT mx DOT google DOT com> <54B39B02 DOT 6030402 AT inria DOT fr> <54b39d4e DOT ebbdc20a DOT 21b2 DOT 4718 AT mx DOT google DOT com> <54B780BC DOT 3090406 AT lip6 DOT fr> <54b816d3 DOT 6c47c20a DOT 3a84 DOT 4155 AT mx DOT google DOT com> <54B82131 DOT 2040208 AT lip6 DOT fr> <54b8dea9 DOT 8965b40a DOT 54f5 DOT ffffc0ef AT mx DOT google DOT com> <54B8E726 DOT 7060204 AT lip6 DOT fr> <54b8fbfd DOT 690cb50a DOT 2096 DOT ffffea7e AT mx DOT google DOT com> <54B8FF57 DOT 6080204 AT lip6 DOT fr> |
| In-Reply-To: | <54B8FF57.6080204@lip6.fr> |
| Subject: | gcc 4.9.2 cygwin64 internal error parsing decimal float point values |
| Date: | Sat, 17 Jan 2015 14:10:22 +0100 |
| MIME-Version: | 1.0 |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id t0HDB0iG007991 |
NOTE: I am not on neither of these mailing list so including me on any messages which might require further information
The precompiled binary installed from the package manager labeled "4.9.2-1".
The following program reproduces:
-----
int main()
{
float f = 1.17549435082228750797e-38F;
return f != 0x0.000002P-126f;
}
----
init2.c:37: MPFR assertion failed: (32 - 0) == ((32 - 0)/8) * 8 && sizeof(mp_limb_t) == ((32 - 0)/8)
test2.c: In function 'main':
test2.c:3:3: internal compiler error: Aborted
float f = 1.17549435082228750797e-38F;
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
----
For form sake: gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/4.9.2/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/gcc/gcc-4.9.2-1.x86_64/src/gcc-4.9.2/configure --srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-4.9.2-1.x86_64/src/gcc-4.9.2 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --enable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libada --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id
Thread model: posix
gcc version 4.9.2 (GCC)
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |