[Bug libstdc++/69486] New: Strange behaviour of bitset and c++11

2016-01-26 Thread boris at dolgov dot name
++ Assignee: unassigned at gcc dot gnu.org Reporter: boris at dolgov dot name Target Milestone: --- Hello! When I try to compile the following program #include std::bitset<2147483648> b; int main() {} cc1plus tries to eat all available memory and hangs. Compilation c

[Bug c++/60514] New: SFINAE using decltype fails

2014-03-13 Thread boris at dolgov dot name
++ Assignee: unassigned at gcc dot gnu.org Reporter: boris at dolgov dot name Hello! Looks like there are some problems with SFINAE when calling an overloaded function from template function. Please, see the following code: #include vector using namespace std; struct X { void x

[Bug translation/57722] New: Floating point problems when building with no-sse and no-mmx

2013-06-26 Thread boris at dolgov dot name
Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: boris at dolgov dot name Hi! I want to prevent gcc from generating code with xmm registers on 64bit system. I use -mno-sse and -mno-mmx flags to achieve this. But when the program

[Bug libstdc++/49553] New: mt19937 number generator is broken on 64bit systems

2011-06-27 Thread boris at dolgov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49553 Summary: mt19937 number generator is broken on 64bit systems Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: libstdc++

[Bug libstdc++/49553] mt19937 number generator is broken on 64bit systems

2011-06-27 Thread boris at dolgov dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49553 --- Comment #1 from Boris Dolgov boris at dolgov dot name 2011-06-27 21:40:09 UTC --- Created attachment 24610 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24610 Replace magic numbers to __WORDSIZE and __WORDSIZE-1 The attached patch

[Bug c++/45284] New: sort accesses memory before first iterator

2010-08-14 Thread boris at dolgov dot name
-- Summary: sort accesses memory before first iterator Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: boris at dolgov dot

[Bug c++/45284] sort accesses memory before first iterator

2010-08-14 Thread boris at dolgov dot name
--- Comment #1 from boris at dolgov dot name 2010-08-14 07:37 --- Created an attachment (id=21476) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21476action=view) The array, where sort fails -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45284