[Bug tree-optimization/99296] New: ICE:in irange_set_anti_range, at value-range.cc:205 with "-Os -fno-toplevel-reorder -fno-tree-bit-ccp"

2021-02-26 Thread suochenyao at 163 dot com via Gcc-bugs
} int main() {} *** gcc version: $ gcc --version gcc (GCC) 11.0.1 20210226 (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 PARTICUL

[Bug target/93353] ICE: in final_scan_insn_1, at final.c:3073 (error: could not split insn)

2021-02-26 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93353 --- Comment #5 from Arseny Solokha --- (In reply to Segher Boessenkool from comment #4) > I cannot get the reduced testcase to fail. Are any special options needed? If you've been asking me: no, the compiler invocation posted in comment 0 is

[Bug libstdc++/99277] C++2a synchronisation is inefficient in GCC 11

2021-02-26 Thread thiago at kde dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99277 --- Comment #6 from Thiago Macieira --- We don't have to delay the release. Either of these two patches give us one more year to get it right: --- libstdc++-v3/include/bits/atomic_wait.h +++ libstdc++-v3/include/bits/atomic_wait.h @@ -32,9

[Bug debug/99090] gsplit-dwarf broken on riscv64-linux

2021-02-26 Thread wilson at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99090 --- Comment #5 from Jim Wilson --- I tested it with a riscv-gnu-toolchain build and check. The 4 -gsplit-dwarf testcases that fail without the patch work with the patch. I also tried a build and check with -gsplit-dwarf enabled by default and

[Bug libstdc++/99277] C++2a synchronisation is inefficient in GCC 11

2021-02-26 Thread ville.voutilainen at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99277 Ville Voutilainen changed: What|Removed |Added CC||ville.voutilainen at gmail dot com

[Bug c/99291] maybe_warn_pass_by_reference uses outdated format string

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99291 --- Comment #4 from Roland Illig --- and another one, this time in aarch64.c: > error ("%<%s%> must be by itself for %<-mharden-sls=%>", str); This should be %qs as well.

[Bug c/99291] maybe_warn_pass_by_reference uses outdated format string

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99291 --- Comment #3 from Roland Illig --- same file, another one: > "version of `g` will be omitted, please " This is far from any coding conventions and should rather be %.

[Bug c/99291] maybe_warn_pass_by_reference uses outdated format string

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99291 --- Comment #2 from Roland Illig --- Plus, there is a typo: > %<-march=%s%>: Extension `%s' appear more than one time. Either it must be 'Extensions' or 'appears'.

[Bug c/99291] maybe_warn_pass_by_reference uses outdated format string

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99291 --- Comment #1 from Roland Illig --- similarly in common/config/riscv/riscv-common.c: > %<-march=%s%>: Extension `%s' appear more than one time. The `%s' is obsolete and should be replaced with %qs.

[Bug middle-end/99293] Built-in vec_splat generates sub-optimal code for -mcpu=power10

2021-02-26 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99293 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/93353] ICE: in final_scan_insn_1, at final.c:3073 (error: could not split insn)

2021-02-26 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93353 --- Comment #4 from Segher Boessenkool --- I cannot get the reduced testcase to fail. Are any special options needed?

[Bug c/99295] documentation on __attribute__((malloc)) is wrong

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99295 --- Comment #1 from Roland Illig --- The sentence s3 refers to "this property" as well, and for calloc, the documentation had been wrong for GCC 4 already since that function returns zero-initalized memory, not uninitialized memory.

[Bug c/99295] New: documentation on __attribute__((malloc)) is wrong

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99295 Bug ID: 99295 Summary: documentation on __attribute__((malloc)) is wrong Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug inline-asm/99282] Emit .cfi_sections without arguments for -fno-asynchronous-unwind-tables

2021-02-26 Thread i at maskray dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99282 --- Comment #2 from Fangrui Song --- (In reply to Jakub Jelinek from comment #1) > There is the __GCC_HAVE_DWARF2_CFI_ASM predefined macro that tells if .cfi* > directives are used or not. And, inline asm that wishes to be usable in > both can

[Bug objc++/49070] [8/9/10/11 regression] ObjC++ compiler fails to compile ObjC method invocations without keyword arguments

2021-02-26 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49070 Iain Sandoe changed: What|Removed |Added Target Milestone|6.4 |8.6 --- Comment #5 from Iain Sandoe ---

