[Bug middle-end/99928] [OpenMP] reduction variable in combined target construct wrongly mapped as firstprivate

2021-06-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99928 --- Comment #16 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:f6bf436d9ab907d090823895abb7a2d5ba7ff50c commit r12-1139-gf6bf436d9ab907d090823895abb7a2d5ba7ff50c Author: Tobias Burnus Date:

[Bug c++/100825] function signature constraints are not a part of mangled name

2021-06-01 Thread vopl at bk dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100825 --- Comment #4 from vopl at bk dot ru --- (In reply to Jonathan Wakely from comment #3) > Clang and EDG agree with GCC here. > > I think your code is ill-formed due to [temp.constr.atomic] p3: > > "If, at different points in the program, the

[Bug debug/100852] New: [11/12 Regression] -fcompare-debug failure (length) with -Og -fif-conversion -fno-tree-ccp -fno-tree-copy-prop

2021-06-01 Thread zsojka at seznam dot cz via Gcc-bugs
compression algorithms: zlib zstd gcc version 12.0.0 20210601 (experimental) (GCC)

[Bug rtl-optimization/90378] [9/10/11/12 regression] -Os -flto miscompiles 454.calculix after r266385 on Arm

2021-06-01 Thread mkuvyrkov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90378 --- Comment #12 from Maxim Kuvyrkov --- I'm now more of the opinion that this problem is due to the unfortunate stack layout on older ARMv7 systems. I.e., LTO increases stack usage, which causes the process to run out of stack. I don't think

[Bug sanitizer/100665] [hwsanitizer] nested funtion pointer is tagged but never checked.

2021-06-01 Thread matmal01 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100665 Matthew Malcomson changed: What|Removed |Added Resolution|--- |INVALID

[Bug c++/100825] function signature constraints are not a part of mangled name

2021-06-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100825 --- Comment #3 from Jonathan Wakely --- Clang and EDG agree with GCC here. I think your code is ill-formed due to [temp.constr.atomic] p3: "If, at different points in the program, the satisfaction result is different for identical atomic

[Bug ada/86916] Constraint_Error erroneous memory access instead of error

2021-06-01 Thread charlet at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86916 Arnaud Charlet changed: What|Removed |Added CC||charlet at gcc dot gnu.org Target

[Bug c++/68615] Unhelpful location when missing a semi-colon on a function declaration at the end of a header

2021-06-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68615 Jonathan Wakely changed: What|Removed |Added Target Milestone|9.5 |---

[Bug c++/56084] poor error recovery for missing ";"

2021-06-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56084 Jonathan Wakely changed: What|Removed |Added Target Milestone|9.5 |---

[Bug tree-optimization/78394] False positives of maybe-uninitialized with -Og

2021-06-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78394 Bug 78394 depends on bug 100845, which changed state. Bug 100845 Summary: [11/12 Regression] False positive for -Werror=maybe-uninitialized since r11-959-gb825a22890740f34 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100845 What

[Bug tree-optimization/100845] [11/12 Regression] False positive for -Werror=maybe-uninitialized since r11-959-gb825a22890740f34

2021-06-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100845 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/100845] [11/12 Regression] False positive for -Werror=maybe-uninitialized since r11-959-gb825a22890740f34

2021-06-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100845 --- Comment #2 from Andrew Pinski --- This is more likely a dup of bug 100417 for the original testcase rather than this reduced one.

[Bug target/98636] [ARM] ICE on passing incompatible options for fp16 - global_options’ are modified in local context

2021-06-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98636 Martin Liška changed: What|Removed |Added Status|RESOLVED|REOPENED Assignee|unassigned

[Bug c++/49129] confusing diagnostic for missing semi-colon after member template

2021-06-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49129 Jonathan Wakely changed: What|Removed |Added Target Milestone|9.5 |--- --- Comment #9 from Jonathan

[Bug tree-optimization/100845] [11/12 Regression] False positive for -Werror=maybe-uninitialized since r11-959-gb825a22890740f34

2021-06-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100845 --- Comment #1 from Andrew Pinski --- >While using -O2 is fine. -O2 is only fine because xor_hash is considering just reading memory and then malloc/free pairs are removed too. The warning is correct in my mind really as you are reading

[Bug libstdc++/100851] New: Using std::thread on Alpine Linux/musl causes SIGABRT after main when unloading a shared library.

2021-06-01 Thread michaldrozd at protonmail dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100851 Bug ID: 100851 Summary: Using std::thread on Alpine Linux/musl causes SIGABRT after main when unloading a shared library. Product: gcc Version: 10.2.1 Status:

