[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

2014-12-08 Thread fenixk19 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734 --- Comment #48 from Alexander Varnin --- Created attachment 34224 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34224&action=edit config.log for compiler with the bug Here is my config.log from cross compiler build.

[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

2014-12-04 Thread fenixk19 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734 --- Comment #45 from Alexander Varnin --- (In reply to Damien Buhl (daminetreg) from comment #44) While given test works properly with -latomic on my installation, my application doesn't. It fails with segfault in approximately half of launches.

[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

2014-12-04 Thread fenixk19 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734 --- Comment #43 from Alexander Varnin --- And I also confirm that adding -latomic to build options fixes the issue.

[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

2014-12-03 Thread fenixk19 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734 Alexander Varnin changed: What|Removed |Added CC||fenixk19 at mail dot ru --- Comment

[Bug fortran/47007] Values from namelist file should not depend on locale settings

2010-12-20 Thread fenixk19 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47007 --- Comment #14 from Alexander Varnin 2010-12-20 14:04:08 UTC --- There is internal variants of strtof/strtod/strtold/etc functions in glibc, that allow explicitly set locale of convertion. These functions are base for user variants of strto*. If

[Bug fortran/47007] Values from namelist file should not depend on locale settings

2010-12-19 Thread fenixk19 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47007 --- Comment #11 from Alexander Varnin 2010-12-19 18:04:04 UTC --- I was glad to help.

[Bug fortran/47007] Values from namelist file should not depend on locale settings

2010-12-19 Thread fenixk19 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47007 --- Comment #8 from Alexander Varnin 2010-12-19 14:13:24 UTC --- Created attachment 22821 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22821 Write namelist test case Here is also test case for writing namelist. It shows, that '.' is used

[Bug fortran/47007] Values from namelist file should not depend on locale settings

2010-12-19 Thread fenixk19 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47007 --- Comment #7 from Alexander Varnin 2010-12-19 13:58:35 UTC --- $ gfortran -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/d

[Bug fortran/47007] Values from namelist file should not depend on locale settings

2010-12-19 Thread fenixk19 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47007 --- Comment #6 from Alexander Varnin 2010-12-19 13:54:58 UTC --- Created attachment 22820 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22820 Test case

[Bug fortran/47007] New: Values from namelist file should not depend on locale settings

2010-12-18 Thread fenixk19 at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47007 Summary: Values from namelist file should not depend on locale settings Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Comp