[Bug tree-optimization/106458] [12/13 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-11-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |MOVED

[Bug c++/107539] [13 Regression] ICE, same canonical type node for different types with decltype inside an generic lambda inside a templated method of a templated class using a templated class argumen

2022-11-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107539 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Keywords|

[Bug c++/107539] internal compiler error: same canonical type node for different types

2022-11-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107539 --- Comment #3 from Andrew Pinski --- Created attachment 53837 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53837&action=edit reduced further Here is even more reduced testcase.

[Bug c++/107539] internal compiler error: same canonical type node for different types

2022-11-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107539 --- Comment #2 from Andrew Pinski --- Note the ICE only shows up with checking enabled. It is definitely a bug but one which most users won't see.

[Bug c++/107539] internal compiler error: same canonical type node for different types

2022-11-05 Thread franckbehaghel_gcc at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107539 --- Comment #1 from Franck Behaghel --- Created attachment 53836 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53836&action=edit main.cpp reduced testcase : g++ main.cpp main.cpp: In lambda function: main.cpp:222:61: internal compiler

[Bug c++/107539] New: internal compiler error: same canonical type node for different types

2022-11-05 Thread franckbehaghel_gcc at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107539 Bug ID: 107539 Summary: internal compiler error: same canonical type node for different types Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/107538] std::pow(10, std::complex(NaN, 1)) aborts with -D_GLIBCXX_ASSERTIONS

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107538 Jonathan Wakely changed: What|Removed |Added CC||gdr at gcc dot gnu.org --- Comment #2

[Bug libstdc++/107538] std::pow(10, std::complex(NaN, 1)) aborts with -D_GLIBCXX_ASSERTIONS

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107538 --- Comment #1 from Jonathan Wakely --- Taken from https://savannah.gnu.org/bugs/?55547#comment0 but I don't think anybody ever reported it here.

[Bug libstdc++/107538] New: std::pow(10, std::complex(NaN, 1)) aborts with -D_GLIBCXX_ASSERTIONS

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107538 Bug ID: 107538 Summary: std::pow(10, std::complex(NaN, 1)) aborts with -D_GLIBCXX_ASSERTIONS Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal

[Bug analyzer/94355] support for C++ new expression

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94355 --- Comment #14 from Jonathan Wakely --- (In reply to David Malcolm from comment #13) > (In reply to Jonathan Wakely from comment #10) > > [...snip...] > > > As already noted above, new can't return null here, and there is no > > dereference an

[Bug tree-optimization/106458] [12/13 Regression] glibc's malloc/tst-scratch_buffer.c test is miscompiled with gcc-12

2022-11-05 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106458 John David Anglin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/78352] GCC lacks support for the Apple "blocks" extension to the C family of languages

2022-11-05 Thread vital.had at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352 Sergey Fedorov changed: What|Removed |Added CC||vital.had at gmail dot com --- Comment

[Bug gcov-profile/107537] New: gcov skips throw/fallthrough annotations for 'never executed' branches

2022-11-05 Thread grregd at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107537 Bug ID: 107537 Summary: gcov skips throw/fallthrough annotations for 'never executed' branches Product: gcc Version: unknown Status: UNCONFIRMED Severity: norm

[Bug target/81036] -fcall-saved-X does not work for floating-point registers

2022-11-05 Thread 570070308 at qq dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81036 --- Comment #2 from 。 <570070308 at qq dot com> --- gcc 12.2 -fcall-saved-xmm0 not work too, target and host is x86-64.

[Bug ada/107536] New: [12 regression] Wrong 'not referenced' warning on renamed variable

2022-11-05 Thread simon at pushface dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107536 Bug ID: 107536 Summary: [12 regression] Wrong 'not referenced' warning on renamed variable Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug analyzer/94355] support for C++ new expression

2022-11-05 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94355 --- Comment #13 from David Malcolm --- (In reply to Jonathan Wakely from comment #10) [...snip...] > As already noted above, new can't return null here, and there is no > dereference anyway. And the pointer isn't leaked, but it seems maybe the

[Bug preprocessor/55971] Preprocessor macros with C++11 raw string literals fail to compile

2022-11-05 Thread lhyatt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55971 Lewis Hyatt changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug preprocessor/55971] Preprocessor macros with C++11 raw string literals fail to compile

2022-11-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55971 --- Comment #9 from CVS Commits --- The master branch has been updated by Lewis Hyatt : https://gcc.gnu.org/g:3ad2167bbac8ae83b1e91305b105ab5287bdac55 commit r13-3697-g3ad2167bbac8ae83b1e91305b105ab5287bdac55 Author: Lewis Hyatt Date: Wed Ju

[Bug middle-end/106811] GENERIC and GIMPLE IL undefined behavior needs documenting

2022-11-05 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106811 --- Comment #2 from rguenther at suse dot de --- On Wed, 2 Nov 2022, nunoplopes at sapo dot pt wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106811 > > Nuno Lopes changed: > >What|Removed |Added >

[Bug middle-end/106725] LTO semantics for __attribute__((leaf))

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106725 Richard Biener changed: What|Removed |Added Last reconfirmed||2022-11-05 Keywords|

[Bug libstdc++/105387] libstdc++: with -fno-rtti, pointer type info class incorrectly matches non-pointer type info classes

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105387 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug libstdc++/107525] propagate_const should not be using SFINAE on its conversion operators

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107525 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/105387] libstdc++: with -fno-rtti, pointer type info class incorrectly matches non-pointer type info classes

2022-11-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105387 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:b83f01d0057578ebc1785f858fbfd46cdc210560 commit r13-3696-gb83f01d0057578ebc1785f858fbfd46cdc210560 Author: Jakob Hasse <0xja...@u

[Bug libstdc++/107525] propagate_const should not be using SFINAE on its conversion operators

2022-11-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107525 --- Comment #10 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:7c6008e75df80607f8104e665e0448a0a9cbf85a commit r13-3695-g7c6008e75df80607f8104e665e0448a0a9cbf85a Author: Jonathan Wakely Date

[Bug c++/107514] quick crash of gcc due to noexcept specification

2022-11-05 Thread janezz55 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107514 --- Comment #3 from Janez Zemva --- Created attachment 53833 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53833&action=edit example

[Bug bootstrap/80677] LIMITS_H_TEST is wrong

2022-11-05 Thread helmut at subdivi dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80677 Helmut Grohne changed: What|Removed |Added CC||helmut at subdivi dot de --- Comment #3

[Bug c/41041] Documentation: -fwide-exec-charset defaults to UCS-4/UCS-2, not UTF-32/UTF-16

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41041 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|---

[Bug c/41041] Documentation: -fwide-exec-charset defaults to UCS-4/UCS-2, not UTF-32/UTF-16

2022-11-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41041 --- Comment #15 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:87b0935ed43d971a6eeebca963fb673628f138dd commit r10-11071-g87b0935ed43d971a6eeebca963fb673628f138dd Author: Jonathan Wak

[Bug c/41041] Documentation: -fwide-exec-charset defaults to UCS-4/UCS-2, not UTF-32/UTF-16

2022-11-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41041 --- Comment #14 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:ae31f6acb2cf9d43a265f42c12f95e4687ac1fa4 commit r11-10365-gae31f6acb2cf9d43a265f42c12f95e4687ac1fa4 Author: Jonathan Wak

[Bug c++/107535] New: Shouldn't -fvisibility=hidden hide C++17 inline static variables?

2022-11-05 Thread junchao.zhang at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107535 Bug ID: 107535 Summary: Shouldn't -fvisibility=hidden hide C++17 inline static variables? Product: gcc Version: 11.3.1 Status: UNCONFIRMED Severity: normal

[Bug c/41041] Documentation: -fwide-exec-charset defaults to UCS-4/UCS-2, not UTF-32/UTF-16

2022-11-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41041 --- Comment #13 from CVS Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:1342c7f46e6e3f8f29d7971531a0af18cd8429bc commit r12-8893-g1342c7f46e6e3f8f29d7971531a0af18cd8429bc Author: Jonathan Wake

[Bug c/41041] Documentation: -fwide-exec-charset defaults to UCS-4/UCS-2, not UTF-32/UTF-16

2022-11-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41041 --- Comment #12 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:e50ea3a42f058c14ee29327d5277ab0435e3d36b commit r13-3694-ge50ea3a42f058c14ee29327d5277ab0435e3d36b Author: Jonathan Wakely Date:

[Bug c++/107532] [13 Regression] -Werror=dangling-reference false positives in libcamera-0.0.1

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532 Richard Biener changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107516] [13 Regression] ICE with -fwide-exec-charset=latin1

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107516 Richard Biener changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107514] quick crash of gcc due to noexcept specification

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107514 Richard Biener changed: What|Removed |Added Last reconfirmed||2022-11-05 Ever confirmed|0

[Bug tree-optimization/107505] [13 Regression] ICE: verify_flow_info failed (error: returns_twice call is not first in basic block 2)

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107505 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug tree-optimization/107503] tail call missed with struct wrapper

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107503 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug tree-optimization/107499] [13 Regression] 433.milc regressed by 6-8% on zen3 at -O2 -flto

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107499 Richard Biener changed: What|Removed |Added Version|12.0|13.0 Keywords|