[Bug c++/99294] [modules] tdef-inst-1 fails with -fno-module-lazy

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99294 Nathan Sidwell changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/99294] New: [modules] tdef-inst-1 fails with -fno-module-lazy

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99294 Bug ID: 99294 Summary: [modules] tdef-inst-1 fails with -fno-module-lazy Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/98979] [11 regression] ICE in several tests cases after r11-7112

2021-02-26 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98979 --- Comment #11 from David Edelsohn --- The failures have been resolved on AIX.

[Bug libstdc++/99277] C++2a synchronisation is inefficient in GCC 11

2021-02-26 Thread thiago at kde dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99277 --- Comment #4 from Thiago Macieira --- (In reply to Jonathan Wakely from comment #3) > We've done things this way for years. When C++20 support is no longer > experimental is when the ABI will be fixed. Based on the discussion, I've removed

[Bug fortran/93340] [8/9/10/11 Regression] ICE in check_constant_initializer, at fortran/trans-decl.c:5450

2021-02-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93340 --- Comment #10 from CVS Commits --- The releases/gcc-9 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:2259e712a6348bd23586dde06cc874a35fdc53c3 commit r9-9252-g2259e712a6348bd23586dde06cc874a35fdc53c3 Author: Harald Anlauf

[Bug fortran/93340] [8/9/10/11 Regression] ICE in check_constant_initializer, at fortran/trans-decl.c:5450

2021-02-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93340 --- Comment #9 from CVS Commits --- The releases/gcc-10 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:c5ba7770768ed0a7b5d61a3a2fa1625d98be351f commit r10-9391-gc5ba7770768ed0a7b5d61a3a2fa1625d98be351f Author: Harald Anlauf

[Bug debug/99090] gsplit-dwarf broken on riscv64-linux

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99090 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug bootstrap/98860] [11 Regression] boostrap failure on MinGW-w64 windows 10

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98860 Jakub Jelinek changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org,

[Bug debug/99090] gsplit-dwarf broken on riscv64-linux

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99090 --- Comment #3 from Jakub Jelinek --- Making it work is desirable in any case. But, the emitted debug sections will be in various spots less compact when .uleb128/.sleb128 don't support non-constant operands. Though, I'm afraid the

[Bug bootstrap/98338] [10/11 Regression] profiledbootstrap failure on x86_64-linux

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98338 --- Comment #22 from Jakub Jelinek --- Yes. https://kojipkgs.fedoraproject.org//work/tasks/2451/62722451/build.log is the failed i686 bootstrap and https://kojipkgs.fedoraproject.org//work/tasks/2553/62722553/build.log is one with your patch.

[Bug fortran/98979] [11 regression] ICE in several tests cases after r11-7112

2021-02-26 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98979 --- Comment #10 from seurer at gcc dot gnu.org --- I looked at the most recent powerpc64 runs (all varieties) and it is no longer failing there.

[Bug bootstrap/98338] [10/11 Regression] profiledbootstrap failure on x86_64-linux

2021-02-26 Thread hubicka at ucw dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98338 --- Comment #21 from Jan Hubicka --- > FYI, I have today bootstrapped it as well in rpm build on > {x86_64,i686,powerpc64le}-linux, both your patch and just trunk without the > workaround I've been using before. The latter failed to bootstrap

Re: [Bug bootstrap/98338] [10/11 Regression] profiledbootstrap failure on x86_64-linux

2021-02-26 Thread Jan Hubicka
> FYI, I have today bootstrapped it as well in rpm build on > {x86_64,i686,powerpc64le}-linux, both your patch and just trunk without the > workaround I've been using before. The latter failed to bootstrap on i686 > and passed it on x86_64 and powerpc64le, the former passed bootstrap on all >

[Bug bootstrap/98338] [10/11 Regression] profiledbootstrap failure on x86_64-linux

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98338 --- Comment #20 from Jakub Jelinek --- FYI, I have today bootstrapped it as well in rpm build on {x86_64,i686,powerpc64le}-linux, both your patch and just trunk without the workaround I've been using before. The latter failed to bootstrap on

[Bug bootstrap/98338] [10/11 Regression] profiledbootstrap failure on x86_64-linux

2021-02-26 Thread hubicka at ucw dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98338 --- Comment #19 from Jan Hubicka --- > Honza, any progress with this? > If you want, I can test the patch too... Sorry, it bootstrapped, so I will commit it. Honza

[Bug middle-end/99293] Built-in vec_splat generates sub-optimal code for -mcpu=power10

2021-02-26 Thread munroesj at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99293 --- Comment #1 from Steven Munroe --- Created attachment 50264 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50264=edit Compile test for simplied test case Download vec_dummy.c and vec_int128_ppc.h into a local directory and compile gcc

