[Bug libgcc/61546] MINGW : __int64 is #define'd as 'long long'

2014-06-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61546 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libgcc/61546] MINGW : __int64 is #define'd as 'long long'

2014-06-18 Thread baskanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61546 --- Comment #2 from Anton Baskanov baskanov at gmail dot com --- (In reply to Richard Biener from comment #1) Well, long long(123456789012345678); isn't valid C++. Either use cast syntax or provide a typedef. Yes, you are right, but

[Bug libgcc/61546] MINGW : __int64 is #define'd as 'long long'

2014-06-18 Thread sezeroz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61546 Ozkan Sezer sezeroz at gmail dot com changed: What|Removed |Added CC||sezeroz at gmail

[Bug libgcc/61546] MINGW : __int64 is #define'd as 'long long'

2014-06-18 Thread baskanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61546 --- Comment #4 from Anton Baskanov baskanov at gmail dot com --- (In reply to Ozkan Sezer from comment #3) (In reply to Anton Baskanov from comment #2) why libgcc uses #define for __int64 instead of typedef? MinGW and MinGW-w64 use