[Bug c++/99940] New: segmentation error

2021-04-06 Thread timburk at live dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99940 Bug ID: 99940 Summary: segmentation error Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unas

[Bug target/99941] New: m_ALDERLAKE is missing from m_CORE_AVX2

2021-04-06 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99941 Bug ID: 99941 Summary: m_ALDERLAKE is missing from m_CORE_AVX2 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug libstdc++/99942] New: [8/9/10/11 Regression] COW std::string::data() is noexcept but can throw

2021-04-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99942 Bug ID: 99942 Summary: [8/9/10/11 Regression] COW std::string::data() is noexcept but can throw Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/99942] [8/9/10/11 Regression] COW std::string::data() is noexcept but can throw

2021-04-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99942 Jonathan Wakely changed: What|Removed |Added Known to work||7.3.0, 8.1.0 Target Milestone|---

[Bug target/99872] [11 Regression] optimizations sometimes lead to missing asm prefixes

2021-04-06 Thread jyong at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99872 --- Comment #5 from jyong at gcc dot gnu.org --- I'll test out the patch soon.

[Bug target/99781] [11 Regression] ICE in partial_subreg_p, at rtl.h:3144

2021-04-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99781 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/99912] Unnecessary / inefficient spilling of AVX2 ymm registers

2021-04-06 Thread schnetter at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99912 --- Comment #5 from Erik Schnetter --- As you suggested, the problem is probably not caused by register spills, but by stores into a struct that are not optimized away. In this case, the respective struct elements are unused in the code. I trace

[Bug fortran/99922] Bind(C) with assumed length character should work

2021-04-06 Thread everythingfunctional at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99922 --- Comment #2 from Brad Richardson --- Output from compiling and running with Intel: [pop-os:~/tmp/c_string_interop] ifort -V Intel(R) Fortran Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.2.0 Build 20210228

[Bug bootstrap/99920] [10 regression] ICE building gcc 10 on power 7 BE

2021-04-06 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99920 --- Comment #7 from seurer at gcc dot gnu.org --- I will try to recreate but I got rid of the old build compiler. It was a leftover from some work many years ago and I had forgotten I was even using it.

[Bug target/99905] [8/9/10/11 Regression] wrong code with -mno-mmx -mno-sse since r7-4540-gb229ab2a712ccd44

2021-04-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99905 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug rtl-optimization/99930] Failure to optimize floating point -abs(x) in nontrivial code at -O2/3

2021-04-06 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99930 --- Comment #3 from Segher Boessenkool --- What happens here is https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/combine.c;h=3294575357bfcb19e589868da34364498a860dcf;hb=HEAD#l1884 "*2_1" for absneg:MODEF has a bare "use". And then we trigger

[Bug bootstrap/99920] [10 regression] ICE building gcc 10 on power 7 BE

2021-04-06 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99920 --- Comment #8 from seurer at gcc dot gnu.org --- It is during stage1 and I was able to recreate using the system distro compiler, gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux). I will bisect on the .o's now. FWIW here is a lis

[Bug d/99917] gcc/d/dmd/mtype.c:5223: missing call to va_end ?

2021-04-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99917 --- Comment #2 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:d48f87d5c1927b1bf2009af3251fe8757e823713 commit r11-8016-gd48f87d5c1927b1bf2009af3251fe8757e823713 Author: Iain Buclaw Date: Tue Ap

[Bug d/99917] gcc/d/dmd/mtype.c:5223: missing call to va_end ?

2021-04-06 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99917 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug other/89863] [meta-bug] Issues in gcc that other static analyzers (cppcheck, clang-static-analyzer, PVS-studio) find that gcc misses

2021-04-06 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89863 Bug 89863 depends on bug 99917, which changed state. Bug 99917 Summary: gcc/d/dmd/mtype.c:5223: missing call to va_end ? https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99917 What|Removed |Added ---

[Bug target/99872] [11 Regression] optimizations sometimes lead to missing asm prefixes

2021-04-06 Thread jyong at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99872 --- Comment #6 from jyong at gcc dot gnu.org --- I can confirm the symbols are correctly generated regardless of -fno-leading-underscore or not, the internal symbols are no longer emitted as undefined after assembly. GCC can also finish building

[Bug c++/99901] [8/9/10/11 Regression] static const class var implemented with constexpr doesn't emit symbols in C++17 mode

2021-04-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99901 --- Comment #2 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:8685348075d91945066dea9b564bd42cbc1d22bd commit r11-8017-g8685348075d91945066dea9b564bd42cbc1d22bd Author: Jason Merrill Date: Tu

[Bug c++/99901] [8/9/10 Regression] static const class var implemented with constexpr doesn't emit symbols in C++17 mode

2021-04-06 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99901 Jason Merrill changed: What|Removed |Added Known to work||11.0 Keywords|wrong-code

[Bug tree-optimization/99943] New: wrong code at -Os

2021-04-06 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
-pc-linux-gnu Configured with: ../gcc-trunk/configure --disable-bootstrap --prefix=/local/suz-local/software/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib --with-system-zlib Thread model: posix Supported LTO compression algorithms: zlib gcc version 11.0.1 20210406

[Bug c++/99909] The value of 'std::is_integral_v' is not usable in a constant expression

2021-04-06 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99909 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org Last reconfir

[Bug c++/96673] [8/9/10/11 Regression] Friend class with templates and default constructor not recognized in C++14 or later

2021-04-06 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96673 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org Assig

[Bug c++/96873] Internal compiler error in alias_ctad_tweaks

2021-04-06 Thread johelegp at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96873 Johel Ernesto Guerrero Peña changed: What|Removed |Added CC||johelegp at gmail dot com

[Bug tree-optimization/99943] [11 Regression] wrong code at -Os

2021-04-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99943 Jakub Jelinek changed: What|Removed |Added Last reconfirmed||2021-04-06 Summary|wrong code

[Bug tree-optimization/99927] [11 Regression] Maybe wrong code since r11-39-gf9e1ea10e657af9f

2021-04-06 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99927 --- Comment #9 from Segher Boessenkool --- (In reply to Jakub Jelinek from comment #5) > But what is wrong is that try_combine has been called at all, because > (reg:CCZ 17 flags) is used in 3 instructions rather than just one. That is not a pro

[Bug middle-end/88518] Function call defeats -Wuninitialized

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88518 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Last reconfirmed|

[Bug middle-end/60488] missing uninitialized warning (address taken, VOP)

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60488 Martin Sebor changed: What|Removed |Added CC||matthew at wil dot cx --- Comment #10 fro

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 88518, which changed state. Bug 88518 Summary: Function call defeats -Wuninitialized https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88518 What|Removed |Added --

[Bug tree-optimization/99927] [11 Regression] Maybe wrong code since r11-39-gf9e1ea10e657af9f

2021-04-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99927 --- Comment #10 from Jakub Jelinek --- (In reply to Segher Boessenkool from comment #9) > So something earlier is bad already. Yes, see #c7 and #c8.

[Bug tree-optimization/89697] SRA prevents -Wuninitialized warning

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89697 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Known to f

[Bug middle-end/88897] Bogus maybe-uninitialized warning on class field (missed CSE)

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Known to f

[Bug c++/96673] [8/9/10/11 Regression] Friend class with templates and default constructor not recognized in C++14 or later

2021-04-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96673 --- Comment #3 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:de03b82f3ca9103eba3699d1dc91b1d0ee1f16cb commit r11-8018-gde03b82f3ca9103eba3699d1dc91b1d0ee1f16cb Author: Jason Merrill Date: Tu

[Bug c++/96673] [8/9/10 Regression] Friend class with templates and default constructor not recognized in C++14 or later

2021-04-06 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96673 Jason Merrill changed: What|Removed |Added Known to work||11.0 Summary|[8/9/10/11 Regre

[Bug middle-end/88897] [9/10/11 Regression] Bogus maybe-uninitialized warning on class field (missed CSE)

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897 Martin Sebor changed: What|Removed |Added Summary|Bogus maybe-uninitialized |[9/10/11 Regression] Bogus

[Bug c/99944] New: incorrect maybe-uninitialized warning on variable defined as an array

2021-04-06 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
f[g++] = a; (void) (f[0] || (g && h())); } With a GCC snapshot built a few hour ago from the master branch: cventin% gcc --version gcc (GCC) 11.0.1 20210406 (experimental) [...] cventin% gcc -Werror=maybe-uninitialized -O2 -c file.c file.c: In function ‘e1’: file.c:11:3: error: ‘f

[Bug c/89723] Bogus maybe-uninitialized warning with -Og (jump threading)

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89723 Martin Sebor changed: What|Removed |Added Last reconfirmed|2019-03-15 00:00:00 |2021-4-6 See Also|

[Bug c++/90058] False Positive in undefined-sanitizer only with GCC8

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90058 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 90058, which changed state. Bug 90058 Summary: False Positive in undefined-sanitizer only with GCC8 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90058 What|Removed |Added ---

[Bug c/99945] New: missing maybe-uninitialized warning when using a cleanup function

2021-04-06 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
i; auto void cf (int *t) { foo2 (i); } int t __attribute__ ((cleanup (cf))); t = 0; if (foo1 ()) i = foo1 (); i = N foo1 () || i; foo2 (i); return 0; } With a GCC snapshot built a few hours ago from the master branch on x86_64: cventin% gcc --version gcc (GCC) 11.0.1 20210406

[Bug sanitizer/85777] [8/9/10/11 Regression] -fsanitize=undefined makes a -Wmaybe-uninitialized warning disappear

2021-04-06 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85777 --- Comment #16 from Vincent Lefèvre --- Well, concerning the initial testcase (and its cleaned-up version), the issue is either fixed or hidden by another bug, which I've just reported: PR99944. Indeed, I now get a maybe-uninitialized warning, b

[Bug c/99945] missing maybe-uninitialized warning when using a cleanup function

2021-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99945 Andrew Pinski changed: What|Removed |Added Depends on||83382 --- Comment #1 from Andrew Pinski

[Bug target/99900] feature request: 16-bit x86 C compiler / support compilation of (VirtualBox) BIOS

2021-04-06 Thread joseph at codesourcery dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99900 --- Comment #3 from joseph at codesourcery dot com --- I've no idea whether the (not merged) ia16 port can do this, or whether the person currently maintaining a version of that port for GCC 6 is covered by an FSF copyright assignment. https:/

[Bug tree-optimization/90710] Bogus Wmaybe-uninitialized caused by __builtin_expect when compiled with -Og

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90710 Martin Sebor changed: What|Removed |Added Last reconfirmed|2019-06-02 00:00:00 |2021-4-6 Known to fail|

[Bug tree-optimization/90710] Bogus Wmaybe-uninitialized caused by __builtin_expect when compiled with -Og

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90710 --- Comment #4 from Martin Sebor --- Here's a smaller test case showing both the problem (first gcc invocation) and how it can be avoided (second invocation): $ (set -x && cat pr90710.c && gcc -Og -S -Wall pr90710.c && gcc -Dint=long -Og -S -Wal

[Bug sanitizer/83382] UBSAN tiggers false-positive warning [-Werror=uninitialized]

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83382 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org Ever confir

[Bug c/99945] missing maybe-uninitialized warning when using a cleanup function

2021-04-06 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99945 --- Comment #2 from Vincent Lefèvre --- Unless you consider that bug 83382 is actually 2 bugs, this is not a dup. Bug 83382 is about a false positive -Werror=uninitialized error. Do you mean that it also has a missing -Werror=maybe-uninitialized

[Bug c/99945] missing maybe-uninitialized warning when using a cleanup function

2021-04-06 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99945 --- Comment #3 from Vincent Lefèvre --- Note that with gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, I get the same behavior. But with gcc-9 (Debian 9.3.0-22) 9.3.0, the warning is missing in the 4 cases.

[Bug sanitizer/99945] missing maybe-uninitialized warning when using a cleanup function

2021-04-06 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99945 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug tree-optimization/99946] New: fail to exchange if conditions in terms of likely/unlikely probability

2021-04-06 Thread jiangning.liu at amperecomputing dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99946 Bug ID: 99946 Summary: fail to exchange if conditions in terms of likely/unlikely probability Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/99946] fail to exchange if conditions in terms of likely/unlikely probability

2021-04-06 Thread jiangning.liu at amperecomputing dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99946 --- Comment #1 from Jiangning Liu --- Is there any gcc pass that can deal with this simple optimization?

[Bug tree-optimization/99947] New: [11 Regression] ICE Segmentation fault "during GIMPLE pass: vect"

2021-04-06 Thread haoxintu at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99947 Bug ID: 99947 Summary: [11 Regression] ICE Segmentation fault "during GIMPLE pass: vect" Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: ice-on-valid-c

[Bug target/99908] SIMD: negating logical + if_else has a suboptimal codegen.

2021-04-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99908 --- Comment #3 from Hongtao.liu --- Created attachment 50517 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50517&action=edit tested patch waiting for GCC12.

[Bug c++/52202] [C++11][DR 1376] Should not extend lifetime of temporary wrapped in static_cast to reference type

2021-04-06 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52202 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org As

[Bug c++/52202] [C++11][DR 1376] Should not extend lifetime of temporary wrapped in static_cast to reference type

2021-04-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52202 --- Comment #7 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:a7698c0e1ecad65b1ab651acc82b34e12c7efd35 commit r11-8022-ga7698c0e1ecad65b1ab651acc82b34e12c7efd35 Author: Marek Polacek Date: Tu

[Bug c++/52202] [C++11][DR 1376] Should not extend lifetime of temporary wrapped in static_cast to reference type

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

[Bug target/99941] m_ALDERLAKE is missing from m_CORE_AVX2

2021-04-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99941 --- Comment #1 from Hongtao.liu --- If we were more concerned about the performance of the big core, the answer would be yes.

[Bug tree-optimization/98736] [10/11 Regression] Wrong partition order generated in loop distribution pass since r10-619-g5879ab5fafedc8f6

2021-04-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98736 --- Comment #5 from CVS Commits --- The master branch has been updated by Bin Cheng : https://gcc.gnu.org/g:e0bdccac582c01c928a05f26edcd8f5ac24669eb commit r11-8023-ge0bdccac582c01c928a05f26edcd8f5ac24669eb Author: Bin Cheng Date: Wed Apr 7

[Bug tree-optimization/98736] [10/11 Regression] Wrong partition order generated in loop distribution pass since r10-619-g5879ab5fafedc8f6

2021-04-06 Thread amker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98736 --- Comment #6 from bin cheng --- Shall this be backported to 10/11 later? Thanks.

[Bug target/99941] m_ALDERLAKE is missing from m_CORE_AVX2

2021-04-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99941 --- Comment #2 from Hongtao.liu --- (In reply to H.J. Lu from comment #0) > i386-options.c has > > #define m_ALDERLAKE (HOST_WIDE_INT_1U< #define m_CORE_AVX512 (m_SKYLAKE_AVX512 | m_CANNONLAKE \ >| m_ICELAKE_CLIENT | m_IC

[Bug c++/99948] New: [modules] ICE in add_mergeable_specialization

2021-04-06 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
- g++ (GCC) 11.0.1 20210406 (experimental) Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[Bug target/99949] New: ICE in setup_reg_classes, at reginfo.c:956

2021-04-06 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99949 Bug ID: 99949 Summary: ICE in setup_reg_classes, at reginfo.c:956 Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Pr

[Bug target/99949] ICE in setup_reg_classes, at reginfo.c:956

2021-04-06 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99949 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug target/99900] feature request: 16-bit x86 C compiler / support compilation of (VirtualBox) BIOS

2021-04-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99900 Eric Gallager changed: What|Removed |Added CC||andrewjenner at gcc dot gnu.org,

[Bug tree-optimization/99947] [11 Regression] ICE Segmentation fault "during GIMPLE pass: vect" since r11-4714-g092cdbd919849759

2021-04-06 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99947 Martin Liška changed: What|Removed |Added Known to fail||11.0 CC|

[Bug libstdc++/66146] call_once not C++11-compliant on ppc64le

2021-04-06 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146 cqwrteur changed: What|Removed |Added CC||unlvsur at live dot com --- Comment #48 from

[Bug c++/99735] [modules] in system headers: non-template type ‘rebind_alloc’ used as a template

2021-04-06 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99735 Alexander Lelyakin changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRME

[Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files

2021-04-06 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 99735, which changed state. Bug 99735 Summary: [modules] in system headers: non-template type ‘rebind_alloc’ used as a template https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99735 What|Removed

[Bug c++/99747] [modules] ICE in make_dependency, at cp/module.cc:12396

2021-04-06 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99747 Alexander Lelyakin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files

2021-04-06 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 99747, which changed state. Bug 99747 Summary: [modules] ICE in make_dependency, at cp/module.cc:12396 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99747 What|Removed |Added

[Bug c++/99855] [modules] ICE Error reporting routines re-entered.

2021-04-06 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99855 Alexander Lelyakin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files

2021-04-06 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 99855, which changed state. Bug 99855 Summary: [modules] ICE Error reporting routines re-entered. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99855 What|Removed |Added -

[Bug c/99950] New: Option -Wchar-subscripts leads to wrong fixes

2021-04-06 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99950 Bug ID: 99950 Summary: Option -Wchar-subscripts leads to wrong fixes Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

<    1   2