[Bug middle-end/99293] New: Built-in vec_splat generates sub-optimal code for -mcpu=power10

2021-02-26 Thread munroesj at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99293 Bug ID: 99293 Summary: Built-in vec_splat generates sub-optimal code for -mcpu=power10 Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal

[Bug testsuite/99292] New: FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors)

2021-02-26 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99292 Bug ID: 99292 Summary: FAIL: gcc.c-torture/compile/pr98096.c -O0 (test for excess errors) Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug debug/99090] gsplit-dwarf broken on riscv64-linux

2021-02-26 Thread wilson at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99090 --- Comment #2 from Jim Wilson --- Yes we could have partial uleb128 support. There is only a problem if at least one label is in the code section. There is another proposed solution to add special relaxable relocations for uleb128 but the

[Bug c/99291] New: maybe_warn_pass_by_reference uses outdated format string

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99291 Bug ID: 99291 Summary: maybe_warn_pass_by_reference uses outdated format string Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug other/99288] xgettext does not get HOST_WIDE_INT_PRINT_UNSIGNED

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99288 --- Comment #2 from Jakub Jelinek --- Created attachment 50262 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50262=edit gcc11-pr99288.patch Untested fix.

[Bug other/99288] xgettext does not get HOST_WIDE_INT_PRINT_UNSIGNED

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99288 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org

[Bug testsuite/97680] [11 Regression] new test case c-c++-common/zero-scratch-regs-10.c in r11-4578 has excess errors

2021-02-26 Thread qing.zhao at oracle dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680 --- Comment #10 from Qing Zhao --- > but it will still fail on all targets but x86_64 (and now powerpc). Qinzhao, > what's the list of targets this is supported? I believe that the targets that currently support this feature are: x86-64

[Bug c++/99287] std::source_location::function_name breaks constexpr

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99287 Jakub Jelinek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org,

[Bug libstdc++/99290] std::filesystem::copy does not always report errors for recursion

2021-02-26 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99290 Martin Liška changed: What|Removed |Added Last reconfirmed||2021-02-26 Ever confirmed|0

[Bug c++/99287] std::source_location::function_name breaks constexpr

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

[Bug libstdc++/99290] New: std::filesystem::copy does not always report errors for recursion

2021-02-26 Thread fabian--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99290 Bug ID: 99290 Summary: std::filesystem::copy does not always report errors for recursion Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug analyzer/99212] [11 Regression] gcc.dg/analyzer/data-model-1.c line 971

2021-02-26 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99212 --- Comment #6 from David Malcolm --- Answering my own question: https://gcc.gnu.org/onlinedocs/gccint/Types.html INTEGER_TYPE Used to represent the various integral types, including char, short, int, long, and long long. This code is

[Bug libstdc++/99289] Process safety issues of libstdc++ verbose

2021-02-26 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99289 --- Comment #1 from cqwrteur --- On windows, it should get emulated with LockFile win32 api to lock files. Or it is trash.

[Bug libstdc++/99289] New: Process safety issues of libstdc++ verbose

2021-02-26 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99289 Bug ID: 99289 Summary: Process safety issues of libstdc++ verbose Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug analyzer/99212] [11 Regression] gcc.dg/analyzer/data-model-1.c line 971

2021-02-26 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99212 --- Comment #5 from David Malcolm --- Possibly a dumb question, but how am I meant to get at the size in bits of a bitfield? TYPE_SIZE appears to be expressed in bytes, rather than bits (or maybe I messed up when debugging?) On a 1-bit

[Bug c/99288] xgettext does not get HOST_WIDE_INT_PRINT_UNSIGNED

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99288 --- Comment #1 from Roland Illig --- same in ipa-devirt.c: > inform (this_enum.vals[j].locus, > "name %qs is defined to " HOST_WIDE_INT_PRINT_DEC

[Bug c/99288] New: xgettext does not get HOST_WIDE_INT_PRINT_UNSIGNED

2021-02-26 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99288 Bug ID: 99288 Summary: xgettext does not get HOST_WIDE_INT_PRINT_UNSIGNED Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/97855] [11 regression] Bogus warning locations during lto-bootstrap

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97855 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug fortran/98979] [11 regression] ICE in several tests cases after r11-7112

2021-02-26 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98979 --- Comment #9 from Tobias Burnus --- (In reply to Richard Biener from comment #8) > Has this been fixed? The XFAIL of comment 7 should have fixed the intermittent fails. * * * The proper fix was:

[Bug testsuite/99233] [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99233 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug debug/99230] [11 Regression] gcc.dg/pr83527.c excess errors: '-fcompare-debug' failure (length)

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99230 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug analyzer/99212] [11 Regression] gcc.dg/analyzer/data-model-1.c line 971

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99212 --- Comment #4 from Richard Biener --- I guess cris-elf simply has different type sizes / bitfield layout here. The dumps hint at sizeof (ubits) == 1 for cris. So you should eventually get the same on x86_64 when you use unsigned char : ...;

[Bug c++/99180] [10/11 Regression] ICE with alias template and empty parameter pack

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99180 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ada/98996] [11 Regression] mips64 ada ftbfs

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98996 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug c++/98528] [modules] g++.dg/modules/hello-1 FAILs

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98528 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Summary|[11

[Bug libstdc++/99277] C++2a synchronisation is inefficient in GCC 11 and can't be fixed later

2021-02-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99277 Jonathan Wakely changed: What|Removed |Added Summary|[11 Regression] C++2a |C++2a synchronisation is

[Bug fortran/98979] [11 regression] ICE in several tests cases after r11-7112

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98979 Richard Biener changed: What|Removed |Added Status|NEW |WAITING --- Comment #8 from Richard

[Bug rtl-optimization/98973] [11 regression] Wrong code with gcse store motion pass

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98973 --- Comment #9 from Richard Biener --- Btw, this is likely a latent issue, the store-motion code didn't change since ages and the bisected rev. likely just changed the input to the pass. So the dump difference is -(note 76 75 217 19 [bb 19]

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

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 99246, which changed state. Bug 99246 Summary: [modules] ICE in write_location, at cp/module.cc:15687 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99246 What|Removed |Added

[Bug c++/98718] [modules] use of partitions causes ICE in write_macro_maps

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98718 --- Comment #6 from Nathan Sidwell --- *** Bug 99246 has been marked as a duplicate of this bug. ***

[Bug c++/99246] [modules] ICE in write_location, at cp/module.cc:15687

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99246 Nathan Sidwell changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug c++/98718] [modules] use of partitions causes ICE in write_macro_maps

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98718 Nathan Sidwell changed: What|Removed |Added CC||alexander.lelyakin@googlema

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

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 99237, which changed state. Bug 99237 Summary: [modules] internal compiler error: in write_macro_maps https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99237 What|Removed |Added

[Bug c++/99237] [modules] internal compiler error: in write_macro_maps

2021-02-26 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99237 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/98860] [11 Regression] boostrap failure on MinGW-w64 windows 10

2021-02-26 Thread ssbssa at yahoo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98860 --- Comment #36 from Hannes Domani --- Note: This is a binutils/ld bug: https://sourceware.org/bugzilla/show_bug.cgi?id=27268 And I've sent a patch there: https://sourceware.org/pipermail/binutils/2021-February/115434.html

[Bug sanitizer/98920] [10/11 Regression] uses regexec without support for REG_STARTEND with -fsanitize=address

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98920 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug bootstrap/98860] [11 Regression] boostrap failure on MinGW-w64 windows 10

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98860 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #35 from Richard Biener

[Bug target/98827] [11 regression] gcc.target/powerpc/vsx-builtin-7.c assembler counts off after r11-6857

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98827 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/98803] [10/11 Regression] [C++20] ICE on invalid code with checked build [in synthesize_implicit_template_parm, at cp/parser.c:45335]

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98803 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/98800] [8/9/10/11 Regression] ICE on invalid use of non-static member function in trailing return type since r8-2724

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98800 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/98782] [11 Regression] Bad interaction between IPA frequences and IRA resulting in spills due to changes in BB frequencies

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98782 Richard Biener changed: What|Removed |Added Target Milestone|11.0|12.0 Priority|P3

[Bug bootstrap/98590] [11 regression] Bootstrap failure with Ada on Cygwin since switch to C++11

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98590 --- Comment #12 from Richard Biener --- Looks like the fix was approved here https://gcc.gnu.org/pipermail/gcc-patches/2021-February/564929.html but not yet committed.

[Bug c++/99287] New: std::source_location::function_name breaks constexpr

2021-02-26 Thread nickgray0 at brown dot edu via Gcc-bugs
::string_view{ std::source_location::current().function_name() }; } auto main()->int { constexpr auto s = f(); constexpr auto x = s.find("int"); } error message: In file included from /opt/compiler-explorer/gcc-trunk-20210226/include/c++/11.0.1/st

[Bug other/98533] [8/9/10/11 Regression] ICE: 'verify_type' failed

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98533 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/98528] [11 Regression] g++.dg/modules/hello-1 FAILs

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98528 --- Comment #4 from Richard Biener --- Any update?

[Bug pch/98527] [11 Regression] ICE in handle_pragma_pop_options

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

[Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98318 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug bootstrap/98338] [10/11 Regression] profiledbootstrap failure on x86_64-linux

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98338 --- Comment #18 from Jakub Jelinek --- Honza, any progress with this? If you want, I can test the patch too...

[Bug libstdc++/99277] [11 Regression] C++2a synchronisation is inefficient in GCC 11 and can't be fixed later

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99277 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug testsuite/97680] [11 Regression] new test case c-c++-common/zero-scratch-regs-10.c in r11-4578 has excess errors

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug testsuite/97680] [11 Regression] new test case c-c++-common/zero-scratch-regs-10.c in r11-4578 has excess errors

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680 Richard Biener changed: What|Removed |Added Target|powerpc64*-linux-gnu,powerp |arm |c-apple-darwin,

[Bug c++/97679] [10/11 Regression] [concepts] ICE with CTAD for a nested class template with constrained constructor

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97679 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug sanitizer/97490] [10/11 Regression] false-positive -Wstringop-overflow= with address sanitizer since r10-5451-gef29b12cfbb4979a

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97490 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/95757] [11 regression] missing warning in gcc.dg/Wstringop-overflow-25.c since r11-1517

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95757 Richard Biener changed: What|Removed |Added Blocks||85316 CC|

[Bug debug/99090] gsplit-dwarf broken on riscv64-linux

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99090 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug rtl-optimization/99199] [9/10/11 Regression] Very large boolean expression leads to quite a few return statements

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99199 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/99194] [11 Regression] ICE in force_constant_size, at gimplify.c:733 since r11-38-g375a77925c320a27

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99194 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug inline-asm/99123] [8/9/10 Regression] ICE in decompose_normal_address, at rtlanal.c:6710

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99123 Richard Biener changed: What|Removed |Added Known to work||11.0 Priority|P3

[Bug target/98891] [10/11 regression] Neon logical operations not vectorized in DImode since g:cdfc0e863a03698a80c74896cbdc9f5c8c652e64

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98891 Richard Biener changed: What|Removed |Added Target Milestone|11.0|10.3 Summary|[11

[Bug middle-end/71812] gcc6/c++/functional:1726:40: internal compiler error: in assign_temp, at function.c:961

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71812 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug rtl-optimization/90319] [C++17] aggregate initialization of base: ICE in assign_temp

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90319 Richard Biener changed: What|Removed |Added Known to fail|10.0, 9.0 |10.1.0, 10.2.0, 9.3.1 Known to

[Bug c++/99281] internal compiler error: in assign_temp, at function.c:984

2021-02-26 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99281 Richard Biener changed: What|Removed |Added Known to work||11.0 Known to fail|11.0

[Bug c++/99281] internal compiler error: in assign_temp, at function.c:984

2021-02-26 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99281 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:c173346aac4a66ad3747f380f2f0c97d2dbf8973 commit r11-7420-gc173346aac4a66ad3747f380f2f0c97d2dbf8973 Author: Richard Biener Date:

[Bug inline-asm/99282] Emit .cfi_sections without arguments for -fno-asynchronous-unwind-tables

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99282 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/99286] New: ivopts don't select the best candidates with -Os

2021-02-26 Thread gengqi at linux dot alibaba.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99286 Bug ID: 99286 Summary: ivopts don't select the best candidates with -Os Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/99234] [10/11 regression] wrong result for 1.0/3.0 with -O2 -fno-omit-frame-pointer -frounding-math

2021-02-26 Thread lh_mouse at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99234 --- Comment #18 from Liu Hao --- (In reply to Jakub Jelinek from comment #17) > > That would certainly need : "xmm5" in clobbers (etc.). > And isn't really portable anyway, the compiler can choose to put > anything into %xmm6 in between that

[Bug fortran/99254] ICE in select_rank_set_tmp, at fortran/match.c:6568

2021-02-26 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99254 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug target/99234] [10/11 regression] wrong result for 1.0/3.0 with -O2 -fno-omit-frame-pointer -frounding-math

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99234 --- Comment #17 from Jakub Jelinek --- (In reply to Liu Hao from comment #15) > Thanks. The 'Final fix' looks good to me. > > I applied it locally and built GCC. With a debugger, I verified that after > the try-catch statement, all non-volatile

[Bug c++/98942] [C++23] Implement P1102R2 - Down with ()!

2021-02-26 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98942 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

  1   2   >