[Bug c++/105852] [13 Regression] ice in instantiate_decl

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105852 Andrew Pinski changed: What|Removed |Added Version|12.0|13.0 Target Milestone|---

[Bug tree-optimization/87633] [9 Regression] ice in compare_range_wit h_value, at vr-values.c:1702

2022-06-04 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87633 --- Comment #14 from David Binderman --- (In reply to Andrew Pinski from comment #13) > Please file this as a seperate bug as it is a different bug. Done. # 105852.

[Bug c/105852] New: ice in instantiate_decl

2022-06-04 Thread dcb314 at hotmail dot com via Gcc-bugs
528.asan.ubsan/bin/gcc -c -w -O1 bug469.cc $ /home/dcb/gcc/results.20220604.asan.ubsan/bin/gcc -c -w -O1 bug469.cc In file included from ../deps/v8/src/handles.h:8, from ../deps/v8/src/builtins.h:9, from ../deps/v8/src/builtins.cc:5: ../deps/v8/include/v8.h:8013:22: inter

[Bug c++/105851] Error: "Duplicate key positions selected" when recreating cfns.h

2022-06-04 Thread qcorba at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105851 --- Comment #2 from Eric Tang --- (In reply to Andrew Pinski from comment #1) > GCC 5.x is no longer maintained. Does this work in GCC 10 or above? GCC 10 > is the oldest release which is still being maintained. I checked that file

[Bug c++/105851] Error: "Duplicate key positions selected" when recreating cfns.h

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105851 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug c++/105851] New: Error: "Duplicate key positions selected" when recreating cfns.h

2022-06-04 Thread qcorba at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105851 Bug ID: 105851 Summary: Error: "Duplicate key positions selected" when recreating cfns.h Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/105847] namelist-object-name can be a renamed host associated entity

2022-06-04 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105847 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org

[Bug c++/105848] [12 Regression] undefined reference for default template argument of function type

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105848 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/80331] unused const std::string not optimized away

2022-06-04 Thread hiraditya at msn dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80331 --- Comment #9 from AK --- can't repro this with gcc 12.1 Seems like this is fixed? https://godbolt.org/z/e6n94zK4E

[Bug tree-optimization/105830] call to memcpy when -nostdlib -nodefaultlibs flags provided

2022-06-04 Thread hiraditya at msn dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105830 --- Comment #3 from AK --- with -ffreestanding the calls to memcpy did disappear. Thanks.

[Bug tree-optimization/87633] [9 Regression] ice in compare_range_wit h_value, at vr-values.c:1702

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
$ /home/dcb/gcc/results.20220604.asan.ubsan/bin/gcc -c -w -O2 bug469.cc > In file included from ../deps/v8/src/handles.h:8, > from ../deps/v8/src/builtins.h:9, > from ../deps/v8/src/builtins.cc:5: > ../deps/v8/include/v8.h:8013:22: internal compile

[Bug target/105753] [avr] ICE: in add_clobbers, at config/avr/avr-dimode.md:2705

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105753 Andrew Pinski changed: What|Removed |Added CC||jm.premesnil at free dot fr ---

[Bug target/105850] Erreur de compilation pour la carte Arduino Mega or Mega 2560

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105850 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug preprocessor/105850] New: Erreur de compilation pour la carte Arduino Mega or Mega 2560

2022-06-04 Thread jm.premesnil at free dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105850 Bug ID: 105850 Summary: Erreur de compilation pour la carte Arduino Mega or Mega 2560 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/87633] [9 Regression] ice in compare_range_wit h_value, at vr-values.c:1702

2022-06-04 Thread dcb314 at hotmail dot com via Gcc-bugs
|--- --- Comment #12 from David Binderman --- Seems to be broken again sometime between git hash 919822adc923b00e and aec868578d851576. $ /home/dcb/gcc/results.20220528.asan.ubsan/bin/gcc -c -w -O2 bug469.cc $ /home/dcb/gcc/results.20220604.asan.ubsan/bin/gcc -c -w -O2 bug469

[Bug c++/105846] [C++2b] constexpr unique_ptr doesn't work with virtual types

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105846 --- Comment #4 from Andrew Pinski --- Can you please attach (or put the testcases inline) instead of linking to godbolt next time?

[Bug c++/105846] [C++2b] constexpr unique_ptr doesn't work with virtual types

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105846 --- Comment #3 from Andrew Pinski --- Created attachment 53084 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53084=edit Second example -std=c++20

[Bug c++/105846] constexpr unique_ptr doesn't work with virtual types

2022-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105846 --- Comment #2 from Andrew Pinski --- Created attachment 53083 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53083=edit test.cc

[Bug c/105849] New: A couple of new clang warnings

2022-06-04 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105849 Bug ID: 105849 Summary: A couple of new clang warnings Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/105848] New: undefined reference for default template argument of function type

2022-06-04 Thread dk.1995-fast at yandex dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105848 Bug ID: 105848 Summary: undefined reference for default template argument of function type Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal

[Bug target/105738] asan error during bootstrap

2022-06-04 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105738 --- Comment #3 from David Binderman --- I think if the problem has gone away, then it looks like clang is miscompiling. Not a problem in gcc, then. I think this bug can be closed.

[Bug fortran/105847] namelist-object-name can be a renamed host associated entity

2022-06-04 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105847 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/105847] namelist-object-name can be a renamed host associated entity

2022-06-04 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105847 kargl at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2022-06-04

[Bug fortran/105847] New: namelist-object-name can be a renamed host associated entity

2022-06-04 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105847 Bug ID: 105847 Summary: namelist-object-name can be a renamed host associated entity Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug c++/105846] constexpr unique_ptr doesn't work with virtual types

2022-06-04 Thread benni at stuerz dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105846 --- Comment #1 from Benjamin Stürz --- This bug goes (at least) as far back as GCC 10.1.0. It also happens on ARM/ARM64 btw. Improved Example: https://godbolt.org/z/PPfG9Eqvc

[Bug c++/105846] New: constexpr unique_ptr doesn't work with virtual types

2022-06-04 Thread benni at stuerz dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105846 Bug ID: 105846 Summary: constexpr unique_ptr doesn't work with virtual types Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/105739] [10 Regression] Miscompilation of Linux kernel update.c

2022-06-04 Thread hubicka at kam dot mff.cuni.cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105739 --- Comment #7 from hubicka at kam dot mff.cuni.cz --- > Honza, any estimate how long this could take? I'd prefer to wait with 10.4 > for > it if it isn't going to take too long. I am at a conference this week with talk at Wednesday. I will

[Bug c++/58601] [meta-bug] alignas

2022-06-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601 Bug 58601 depends on bug 69585, which changed state. Bug 69585 Summary: [C++ 11] parser errors mixing alignas, C++ 11 and GNU attributes on class declaration https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69585 What|Removed

[Bug c++/69585] [C++ 11] parser errors mixing alignas, C++ 11 and GNU attributes on class declaration

2022-06-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69585 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/69585] [C++ 11] parser errors mixing alignas, C++ 11 and GNU attributes on class declaration

2022-06-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69585 --- Comment #4 from CVS Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:aec868578d8515763d75693c1fdfbc30ff0a1e68 commit r13-991-gaec868578d8515763d75693c1fdfbc30ff0a1e68 Author: Marek Polacek Date: Thu

[Bug c++/102399] Cannot mix GCC and C++11 / C23 attribute syntax

2022-06-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102399 --- Comment #2 from CVS Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:aec868578d8515763d75693c1fdfbc30ff0a1e68 commit r13-991-gaec868578d8515763d75693c1fdfbc30ff0a1e68 Author: Marek Polacek Date:

[Bug tree-optimization/105830] call to memcpy when -nostdlib -nodefaultlibs flags provided

2022-06-04 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105830 Roger Sayle changed: What|Removed |Added CC||roger at nextmovesoftware dot com ---

[Bug middle-end/95126] [10/11/12/13 Regression] Missed opportunity to turn static variables into immediates

2022-06-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95126 --- Comment #8 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:ed6fd2aed58f2cca99f15331bf68999c0e6df370 commit r13-990-ged6fd2aed58f2cca99f15331bf68999c0e6df370 Author: Roger Sayle Date: Sat

[Bug target/105791] [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with -mxop

2022-06-04 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105791 Roger Sayle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/101617] a ? -1 : 1 -> (-(type)a) | 1

2022-06-04 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101617 Roger Sayle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|---

[Bug target/70321] [10/11/12/13 Regression] STV generates less optimized code

2022-06-04 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70321 Roger Sayle changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/105825] [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with -mavx

2022-06-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105825 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:53718316afa45eb0d1c236fbbf2fc0959b08510f commit r13-989-g53718316afa45eb0d1c236fbbf2fc0959b08510f Author: Jakub Jelinek Date:

[Bug libstdc++/105845] New: Provide a name mangling facility

2022-06-04 Thread eyalroz1 at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105845 Bug ID: 105845 Summary: Provide a name mangling facility Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug libstdc++/105844] std::lcm(50000, 49999) is UB but accepted in a constexpr due to cast to unsigned

2022-06-04 Thread goswin-v-b at web dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105844 --- Comment #3 from Goswin von Brederlow --- Created attachment 53082 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53082=edit Working patch for detecting UB This will abort if the arguments are too large instead of static_assert, best