[Bug tree-optimization/107493] [13 Regression] Wrong code at -Os on x86_64-linux-gnu

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107493 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug middle-end/107485] [10 Regression] gcc-10 ICE with -fnon-call-exception

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107485 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug c++/107484] [13 Regression] ICE: Segmentation fault (in decls_match)

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107484 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Keywords|

[Bug rtl-optimization/107482] [10/11/12/13 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107482 Richard Biener changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug ada/107475] [10/11/12/13 Regression] libgnat fails to link libgnat.so on systems with older glibc on x86_64-linux-gnux32

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107475 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.5 Keywords|

[Bug tree-optimization/107467] [12/13 Regression] Miscompilation involing -Os , -flto and -fno-strict-aliasing

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107467 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug tree-optimization/107451] [11/12/13 Regression] Segmentation fault with vectorized code since r11-6434

2022-11-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107451 Jakub Jelinek changed: What|Removed |Added Summary|[11/12/13 Regression] |[11/12/13 Regression]

[Bug libstdc++/107466] [12/13 Regression] invalid -Wnarrowing error with std::subtract_with_carry_engine

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107466 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.3

[Bug c/107465] [10/11/12/13 Regression] Bogus warning: promoted bitwise complement of an unsigned value is always nonzero

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107465 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/107459] microblaze moddi3 implementation is buggy

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107459 Richard Biener changed: What|Removed |Added Keywords||wrong-code --- Comment #2 from Richard

[Bug target/107453] [13 Regression] New stdarg tests in r13-3549-g4fe34cdcc80ac2 fail

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107453 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Keywords|

[Bug tree-optimization/107451] [11/12/13 Regression] Segmentation fault with vectorized code.

2022-11-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107451 Richard Biener changed: What|Removed |Added Keywords||needs-bisection Status|NEW

[Bug analyzer/94355] support for C++ new expression

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94355 --- Comment #12 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #11) > Ideally it would have complained when we copied the pointer value in the > trivial copy constructor and didn't zero out the original. That shallow copy > wa

[Bug analyzer/107534] New: Analyzer should flag shallow copies of resources

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107534 Bug ID: 107534 Summary: Analyzer should flag shallow copies of resources Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/107453] New stdarg tests in r13-3549-g4fe34cdcc80ac2 fail

2022-11-05 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107453 Thomas Schwinge changed: What|Removed |Added Last reconfirmed|2022-10-31 00:00:00 |2022-11-5 CC|

[Bug c++/107531] List of references calls destructors, add warning?

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107531 --- Comment #5 from Jonathan Wakely --- Unsurprisingly, -fanalyzer doesn't say anything useful about this, because it doesn't support C++. PR 94355 tracks some of that (and the meta-bug that it blocks tracks more).

[Bug analyzer/94355] support for C++ new expression

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94355 --- Comment #11 from Jonathan Wakely --- If we add a real bug (making a shallow copy of the object, which shares the same heap pointer and then both destructors free the same one): struct S { S() { p = new int(); } ~S() { delete p; }

[Bug analyzer/94355] support for C++ new expression

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94355 --- Comment #10 from Jonathan Wakely --- struct S { S() { p = new int(); } ~S() { delete p; } int* p = nullptr; }; int main() { S s; } Everything the analyzer says is wrong :-) dest.C: In function ‘int main()’: dest.C:9:1: war

[Bug c++/107531] List of references calls destructors, add warning?

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107531 --- Comment #4 from Jonathan Wakely --- (In reply to nightstrike from comment #0) > Maybe adding something from -fsanitize=undefined would be an option? There's nothing undefined in your example. But if you actually allocate and free resources

[Bug c++/107531] List of references calls destructors, add warning?

2022-11-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107531 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/55157] Missed VRP with != 0 and multiply

2022-11-05 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55157 --- Comment #12 from Aldy Hernandez --- Created attachment 53831 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53831&action=edit solution improving MULT_EXPR range-ops Another solution is just improving the MULT_EXPR range-op entry. This

[Bug target/105929] [AArch64] armv8.4-a allows atomic stp. 64-bit constants can use 2 32-bit halves with _Atomic or volatile

2022-11-05 Thread ramana at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105929 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org Ev

[Bug debug/53135] Duplicates cause size explosion (vta/dwarf)

2022-11-05 Thread ramana at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 --- Comment #20 from Ramana Radhakrishnan --- (In reply to Jeffrey A. Law from comment #19) > I think it's just workaround that got installed in 2012, not a real fix. > Of course, 10 years later one could ask if the workaround has become the >

[Bug target/107533] New: Inefficient code sequence for fp16 testcase on aarch64

2022-11-05 Thread ramana at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107533 Bug ID: 107533 Summary: Inefficient code sequence for fp16 testcase on aarch64 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug target/92999] [armhf] struct with adjacent __fp16's copies wrongly

2022-11-05 Thread ramana at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92999 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|