[Bug c++/100797] [10/11 Regression] using declaration causing virtual call with wrongly adjusted this pointer

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

[Bug c++/100850] [coroutine] Wrong addresses of variables captured by reference into lambda co-routines.

2021-06-01 Thread vsolontsov at volanttrading dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100850 --- Comment #2 from Vlad --- Yet another piece -- appears with -O2/-O3/-Os. -O0/-O1 is free from this bug.

[Bug target/100841] xtensa-linux: dwarf2cfi.c:291:12: error: comparison of integer expressions of different signedness: 'const unsigned int' and 'int'

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

[Bug c++/100850] [coroutine] Wrong addresses of variables captured by reference into lambda co-routines.

2021-06-01 Thread vsolontsov at volanttrading dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100850 --- Comment #1 from Vlad --- Forgot to mention... It seems to be a regression -- gcc 10.2 and 10.3 don't demonstrate the issue on this example.

[Bug c++/100850] New: [coroutine] Wrong addresses of variables captured by reference into lambda co-routines.

2021-06-01 Thread vsolontsov at volanttrading dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100850 Bug ID: 100850 Summary: [coroutine] Wrong addresses of variables captured by reference into lambda co-routines. Product: gcc Version: 11.1.0 Status: UNCONFIRMED

[Bug ada/86916] Constraint_Error erroneous memory access instead of error

2021-06-01 Thread simon at pushface dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86916 --- Comment #10 from simon at pushface dot org --- This was fixed in 10.1.0, and is still fixed in 11.1.0: $ /opt/gcc-10.1.0/bin/gnatmake -c -u -f -gnatl *.adb gcc -c -gnatl animation.adb [...] ==Error messages for source file:

[Bug driver/69471] "-march=native" unintentionally breaks further -march/-mtune flags

2021-06-01 Thread wavexx at thregr dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69471 --- Comment #17 from wavexx at thregr dot org --- I wish this would be given a nudge, considering the patch. This has been pushed to new releases since 2016 :( It's not a show-stopper, but it does cause unexpected behavior which is quite hard to

[Bug inline-asm/100785] [9/10/11/12 Regression] ICE: in expand_asm_stmt with "m" and bitfield

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100785 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard

[Bug c++/100797] [10/11/12 Regression] using declaration causing virtual call with wrongly adjusted this pointer

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100797 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #7 from Richard

[Bug tree-optimization/100740] [9/10/11/12 Regression] wrong code at -O1 and above on x86_64-linux-gnu since r9-4145

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100740 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard

[Bug middle-end/100733] [8/9/10/11/12 Regression] -fcompare-debug failure for pr85213.c at -O1 -fdisable-tree-phiopt2

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100733 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #5 from Richard

[Bug c++/100723] [9/10/11/12] ICE in tsubst when using std::variant in templated class using CTAD

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100723 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard

[Bug rtl-optimization/100554] [9/10/11/12 Regression] -fcompare-debug failure w/ -Os -fmodulo-sched -fno-tree-loop-optimize

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100554 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard

[Bug target/100530] [9/10/11/12 Regression] ICE with -g: in add_dwarf_attr with __seg_gs (Alternative address-space) global variable since r8-4385-ga297ccb52e0c894e

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100530 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard

[Bug tree-optimization/100509] [9/10 Regression] ICE at -O3: in fold_convert_loc with variable (attribute) alias of different types

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100509 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #7 from Richard

[Bug tree-optimization/100393] [9/10/11/12 Regression] Very slow compilation of switch statement with thousands of cases

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100393 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard

[Bug target/100378] [9/10/11/12 Regression] arm64: lsl + asr used instead of sxth

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100378 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard

[Bug target/100354] [9/10/11/12 regression] aarch64: non-deligitimized UNSPEC UNSPEC_TLS (76) found in variable location

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100354 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard

[Bug c++/100339] [9/10/11/12 Regression] Bogus "should have been declared inside" error with friend

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100339 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard

[Bug target/100320] [9/10/11/12 Regression] 32-bit x86 memcpy is suboptimal

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100320 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard

[Bug c++/100291] [9/10/11/12 Regression] internal compiler error: trying to capture ‘this’ in instantiation of generic lambda

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100291 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard

[Bug fortran/100273] [9/10/11/12 Regression] ICE in gfc_create_module_variable, at fortran/trans-decl.c:5352

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100273 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard

[Bug c++/100252] [9/10/11/12 Regression] Internal compiler error during template instantiation

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100252 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #7 from Richard

[Bug fortran/100227] [9/10/11/12 Regression] write with implicit loop

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100227 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #5 from Richard

[Bug fortran/100196] [9/10/11/12 Regression] ICE in reduce_binary_ca, at fortran/arith.c:1364

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100196 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard

[Bug fortran/100194] [9/10/11/12 Regression] ICE in gfc_trans_create_temp_array, at fortran/trans-array.c:1351

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100194 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard

[Bug fortran/100193] [9/10/11/12 Regression] ICE in alloc_scalar_allocatable_for_assignment, at fortran/trans-expr.c:10837

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100193 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard

[Bug fortran/100155] [9/10/11/12 Regression] ICE in gfc_conv_intrinsic_size, at fortran/trans-intrinsic.c:805

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100155 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard

[Bug fortran/100118] [9/10/11/12 Regression] ICE on sizeof with derived type components since r6-202-gf3b0bb7a560be0f0

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100118 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard

[Bug c++/100109] [9/10/11 Regression] ICE: unexpected expression 'E' of kind template_parm_index

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100109 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #5 from Richard

[Bug c++/100102] [9/10/11/12 Regression] ICE in tsubst, at cp/pt.c:15310

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100102 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #11 from Richard

[Bug c++/100079] [9/10 Regression] Non-type template parameter, itself a nested template, rejected with internal error

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100079 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #7 from Richard

[Bug target/100075] [9/10 Regression] unneeded sign extension

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100075 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard

[Bug target/100056] [9/10 Regression] orr + lsl vs. [us]bfiz

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100056 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #12 from Richard

[Bug c++/100032] [9/10 Regression] renaming alias template that also adds cv-qualifiers is deemed equivalent to underlying template

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100032 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #7 from Richard

[Bug target/100028] [9/10 Regression] arm64 failure to generate bfxil

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100028 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #9 from Richard

[Bug lto/100010] [9/10/11/12 Regression] ICE in lto_output_node, at lto-cgraph.c:447 (-fdevirtualize-at-ltrans) since r6-6384-gceda2c69d5219719

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100010 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard

[Bug c++/100006] [9/10 Regression] ICE: in dependent_type_p, at cp/pt.c:26745

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard

[Bug middle-end/99959] [9/10/11/12 Regression] missing -Wuninitialized for an esra variable with TREE_NO_WARNING

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99959 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard Biener

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

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99942 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard Biener

[Bug tree-optimization/99919] [9/10/11/12 Regression] bogus -Wmaybe-uninitialized with a _Bool bit-field

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99919 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard Biener

[Bug tree-optimization/99918] [9/10/11/12 Regression] suboptimal code for bool bitfield tests

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99918 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

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

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99901 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug fortran/99839] [9/10/11/12 Regression] ICE in inline_matmul_assign, at fortran/frontend-passes.c:4234

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99839 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #5 from Richard Biener

[Bug fortran/99819] [9/10/11/12 Regression] ICE in gfc_defer_symbol_init, at fortran/trans-decl.c:841

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99819 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard Biener

[Bug c++/99795] [9/10/11/12 Regression] -Wnarrowing/-Woverflow false-negative in constant expression in undeduced context

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99795 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard Biener

[Bug target/99706] [9/10/11/12 Regression] ICE: maximum number of generated reload insns per insn achieved (90)

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99706 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #10 from Richard

[Bug c++/99643] [9/10 Regression] internal compiler error in build_over_call, involving array new and copy elision

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99643 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug target/99531] [9/10/11/12 Regression] Performance regression since gcc 9 (argument passing / register allocation)

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99531 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard Biener

[Bug c++/99478] [9/10 Regression] ICE when decltype lambda in template list

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99478 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard Biener

[Bug rtl-optimization/99469] [9/10/11/12 Regression] ICE: qsort checking failed with selective scheduling on aarch64

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99469 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #5 from Richard Biener

[Bug target/99378] [9/10 Regression] ICE in decompose_normal_address, at rtlanal.c:6710

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99378 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #7 from Richard Biener

[Bug fortran/99350] [9/10/11/12 Regression] ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1869

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99350 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #2 from Richard Biener

[Bug rtl-optimization/99347] [9/10/11/12 Regression] ICE in create_block_for_bookkeeping, at sel-sched.c:4549 since r9-6859-g25eafae67f186cfa

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99347 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #5 from Richard Biener

[Bug fortran/99326] [9/10/11/12 Regression] ICE in gfc_build_dummy_array_decl, at fortran/trans-decl.c:1299

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99326 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard Biener

[Bug c/99323] [9/10 Regression] ICE in add_hint, at diagnostic-show-locus.c:2234 since r8-379-gd1b5f5cc3cfd148e

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99323 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug c++/99201] [9/10 Regression] ICE in tsubst_copy, at cp/pt.c:16581 since r8-7613-g1456e764105702a0

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99201 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #11 from Richard

[Bug fortran/99125] [9/10/11/12 Regression] ICE: gimplification failed (gimplify.c:15068)

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99125 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #7 from Richard Biener

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

2021-06-01 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 Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug tree-optimization/99121] [9/10/11/12 Regression] ICE tree check: expected integer_cst, have var_decl in get_len, at tree.h:6037

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99121 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard Biener

[Bug libstdc++/99117] [9/10/11/12 Regression] cannot accumulate std::valarray

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99117 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #18 from Richard

[Bug middle-end/99109] [9/10 Regression] ICE: Error reporting routines re-entered since r9-1948

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99109 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #7 from Richard Biener

[Bug tree-optimization/99078] [9/10/11/12 Regression] Optimizer moves struct initialization into loop

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99078 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard Biener

[Bug c++/99066] [9/10 Regression] non-weak definition emitted for explicit instantiation declaration

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99066 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #8 from Richard Biener

[Bug tree-optimization/98848] [9/10 regression] vectorizer failed to reduce max pattern since r9-1590

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98848 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #11 from Richard

[Bug tree-optimization/98845] [9/10/11 Regression] ICE: SSA corruption (Unable to coalesce ssa_names 2 and 23 which are marked as MUST COALESCE.) since r6-528-g465770e43996a132

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98845 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #9 from Richard Biener

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

2021-06-01 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 Target Milestone|9.4 |9.5 --- Comment #7 from Richard Biener

[Bug target/98784] [9/10/11/12 Regression] problematic build of uClibc with -fPIC

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #12 from Richard

[Bug middle-end/98540] [9/10/11/12 Regression] ICE: error: type variant with 'TYPE_ALIAS_SET_KNOWN_P' since r7-6939-g853ef4e5632df328

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98540 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #5 from Richard Biener

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

2021-06-01 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 Target Milestone|9.4 |9.5 --- Comment #5 from Richard Biener

[Bug target/98468] [9 regression] test case gcc.target/powerpc/rlwimi-2.c fails starting with r9-3594

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98468 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard Biener

[Bug c++/98459] [9/10/11/12 Regression] ICE in linemap_position_for_line_and_column, at libcpp/line-map.c:923 since r6-6901-g876217ae71cf0b34

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98459 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug c++/98440] [9/10 Regression] Accepts ill-formed reinterpret_cast(1)

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98440 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard Biener

[Bug c++/98356] [9/10/11/12 Regression] ICE in cp_parser_dot_deref_incomplete, at cp/parser.c:7899 since r9-4841-g2139fd74f31449c0

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98356 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard Biener

[Bug tree-optimization/98335] [9/10/11/12 Regression] Poor code generation for partial struct initialization

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98335 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug c/98294] [9/10/11/12 Regression] ICE in calculate_line_spans, at diagnostic-show-locus.c:1296 since r6-6901-g876217ae71cf0b34

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98294 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard Biener

[Bug middle-end/98209] [9/10 Regression] printf failed with O1 or above

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98209 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #16 from Richard

[Bug tree-optimization/98028] [9/10/11/12 Regression] __builtin_sub_overflow_p not folded to const when some constraints are known

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98028 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #6 from Richard Biener

[Bug tree-optimization/97990] [9/10/11/12 Regression] ICE: ‘verify_type’ failed since r6-5222-gba6a6a1d44c17f25

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97990 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #3 from Richard Biener

[Bug c++/97974] [9/10 Regression] ICE tree check: expected overload, have function_decl in get_class_binding_direct, at cp/name-lookup.c:1332

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97974 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #5 from Richard Biener

[Bug rtl-optimization/97972] [9/10/11/12 Regression] ICE in moving_insn_creates_bookkeeping_block_p, at sel-sched.c:2031 since r9-2064-gc4c5ad1d6d1e1e1f

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97972 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #4 from Richard Biener

[Bug target/97969] [9/10 Regression][ARM/Thumb] Certain combo of codegen options leads to compilation infinite loop with growing memory use

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97969 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #26 from Richard

[Bug tree-optimization/97953] [9/10 Regression] ICE (segfault) during GIMPLE pass: loopdone compiling libgcc/config/libbid/bid128_fma.c:190:1

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97953 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #24 from Richard

[Bug c/97932] [9/10 Regression] Preprocessor, generated error dumps most of the source file, not just one line by r6-5941

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97932 Richard Biener changed: What|Removed |Added Target Milestone|9.4 |9.5 --- Comment #10 from Richard

<    1   2   3   4   5   6   7   8   >