[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-notify
Subject:    MinGW-notify digest, Vol 1 #780 - 2 msgs
From:       mingw-notify-request () lists ! sourceforge ! net
Date:       2004-04-22 3:05:34
Message-ID: E1BGUgc-0000cs-Tw () sc8-sf-list1 ! sourceforge ! net
[Download RAW message or body]

Send MinGW-notify mailing list submissions to
	mingw-notify@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
	mingw-notify-request@lists.sourceforge.net

You can reach the person managing the list at
	mingw-notify-admin@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-notify digest..."


This list is used to send updates of submitted patches, bug reports and file \
releases.  You are discouraged from posting to this list.  If you wish to unsubscribe \
you can do so at https://lists.sourceforge.net/lists/listinfo/mingw-notify.

Today's Topics:

   1. [ mingw-Bugs-939091 ] long double and masm=intel (SourceForge.net)
   2. [ mingw-Bugs-939155 ] -Wformat doesn't know %uI64 is for 64-bit, not %ull \
(SourceForge.net)

--__--__--

Message: 1
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Tue, 20 Apr 2004 23:43:11 -0700
Subject: [Mingw-notify] [ mingw-Bugs-939091 ] long double and masm=intel

Bugs item #939091, was opened at 2004-04-21 08:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=939091&group_id=2435

Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Frederic Marchal (fmarchal)
Assigned to: Danny Smith (dannysmith)
Summary: long double and masm=intel

Initial Comment:
The testing of long double is wrong when the
-masm=intel option is used.

Here is a sample code to demonstrate this:

#include <stdio.h>

int main (int argc,char *argv[])
{
long double Value=1.L;

if (Value==0.L) printf("This message should not be
displayed\n");
if (Value>0.L) printf("This message should be
displayed\n");
return(0);
}

When compiled with -masm=intel, the wrong message is
displayed when Value is a power of 2. If the -masm
option is removed, the program works fine. It seems
that the generated asm only tests the LSB of Value. I
don't know if it is a gcc issue or a mingw issue.

gcc version 3.3.1 (mingw special 20030804-1)
Thread model: win32
GNU ld version 2.13.90 20030111
OS: Win95
CPU: AMD K6-II



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=939091&group_id=2435


--__--__--

Message: 2
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 21 Apr 2004 02:01:24 -0700
Subject: [Mingw-notify] [ mingw-Bugs-939155 ] -Wformat doesn't know %uI64 is for \
64-bit, not %ull

Bugs item #939155, was opened at 2004-04-21 11:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=939155&group_id=2435

Category: gcc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Wim Heirman (wheirman)
Assigned to: Danny Smith (dannysmith)
Summary: -Wformat doesn't know %uI64 is for 64-bit, not %ull

Initial Comment:
In msvcrt, the length modifier in a printf()-format for 
long long datatypes is "I64", not "ll" like in glibc. However 
gcc doens't know this, and complains that the format 
string and arguments of a printf-function don't match.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=939155&group_id=2435



--__--__--

_______________________________________________
MinGW-notify mailing list
MinGW-notify@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-notify


End of MinGW-notify Digest


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic