[Bug libstdc++/119143] New: std::cyl_bessel_j incorrect result

2025-03-06 Thread matwey.kornilov at gmail dot com via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: matwey.kornilov at gmail dot com Target Milestone: --- Hello, I am running gcc-c++ 14.2.1 with libstdc++ and I've found that the following code works incorrectly: #include #include #include int main(int argc, char**

[Bug libstdc++/97570] New: avr-gcc: error: 'void* memalign' redeclared as different kind of entity

2020-10-25 Thread matwey.kornilov at gmail dot com via Gcc-bugs
ty: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: matwey.kornilov at gmail dot com Target Milestone: --- Hi, While I am trying to build avr-gcc from master with Freestanding C++ standard library on x86_64 host sys

[Bug target/96055] avr: atmega324pb not supported

2020-07-04 Thread matwey.kornilov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96055 --- Comment #2 from Matwey V. Kornilov --- (In reply to Andrew Pinski from comment #1) > Patches should be sent to gcc-patches@ after reading > https://gcc.gnu.org/contribute.html . Thanks. I did a month ago, but nobody has answered: https://gc

[Bug other/96055] New: avr: atmega324pb not supported

2020-07-04 Thread matwey.kornilov at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: matwey.kornilov at gmail dot com Target Milestone: --- Created attachment 48832 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48832&action=edit Patch to resolve the issue Hello, Currently, avr-gcc lacks support for Atme

[Bug c++/91940] New: __builtin_bswap16 loop optimization

2019-09-30 Thread matwey.kornilov at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: matwey.kornilov at gmail dot com Target Milestone: --- Created attachment 46984 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46984&action=edit code snippet Hello, I am using "gcc (SUSE Linux) 9.2.1 20190903 [

[Bug c++/47568] Name lookup: different behavior 4.1.2 / 4.5.0

2011-02-01 Thread matwey.kornilov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47568 --- Comment #3 from Matwey V. Kornilov 2011-02-01 15:24:30 UTC --- Thanks. What is its bugid? I didn't find something similar and then I filled this ticket. Probably I looked through not careful enough.

[Bug c++/47568] New: Name lookup: different behavior 4.1.2 / 4.5.0

2011-02-01 Thread matwey.kornilov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47568 Summary: Name lookup: different behavior 4.1.2 / 4.5.0 Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassi