[Bug inline-asm/50772] New: Inline assembler "A" constrain works non-expectedly on 64-bits target

2011-10-18 Thread vagran.ast at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50772 Bug #: 50772 Summary: Inline assembler "A" constrain works non-expectedly on 64-bits target Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRM

[Bug c++/54137] New: expected primary-expression error when accessing template method

2012-07-31 Thread vagran.ast at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54137 Bug #: 54137 Summary: expected primary-expression error when accessing template method Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED

[Bug c++/54137] expected primary-expression error when accessing template method

2012-07-31 Thread vagran.ast at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54137 --- Comment #2 from vagran 2012-07-31 11:46:02 UTC --- Thanks! Would be fine if the error message could contain the probable cause hint for this kind of error (if technically possible).

[Bug libstdc++/89118] New: Illegal memory access in codecvt::out()

2019-01-30 Thread vagran.ast at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: vagran.ast at gmail dot com Target Milestone: --- On Ubuntu 18.04.1 I try to compile and run example from https://en.cppreference.com/w/cpp/locale/codecvt/out under Valgrind. #include #include #include int main

[Bug libstdc++/89118] Illegal memory access in codecvt::out()

2019-01-30 Thread vagran.ast at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89118 --- Comment #1 from vagran --- If using std::locale::classic() it additionally does not return valid result as well. According to standard it should. See notes: https://en.cppreference.com/w/cpp/locale/locale/classic.

[Bug target/60336] empty struct value is passed differently in C and C++

2014-02-26 Thread vagran.ast at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 --- Comment #9 from vagran --- (In reply to Andrew Pinski from comment #7) > (In reply to H.J. Lu from comment #4) > > Is this test valid? BTW, clang works fine on x86. > > No this testcase is not valid at all. See > http://gcc.gnu.org/onlinedoc

[Bug c++/60336] empty struct value is passed differently in C and C++

2014-08-12 Thread vagran.ast at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 --- Comment #24 from vagran --- Just to be on a safe side, please, also do not forget that empty struct (or class) is really zero in the case when another structure (or class) is derived from it. For example, such test would be useful after fix: