[Bug tree-optimization/100609] bool - 1 is not simplified to -a

2021-05-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100609 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses match

2021-05-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 Bug 25290 depends on bug 100609, which changed state. Bug 100609 Summary: bool - 1 is not simplified to -a https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100609 What|Removed |Added

[Bug tree-optimization/100609] New: bool - 1 is not simplified to -a

2021-05-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100609 Bug ID: 100609 Summary: bool - 1 is not simplified to -a Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancement

[Bug fortran/93963] Select rank mishandling allocatable and pointer arguments with bind(c)

2021-05-14 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93963 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/93963] Select rank mishandling allocatable and pointer arguments with bind(c)

2021-05-14 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93963 sandra at gcc dot gnu.org changed: What|Removed |Added CC||sandra at gcc dot gnu.org

[Bug c++/100608] New: [10/11/12 Regression] -Wshadow=compatible-local false positive: function local type declaration shadows variable of different type

2021-05-14 Thread nok.raven at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100608 Bug ID: 100608 Summary: [10/11/12 Regression] -Wshadow=compatible-local false positive: function local type declaration shadows variable of different type Product: gcc

[Bug middle-end/100604] GCC generates invalid LO_SYM for unaligned global

2021-05-14 Thread dragan.mladjenovic at syrmia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100604 --- Comment #2 from dragan.mladjenovic at syrmia dot com --- It seems so. Something like this helps in this case: diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 07e908624a0..a102a9288c5 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@

[Bug other/100598] [12 Regression] MinGW Canadian cross toolchain fails to build due to missing BASEVER in genversion.c

2021-05-14 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100598 Tobias Burnus changed: What|Removed |Added Target Milestone|--- |12.0 Target|

[Bug fortran/100607] New: ICE with SELECT RANK

2021-05-14 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100607 Bug ID: 100607 Summary: ICE with SELECT RANK Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code Severity: normal Priority: P3

[Bug tree-optimization/100494] [11/12 Regression] Unterminated recursion in gimple-range.cc (x86_64-w64-mingw32)

2021-05-14 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100494 --- Comment #2 from Aldy Hernandez --- I cannot reproduce on a cross configured with: ~/src/gcc/configure --target=x86_64-w64-mingw32 --enable-languages=c --disable-bootstrap I tried: ./cc1 sha1.i -quiet -mtune=generic -march=x86-64 -g -O2

[Bug tree-optimization/100349] [11/12 Regression] ICE Segmentation fault during GIMPLE pass: evrp (under -O2 to -Os)

2021-05-14 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100349 --- Comment #4 from Aldy Hernandez --- Yes, it's a duplicate. There's a patch awaiting review here: https://gcc.gnu.org/pipermail/gcc-patches/2021-May/570301.html

[Bug middle-end/100604] GCC generates invalid LO_SYM for unaligned global

2021-05-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100604 Andrew Pinski changed: What|Removed |Added Target|riscv,mips |riscv-*-*,mips64r6-*-*

[Bug fortran/100602] Erroneous "pointer argument is not associated" runtime error.

2021-05-14 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100602 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2021-05-14

[Bug bootstrap/100597] [12 Regression] Ada bootstrap fails

2021-05-14 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100597 --- Comment #6 from Andreas Schwab --- Reverting ca9bb74a5f8 fixes bootstrap for me.

[Bug libstdc++/100606] New: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition.

2021-05-14 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100606 Bug ID: 100606 Summary: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition. Product: gcc Version: 12.0 Status:

[Bug other/100598] MinGW Canadian cross toolchain fails to build due to missing BASEVER in genversion.c

2021-05-14 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100598 Tobias Burnus changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |burnus at gcc dot gnu.org

[Bug c++/100596] [12 Regression] error: attribute appertains to a friend declaration that is not a definition since r12-786-g149061188c7c6ddf

2021-05-14 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100596 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug bootstrap/100597] [12 Regression] Ada bootstrap fails

2021-05-14 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100597 Eric Botcazou changed: What|Removed |Added Severity|normal |major --- Comment #5 from Eric

[Bug tree-optimization/100453] [12 Regression] wrong code at -O1 and above since r12-434

2021-05-14 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100453 --- Comment #8 from Eric Botcazou --- Martin, did you test Ada with your patch? It appears that it either causes bootstrap to fail (PR bootstrap/100597) or miscompiles the Ada compiler: === acats tests === FAIL: c41325a

[Bug c++/99576] [coroutines] destructor of a temporary called too early within co_await expression

2021-05-14 Thread nilsgladitz at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99576 Nils Gladitz changed: What|Removed |Added CC||nilsgladitz at gmail dot com --- Comment

[Bug fortran/93308] bind(c) subroutine changes lower bound of array argument in caller

2021-05-14 Thread jrfsousa at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93308 José Rui Faustino de Sousa changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jrfsousa at gcc dot

[Bug fortran/94331] Bind(C) corrupts array descriptors

2021-05-14 Thread jrfsousa at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94331 --- Comment #5 from José Rui Faustino de Sousa --- Hi Sandra! I have a patch for this problem, which also seems to work for PR93308, I expect to post it in the next week, if all goes well. Best regards, José Rui

[Bug c++/95870] [9/10 Regression] ICE (segmentation fault) in most_general_template(), in gcc/cp/pt.c

2021-05-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95870 --- Comment #11 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:2f1bb00ba340e53663651be7874011fd54e1d085 commit r12-804-g2f1bb00ba340e53663651be7874011fd54e1d085 Author: Jason Merrill Date:

[Bug c/100605] -Wimplicit-fallthrough=5 still recognizes comments

2021-05-14 Thread tuliom at ascii dot art.br via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100605 --- Comment #1 from Tulio Magno Quites Machado Filho --- Interestingly, all the 3 warnings are reported when using -save-temps: $ gcc -c -save-temps -Wimplicit-fallthrough=5 -Werror=implicit-fallthrough t.c t.c: In function ‘foo’: t.c:12:9:

[Bug c/100605] New: -Wimplicit-fallthrough=5 still recognizes comments

2021-05-14 Thread tuliom at ascii dot art.br via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100605 Bug ID: 100605 Summary: -Wimplicit-fallthrough=5 still recognizes comments Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/100604] New: GCC generates invalid LO_SYM for unaligned global

2021-05-14 Thread dragan.mladjenovic at syrmia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100604 Bug ID: 100604 Summary: GCC generates invalid LO_SYM for unaligned global Product: gcc Version: 11.1.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/100603] New: csky: config/csky/csky.h:402:13: error: comparison of unsigned expression in '>= 0' is always true [-Werror=type-limits]

2021-05-14 Thread jbglaw--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100603 Bug ID: 100603 Summary: csky: config/csky/csky.h:402:13: error: comparison of unsigned expression in '>= 0' is always true [-Werror=type-limits] Product: gcc

[Bug fortran/100602] New: Erroneous "pointer argument is not associated" runtime error.

2021-05-14 Thread here.is.a.gcc.bug at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100602 Bug ID: 100602 Summary: Erroneous "pointer argument is not associated" runtime error. Product: gcc Version: 11.1.1 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/100601] New: wrong code at -O1 on x86_64-linux-gnu

2021-05-14 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
compression algorithms: zlib gcc version 12.0.0 20210514 (experimental) [master revision df18a1343dd:515cc33a922:40a2f88838e5119799649a74692cbf38d774b706] (GCC) [564] % [564] % gcctk -O0 small.c; ./a.out [565] % gcc110 -O1 small.c; ./a.out [566] % [566] % gcctk -O1 small.c [567] % ./a.out

[Bug c++/100596] [12 Regression] error: attribute appertains to a friend declaration that is not a definition since r12-786-g149061188c7c6ddf

2021-05-14 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100596 --- Comment #3 from Jason Merrill --- (In reply to Marek Polacek from comment #1) > Rejecting such code was the point of the patch. I guess we'll have to > either downgrade to a warning or just not complain about GNU attributes at > all.

[Bug c/100600] New: ICE: in verify_hash_value, at fold-const.c:3929

2021-05-14 Thread cnsun at uwaterloo dot ca via Gcc-bugs
-pc-linux-gnu Configured with: /tmp/tmp.eZIsobWkq2-gcc-builder/gcc/configure --enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch --prefix=/scratch/software/gcc-trunk --disable-bootstrap Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.0.0 20210514

[Bug c++/95226] [8 Regression] Faulty aggregate initialization of vector with struct with float

2021-05-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95226 --- Comment #4 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4206171605de65df9674a14dd9db75bf4f4ed037 commit r12-801-g4206171605de65df9674a14dd9db75bf4f4ed037 Author: Jakub Jelinek Date:

[Bug c++/95226] [8 Regression] Faulty aggregate initialization of vector with struct with float

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95226 Jakub Jelinek changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug c++/100599] ICE in tree check: accessed elt 2 of ‘tree_vec’ with 1 elts in tsubst, at cp/pt.c:15649

2021-05-14 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100599 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/100596] [12 Regression] error: attribute appertains to a friend declaration that is not a definition since r12-786-g149061188c7c6ddf

2021-05-14 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100596 --- Comment #2 from Martin Liška --- I noticed that in a couple of packages that I have in my testing playground: https://build.opensuse.org/project/monitor/home:marxin:home:marxin:gcc-periodic-testing-v2 [ 1268s]

[Bug target/92889] [8/9 only] GCC-8 considers the _mm_gf2p8affine_epi64_epi8 intrinsic to be symmetric

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92889 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.4 --- Comment #3 from Jakub Jelinek

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

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49070 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.6 |9.4 CC|

[Bug rtl-optimization/100317] [8 only] 64-bit integer compare gives wrong result when MIN_INT64 is one of the operands

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

[Bug target/100152] [10/11/12 Regression] used caller-saved register not preserved across a call.

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100152 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |10.4 CC|

[Bug sanitizer/89308] [8 only] The sanitizers do no longer work on GCC 8 with newer kernels

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89308 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|8.5

[Bug middle-end/95810] [8 only] Spurious UBSan warning when computing the opposite of the absolute value of INT_MIN

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

[Bug c++/96282] [8 Regression] internal compiler error: in output_constructor_regular_field

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96282 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/96075] [8 Regression] bogus alignment for negative step grouped access

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96075 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.4 CC|

[Bug libstdc++/96029] [8 Regression] Inconsistencies with associative/unordered containers

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

[Bug c++/95468] [8 Regression] ICE in expression sfinae

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95468 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.4 CC|

[Bug c++/95226] [8 Regression] Faulty aggregate initialization of vector with struct with float

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95226 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug c++/94616] [8 Regression] Incorrect destruction for partially built objects

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94616 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.0 Resolution|---

[Bug c++/94616] [8 Regression] Incorrect destruction for partially built objects

2021-05-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94616 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3cafe627d6c8bce7e7f46bdbdef3d14e9701ce9d commit r12-800-g3cafe627d6c8bce7e7f46bdbdef3d14e9701ce9d Author: Jakub Jelinek Date:

[Bug c++/100599] New: internal compiler error: Segmentation fault

2021-05-14 Thread mu11 at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100599 Bug ID: 100599 Summary: internal compiler error: Segmentation fault Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/69698] [meta-bug] flexible array members

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69698 Bug 69698 depends on bug 93753, which changed state. Bug 93753 Summary: [8 Regression] ICE on a flexible array followed by a member in an anonymous struct with an initializer https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93753 What

[Bug c++/93753] [8 Regression] ICE on a flexible array followed by a member in an anonymous struct with an initializer

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93753 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/92478] [8 Regression] ICE on strcpy referencing an element of a static local constant array

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92478 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|8.5

[Bug c++/92475] [8 Regression] incorrect code with optimization

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92475 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/92195] [8 Regression/Latent] 'libgomp.c/pr90811.c:29:1: error: address taken, but ADDRESSABLE bit not set' ('internal compiler error: verify_gimple failed')

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92195 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|8.5

[Bug c++/91966] [8 Regression] pack expansion for Cartesian product breaks if certain indirections are involved since r6-1487-g1a4cd2cd7e7266b0

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

[Bug tree-optimization/91934] [8 Regression] Performance regression on 8.3.0 with -O3 and avx

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91934 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.0 Resolution|---

[Bug c++/91112] [9/10/11/12 Regression] Bad error message for virtual function of a template class. Wrong "required from here" line number

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91112 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.4 Status|WAITING

[Bug c++/89700] Warn if move constructor is not generated and not deleted

2021-05-14 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89700 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Severity|normal

[Bug inline-asm/91111] [8 Regression] arm64 Linux kernel panics at boot due to unexpected register assignment in inline asm

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|8.5

[Bug middle-end/91021] [8 Regression] ICE in tm_memopt_compute_antic at gcc/trans-mem.c:3867

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91021 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|8.5

[Bug middle-end/90796] [8 Regression] GCC: O2 vs O3 output differs on simple test

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90796 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.3 Resolution|---

[Bug other/90556] [meta-bug] bogus/missing -Wreturn-local-addr

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90556 Bug 90556 depends on bug 90737, which changed state. Bug 90737 Summary: [8 Regression] inconsistent address of a local converted to intptr_t between callee and caller https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90737 What

[Bug middle-end/90648] [8 Regression] ICE tree check: accessed operand 4 of call_expr with 3 operands in generic_simplify_MULT_EXPR, at generic-match.c:27222

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90648 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|8.5

[Bug c/90737] [8 Regression] inconsistent address of a local converted to intptr_t between callee and caller

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90737 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/90212] [8 Regression] by-ref capture of constexpr class object rejected

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90212 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|8.5

[Bug tree-optimization/90211] [8 Regression] ICE: tree check: expected ssa_name, have real_cst in first_readonly_imm_use, at ssa-iterators.h:351

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90211 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/90190] [8 regression] CTAD confuses with {one element} initializer_list

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90190 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.0 CC|

[Bug tree-optimization/90078] [9 Regression] ICE with deep templates caused by overflow

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90078 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.4 Summary|[8 Regression]

[Bug c++/90047] [8 Regression] internal compiler error: in finish_expr_stmt, at cp/semantics.c:680

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90047 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|8.5

[Bug c++/90019] [8 regression] Bogus ambiguous overload error for NTTP pack of disjoint enable_ifs unless there is an unsupplied default argument

2021-05-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90019 --- Comment #4 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d25809dbfe43917b3bed9454620fcc24f04c1e03 commit r12-799-gd25809dbfe43917b3bed9454620fcc24f04c1e03 Author: Jakub Jelinek Date:

[Bug c++/86932] [8 Regression] Empty non-type template parameter pack not considered for SFINAE.

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86932 Jakub Jelinek changed: What|Removed |Added CC||redbeard0531 at gmail dot com ---

[Bug c++/90019] [8 regression] Bogus ambiguous overload error for NTTP pack of disjoint enable_ifs unless there is an unsupplied default argument

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90019 Jakub Jelinek changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug c++/100596] [12 Regression] error: attribute appertains to a friend declaration that is not a definition since r12-786-g149061188c7c6ddf

2021-05-14 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100596 --- Comment #1 from Marek Polacek --- Rejecting such code was the point of the patch. I guess we'll have to either downgrade to a warning or just not complain about GNU attributes at all.

[Bug c++/89994] [8 Regression] ICE (segfault) in compare_ics

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89994 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug c++/89940] [8 Regression] Template substitution causes segfault

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89940 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.0 CC|

[Bug c/89888] [8 Regression] When switch controlling expression is promoted from type narrower than int, GCC does not diagnose identical cases

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89888 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|8.5

[Bug sanitizer/89764] [9/10/11/12 Regression] ubsan diagnostic on generic lambdas decayed to function pointers

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89764 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.4 Summary|[8 Regression]

[Bug c++/79308] ICE on specialization of nested template classes (in finish_member_declaration, at cp/semantics.c:2963)

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79308 Bug 79308 depends on bug 89744, which changed state. Bug 89744 Summary: [8 Regression] ICE with specialization of nested template class https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89744 What|Removed |Added

