Open Bug 510493 Opened 15 years ago Updated 2 years ago

printf: s/%I64d/%lld/g, when we drop support for VC++ 7.1

Categories

(Core :: General, defect)

x86
Windows 2000
defect

Tracking

()

UNCONFIRMED

People

(Reporter: sgautherie, Unassigned)

References

()

Details

(While working on bug 509747,)

I noticed my Windows 2000 + VC++ 2005/v8 Express + PlatformSDK 2003R2
seem to support %lld just the same as %I64d.

***

http://msdn.microsoft.com/en-us/library/tcxf1dw6(VS.71).aspx
Microsoft Visual Studio 2003/.Net Framework 1.1
supports "I64" only :-(

http://msdn.microsoft.com/en-us/library/tcxf1dw6(VS.80).aspx
Microsoft Visual Studio 2005/.Net Framework 2.0
support "ll" :-)

***

Currently, "Found 16 matching lines in 7 files".
Flags: in-testsuite-
Target Milestone: Future → ---
Depends on: 610936
Severity: trivial → S4
You need to log in before you can comment on or make changes to this bug.