[Bug c++/89744] [8 Regression] ICE with specialization of nested template class

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89744 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.0 Status|ASSIGNED

[Bug rtl-optimization/89676] [8 Regression] Redundant moves for long long shift on 32bit x86

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89676 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.0 Status|ASSIGNED

[Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456 Bug 56456 depends on bug 89644, which changed state. Bug 89644 Summary: [8 Regression] false-positive -Warray-bounds on strncpy with unterminated array https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89644 What|Removed

[Bug middle-end/88781] [meta-bug] bogus/missing -Wstringop-truncation warnings

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88781 Bug 88781 depends on bug 89644, which changed state. Bug 89644 Summary: [8 Regression] false-positive -Warray-bounds on strncpy with unterminated array https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89644 What|Removed

[Bug tree-optimization/89644] [8 Regression] false-positive -Warray-bounds on strncpy with unterminated array

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89644 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.5 |9.0 CC|

[Bug target/89506] [8 Regression] ICE: in decompose, at rtl.h:2266 with -Og -g

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89506 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|8.5

[Bug debug/82738] [meta-bug] issues with the -Og optimization level

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82738 Bug 82738 depends on bug 89506, which changed state. Bug 89506 Summary: [8 Regression] ICE: in decompose, at rtl.h:2266 with -Og -g https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89506 What|Removed |Added

[Bug tree-optimization/89487] [8 Regression] ICE in expand_expr_addr_expr_1, at expr.c:7993

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

[Bug debug/82738] [meta-bug] issues with the -Og optimization level

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82738 Bug 82738 depends on bug 89434, which changed state. Bug 89434 Summary: [8 Regression] wrong code with -Og and __builtin_mul_overflow() https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89434 What|Removed |Added

[Bug target/89434] [8 Regression] wrong code with -Og and __builtin_mul_overflow()

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89434 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/89410] [8 Regression] ICE in calculate_line_spans, at diagnostic-show-locus.c:1237 after #line

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89410 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/89399] [8 Regression] ICE: RTL check: expected code 'set', 'clobber' or 'clobber_high', have 'parallel' in combine_reaching_defs, at ree.c:783

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89399 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/86953] [8 Regression] compiler crashes with constexpr operator== and specific struct (cxx_eval_bit_field_ref, at cp/constexpr.c:2704)

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86953 Bug 86953 depends on bug 89285, which changed state. Bug 89285 Summary: [8 Regression] ICE after casting the this pointer in the constructor in C++17 mode https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89285 What|Removed

[Bug c++/89285] [8 Regression] ICE after casting the this pointer in the constructor in C++17 mode

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89285 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|8.5

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

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601 Bug 58601 depends on bug 89357, which changed state. Bug 89357 Summary: [8 regression][C++11] alignas for automatic variables with alignment greater than 16 fails https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357 What|Removed

[Bug c++/89357] [8 regression][C++11] alignas for automatic variables with alignment greater than 16 fails

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug c/89340] [8 Regression] ICE in function_and_variable_visibility, at ipa-visibility.c:707

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89340 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|8.5

[Bug c++/89325] [8 Regression] False warnings about "optimization attribute" on operators when -fno-ipa-cp-clone

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

[Bug tree-optimization/89280] [8 Regression] ICE: Segmentation fault (in is_gimple_reg_type)

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89280 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|8.5

[Bug middle-end/92377] [7/8 Regression] ICE: Segmentation fault

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92377 Bug 92377 depends on bug 89280, which changed state. Bug 89280 Summary: [8 Regression] ICE: Segmentation fault (in is_gimple_reg_type) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89280 What|Removed |Added

[Bug tree-optimization/89247] [8 Regression] ICE in expand_LOOP_VECTORIZED, at internal-fn.c:2409

2021-05-14 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89247 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|8.5

[Bug tree-optimization/89182] [8 Regression] [graphite] ICE in extract_affine, at graphite-sese-to-poly.c:280

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

  1   2   3   4   5   6   >