[Bug debug/101598] [debug, ada] .loc generated for defs__struct1IP

2021-08-11 Thread edlinger at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101598 Bernd Edlinger changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug tree-optimization/101856] New: match_arith_overflow checks only mulv4_optab/umulv4_optab tables when smul_highpart_optab/umul_highpart_optab can produce decent code too

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101856 Bug ID: 101856 Summary: match_arith_overflow checks only mulv4_optab/umulv4_optab tables when smul_highpart_optab/umul_highpart_optab can produce decent code too

[Bug target/101849] MMA built-in dies with a verify_gimple failed error

2021-08-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101849 --- Comment #3 from Richard Biener --- If you are using build_simple_mem_ref then the pointer type has to be "correct", but you can simply build the MEM_REF with build2 giving it the desired access type - the pointer type is irrelevant. Note th

[Bug c++/101853] [12 Regression] g++.dg/modules/xtreme-header-5_b.C ICE

2021-08-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101853 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0

[Bug middle-end/30314] optimize multiply-by-constant overflow (wrap) test

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30314 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Keywords|

[Bug testsuite/101857] New: gfortran.dg/ieee/large_3.F90 fails on arm-linux-gnueabi

2021-08-11 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101857 Bug ID: 101857 Summary: gfortran.dg/ieee/large_3.F90 fails on arm-linux-gnueabi Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Prior

[Bug c/101858] New: [12 Regression] ICE: ‘verify_gimple’ failed

2021-08-11 Thread anbu1024.me at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101858 Bug ID: 101858 Summary: [12 Regression] ICE: ‘verify_gimple’ failed Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/101818] Error message for the wrong name in designated initializers could be improved

2021-08-11 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101818 康桓瑋 changed: What|Removed |Added Resolution|DUPLICATE |--- Status|RESOLVED

[Bug c++/101859] New: Misleading error message in designated initializers

2021-08-11 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101859 Bug ID: 101859 Summary: Misleading error message in designated initializers Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug fortran/101835] Fortran 128-bit float support, __float128/c_float128 / Supporting PowerPC's three 128-bit / 16-byte REAL data types

2021-08-11 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101835 Tobias Burnus changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c/101858] [12 Regression] ICE: ‘verify_gimple’ failed

2021-08-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101858 Martin Liška changed: What|Removed |Added Last reconfirmed||2021-08-11 Status|UNCONFIRME

[Bug target/101860] New: [12 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1199 since r12-2837-g50b5877925ef5ae8

2021-08-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101860 Bug ID: 101860 Summary: [12 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1199 since r12-2837-g50b5877925ef5ae8 Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug target/101860] [12 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1199 since r12-2837-g50b5877925ef5ae8

2021-08-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101860 Martin Liška changed: What|Removed |Added Target Milestone|--- |12.0 Last reconfirmed|

[Bug target/101860] [12 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1199 since r12-2837-g50b5877925ef5ae8

2021-08-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101860 --- Comment #1 from Martin Liška --- Similarly fails: $ gcc /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/torture/vshuf-v32hi.c -Og -mavx512vp2intersect during GIMPLE pass: fre /home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/torture/vshuf

[Bug target/101860] [12 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1199 since r12-2837-g50b5877925ef5ae8

2021-08-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101860 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/101858] [12 Regression] ICE: ‘verify_gimple’ failed

2021-08-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101858 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0 Component|c

[Bug testsuite/101857] gfortran.dg/ieee/large_3.F90 fails on arm-linux-gnueabi

2021-08-11 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101857 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #

[Bug middle-end/101861] New: [12 Regression] ICE (segfault) via tree-vect-stmts.c:9495's vectorizable_load

2021-08-11 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101861 Bug ID: 101861 Summary: [12 Regression] ICE (segfault) via tree-vect-stmts.c:9495's vectorizable_load Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords:

[Bug target/101788] [12 Regression] ICE in extract_bit_field_1 at gcc/expmed.c:1857 since r12-2728-g2724d1bba6b36451404811fba3244f8897717ef3

2021-08-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101788 Martin Liška changed: What|Removed |Added Summary|[12 Regression] ICE in |[12 Regression] ICE in

[Bug middle-end/101861] [12 Regression] ICE (segfault) via tree-vect-stmts.c:9495's vectorizable_load

2021-08-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101861 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Target Milestone|---

[Bug testsuite/101857] gfortran.dg/ieee/large_3.F90 fails on arm-linux-gnueabi

2021-08-11 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101857 --- Comment #2 from Christophe Lyon --- Yes I still see that with r12-2842. There were link errors before r12-2839, but now only this test fails, at execution time. There might be something about raising exception in soft floating-point mode?

[Bug middle-end/101861] [12 Regression] ICE (segfault) via tree-vect-stmts.c:9495's vectorizable_load

2021-08-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101861 --- Comment #2 from Richard Biener --- OK, so we're having memory_access_type == VMAT_GATHER_SCATTER, gs_info.ifn != IFN_LAST but STMT_VINFO_GATHER_SCATTER_P is false. It looks like vec_offset is set elsewhere in that case. Likely here: els

[Bug target/101788] [12 Regression] ICE in extract_bit_field_1 at gcc/expmed.c:1857 since r12-2728-g2724d1bba6b36451404811fba3244f8897717ef3

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

[Bug target/101860] [12 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1199 since r12-2837-g50b5877925ef5ae8

2021-08-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101860 --- Comment #3 from Jakub Jelinek --- Created attachment 51286 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51286&action=edit gcc12-pr101860.patch Untested fix.

[Bug middle-end/101862] New: [C, C++] Potential '?:' diagnostic for always-true expressions in boolean context

2021-08-11 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101862 Bug ID: 101862 Summary: [C, C++] Potential '?:' diagnostic for always-true expressions in boolean context Product: gcc Version: 12.0 Status: UNCONFIRMED Keywor

[Bug c++/60932] make stdatomic.h compatible with C++

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

[Bug target/66791] [ARM] Replace builtins with gcc vector extensions code

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66791 --- Comment #12 from CVS Commits --- The master branch has been updated by Prathamesh Kulkarni : https://gcc.gnu.org/g:b8f604da25bfe0fd4dadbc338293885819fe8018 commit r12-2848-gb8f604da25bfe0fd4dadbc338293885819fe8018 Author: prathamesh.kulkarn

[Bug target/101863] New: ICE: in expand_vec_perm_broadcast_1, at config/i386/i386-expand.c:20485 with -mavx512f

2021-08-11 Thread zsojka at seznam dot cz via Gcc-bugs
king-yes-rtl-df-extra-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.0.0 20210811 (experimental) (GCC)

[Bug target/101863] ICE: in expand_vec_perm_broadcast_1, at config/i386/i386-expand.c:20485 with -mavx512f

2021-08-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101863 Jakub Jelinek changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug target/101860] [12 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1199 since r12-2837-g50b5877925ef5ae8

2021-08-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101860 Jakub Jelinek changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #4

[Bug middle-end/101861] [12 Regression] ICE (segfault) via tree-vect-stmts.c:9495's vectorizable_load

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101861 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:f19c70afa4aa2416c581484a6eb51c0ac46acd08 commit r12-2849-gf19c70afa4aa2416c581484a6eb51c0ac46acd08 Author: Richard Biener Date:

[Bug middle-end/101861] [12 Regression] ICE (segfault) via tree-vect-stmts.c:9495's vectorizable_load

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

[Bug target/101726] target_clone resolver does not generate PIC despite -fPIC

2021-08-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101726 --- Comment #3 from Martin Liška --- So the solution won't be so easy. We generally face the problem that: voidfoo (void) __attribute__ ((target_clones("avx512f,avx2,avx,default"))); is only a declaration. If we consider anot

[Bug target/101845] wrong code at -O1 on aarch64 with __builtin_shufflevector()

2021-08-11 Thread belagod at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101845 Tejas Belagod changed: What|Removed |Added Last reconfirmed||2021-08-11 Ever confirmed|0

[Bug middle-end/101858] [12 Regression] ICE: ‘verify_gimple’ failed

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101858 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:d7e91f4894f6a1a2daeec5cbe1e912bb896b9f7a commit r12-2850-gd7e91f4894f6a1a2daeec5cbe1e912bb896b9f7a Author: Richard Biener Date:

[Bug middle-end/101858] [12 Regression] ICE: ‘verify_gimple’ failed

2021-08-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101858 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Keywords|

[Bug target/101788] [12 Regression] ICE in extract_bit_field_1 at gcc/expmed.c:1857 since r12-2728-g2724d1bba6b36451404811fba3244f8897717ef3

2021-08-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101788 --- Comment #3 from Richard Biener --- What forwprop does is [local count: 1073741824]: __asm__ __volatile__("" : "=w" y); - y.0_1 = y; - _6 = BIT_FIELD_REF ; - _7 = BIT_FIELD_REF ; - _8 = BIT_FIELD_REF ; - _9 = BIT_FIELD_REF ; - _

[Bug target/101696] Function multiversioning not usable with new x86-64-v*

2021-08-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101696 Martin Liška changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug fortran/92621] Problems with memory handling with allocatable intent(out) arrays with bind(c)

2021-08-11 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92621 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug target/61810] init-regs.c papers over issues elsewhere

2021-08-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61810 --- Comment #5 from Richard Biener --- Re-running the experiment of disabling init-regs on x86_64 on trunk shows +FAIL: gcc.dg/lto/pr48622 c_lto_pr48622_0.o-c_lto_pr48622_0.o link, -O -flto -fi nline-small-functions -fno-early-inlining FAIL: gc

[Bug target/101788] [12 Regression] ICE in extract_bit_field_1 at gcc/expmed.c:1857 since r12-2728-g2724d1bba6b36451404811fba3244f8897717ef3

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

[Bug target/101696] Function multiversioning not usable with new x86-64-v*

2021-08-11 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101696 --- Comment #6 from H.J. Lu --- (In reply to Martin Liška from comment #5) > Right now, the x86-64* are defined as aliases to k8: > > {"x86-64", PROCESSOR_K8, CPU_K8, PTA_X86_64_BASELINE, 0, P_NONE}, > {"x86-64-v2", PROCESSOR_K8, CPU_GENERI

[Bug target/101696] Function multiversioning not usable with new x86-64-v*

2021-08-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101696 --- Comment #7 from Martin Liška --- > It is very difficult to add them to __builtin_cpu_is since there are no > such processors. I see! > However, add them to __builtin_cpu_supports is possible. Please do so we can then leverage that in the

[Bug demangler/101779] Compilation of rust-demangle.c fails on MinGW

2021-08-11 Thread nickc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101779 Nick Clifton changed: What|Removed |Added CC||nickc at gcc dot gnu.org --- Comment #4

[Bug target/101696] Function multiversioning not usable with new x86-64-v*

2021-08-11 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101696 --- Comment #8 from H.J. Lu --- Created attachment 51290 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51290&action=edit A patch Try this.

[Bug demangler/99935] Stack exhaustion demangling rust mangled name

2021-08-11 Thread nickc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99935 --- Comment #3 from Nick Clifton --- (In reply to Jonathan Wakely from comment #2) > This patch breaks MinGW, see PR 101779 But it can be fixed by: https://sourceware.org/bugzilla/show_bug.cgi?id=28207

[Bug libstdc++/101258] std ::is_integral_v is undocumented

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101258 --- Comment #19 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:63758bead0337b5225016711bf9d540cf7cc80b1 commit r11-8845-g63758bead0337b5225016711bf9d540cf7cc80b1 Author: Jonathan Wak

[Bug libstdc++/97001] API documentation should mention the minimum dialect

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97001 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:ea32f15d44e4f50f3eb9deb3135e0b6d50f7ec43 commit r11-8846-gea32f15d44e4f50f3eb9deb3135e0b6d50f7ec43 Author: Jonathan Wakel

[Bug libstdc++/101056] std::compare_partial_order_fallback missing the constraint of "F < E is well-formed"

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101056 --- Comment #3 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:546cf317558bfb178b7cadd346bb43cb963e9ce6 commit r11-8848-g546cf317558bfb178b7cadd346bb43cb963e9ce6 Author: Jonathan Wake

[Bug libstdc++/101510] std::filesystem::create_directory on an existing symlink to a directory

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101510 --- Comment #18 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:c5f17274aabe61bb0193b8b68283c1f1da5ee699 commit r11-8849-gc5f17274aabe61bb0193b8b68283c1f1da5ee699 Author: Jonathan Wak

[Bug libstdc++/101510] std::filesystem::create_directory on an existing symlink to a directory

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101510 --- Comment #19 from CVS Commits --- The releases/gcc-11 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:bde28c60c70079416dd2181f882c0694e019eaef commit r11-8850-gbde28c60c70079416dd2181f882c0694e019eaef Author: Jonathan Wak

[Bug libstdc++/101258] std ::is_integral_v is undocumented

2021-08-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101258 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |11.3

[Bug c++/100828] Arbitrary limit on constraint complexity

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100828 --- Comment #4 from CVS Commits --- The releases/gcc-11 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:90f3dd128bc709a76c52b5ae29b40903acb26f20 commit r11-8851-g90f3dd128bc709a76c52b5ae29b40903acb26f20 Author: Patrick Palka

[Bug c++/100828] Arbitrary limit on constraint complexity

2021-08-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100828 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/67491] [meta-bug] concepts issues

2021-08-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 100828, which changed state. Bug 100828 Summary: Arbitrary limit on constraint complexity https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100828 What|Removed |Added

[Bug libstdc++/101056] std::compare_partial_order_fallback missing the constraint of "F < E is well-formed"

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101056 --- Comment #4 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:452bfa3f41733eed6f07e5a8aae0bb8214cc6ce6 commit r10-10029-g452bfa3f41733eed6f07e5a8aae0bb8214cc6ce6 Author: Jonathan Wak

[Bug libstdc++/101510] std::filesystem::create_directory on an existing symlink to a directory

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101510 --- Comment #20 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:f28d0e3a39246767b5fcdbe5c2bc005a45253246 commit r10-10030-gf28d0e3a39246767b5fcdbe5c2bc005a45253246 Author: Jonathan Wa

[Bug libstdc++/101510] std::filesystem::create_directory on an existing symlink to a directory

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101510 --- Comment #21 from CVS Commits --- The releases/gcc-10 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:86bdcd21a1be008df28648b185c12221d917a166 commit r10-10031-g86bdcd21a1be008df28648b185c12221d917a166 Author: Jonathan Wa

[Bug preprocessor/101864] New: Segmentation fault with -Wtraditional + glibc 2.34

2021-08-11 Thread harald at gigawatt dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101864 Bug ID: 101864 Summary: Segmentation fault with -Wtraditional + glibc 2.34 Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug preprocessor/101864] Segmentation fault with -Wtraditional + glibc 2.34

2021-08-11 Thread harald at gigawatt dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101864 Harald van Dijk changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIR

[Bug preprocessor/101638] [11/12 Regression] ICE with -Wtraditional since r11-4953-g1d00f8c86324c40a

2021-08-11 Thread harald at gigawatt dot nl via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101638 Harald van Dijk changed: What|Removed |Added CC||harald at gigawatt dot nl --- Comment

[Bug middle-end/101862] [C, C++] Potential '?:' diagnostic for always-true expressions in boolean context

2021-08-11 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101862 Andrew Macleod changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment

[Bug preprocessor/101638] [11/12 Regression] ICE with -Wtraditional since r11-4953-g1d00f8c86324c40a

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

[Bug target/101845] wrong code at -O1 on aarch64 with __builtin_shufflevector()

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101845 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/101529] wrong code with __builtin_convertvector() and __builtin_shufflevector() at -Og

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101529 --- Comment #2 from Andrew Pinski --- *** Bug 101845 has been marked as a duplicate of this bug. ***

[Bug fortran/99351] ICE in gfc_finish_var_decl, at fortran/trans-decl.c:695

2021-08-11 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99351 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|u

[Bug target/101865] New: _ARCH_PWR8 is not defined when using -mcpu=power8

2021-08-11 Thread tuliom at ascii dot art.br via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101865 Bug ID: 101865 Summary: _ARCH_PWR8 is not defined when using -mcpu=power8 Product: gcc Version: 11.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug testsuite/101866] New: libstdc++-v3/testsuite/experimental/random/randint.cc fails

2021-08-11 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101866 Bug ID: 101866 Summary: libstdc++-v3/testsuite/experimental/random/randint.cc fails Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal P

[Bug testsuite/101866] libstdc++-v3/testsuite/experimental/random/randint.cc fails

2021-08-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101866 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/101564] ICE in resolve_allocate_deallocate, at fortran/resolve.c:8169

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101564 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:4ee9e57684e27d27ff12e2b93ab7ae3d46861593 commit r11-8852-g4ee9e57684e27d27ff12e2b93ab7ae3d46861593 Author: Harald Anlauf

[Bug testsuite/101866] libstdc++-v3/testsuite/experimental/random/randint.cc fails

2021-08-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101866 --- Comment #1 from Jonathan Wakely --- If the 32 bits read from /dev/random by reseed() happen to equal 99u then there's a 100% chance that the values will be the same.

[Bug testsuite/101866] libstdc++-v3/testsuite/experimental/random/randint.cc fails

2021-08-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101866 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org

[Bug fortran/101564] ICE in resolve_allocate_deallocate, at fortran/resolve.c:8169

2021-08-11 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101564 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/89062] class template argument deduction failure with parentheses

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89062 --- Comment #9 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:6186708312780bb2139da01946abdde39667e985 commit r12-2859-g6186708312780bb2139da01946abdde39667e985 Author: Patrick Palka Date: We

[Bug c++/79501] member deduction guide not recognized

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79501 --- Comment #5 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:7e39d1a15f5276f72ee478a692445569bb646e65 commit r12-2860-g7e39d1a15f5276f72ee478a692445569bb646e65 Author: Patrick Palka Date: We

[Bug c++/101786] P1143R2 constinit implementation is incomplete (joining with thread_local)

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101786 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ee8f9ff00d79998274c967ad0c23692be9dd3ada commit r12-2861-gee8f9ff00d79998274c967ad0c23692be9dd3ada Author: Jakub Jelinek Date: W

[Bug c++/101786] P1143R2 constinit implementation is incomplete (joining with thread_local)

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

[Bug target/101726] target_clone resolver does not generate PIC despite -fPIC

2021-08-11 Thread stefan.kneifel at bluewin dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101726 --- Comment #4 from Stefan Kneifel --- Yes, but a programmer might choose to implement target clones for a shared library using another language, e.g. hand-optimized assembler code (this was the actual problem I had). Forbidding target_clone de

[Bug c++/89062] class template argument deduction failure with parentheses

2021-08-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89062 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/79501] member deduction guide not recognized

2021-08-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79501 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/100983] Deduction guide for member template class rejected at class scope

2021-08-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100983 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug target/101865] _ARCH_PWR8 is not defined when using -mcpu=power8

2021-08-11 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101865 Segher Boessenkool changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/101853] [12 Regression] g++.dg/modules/xtreme-header-5_b.C ICE

2021-08-11 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101853 seurer at gcc dot gnu.org changed: What|Removed |Added CC||seurer at gcc dot gnu.org --

[Bug libstdc++/101867] New: avr libc build error for libstdc++

2021-08-11 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101867 Bug ID: 101867 Summary: avr libc build error for libstdc++ Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug c++/15269] __attribute__((deprecated)) broken with inline, ignored with pure virtual, misreported after definition

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15269 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2005-05-01 03:42:59 |2021-8-11 --- Comment #10 from Andrew Pi

[Bug c++/100919] multiple -Wdeprecated-declarations on a call to a deprecated member function pointer

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100919 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/100919] multiple -Wdeprecated-declarations on a call to a deprecated member function pointer

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100919 --- Comment #3 from Andrew Pinski --- 4.1.2 issues a duplicated warning too.

[Bug c++/94492] no way to silence -Wdeprecated-copy for aggregates

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94492 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/48266] deprecated("message") fails to print message

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48266 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug libstdc++/101867] avr libc build error for libstdc++

2021-08-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101867 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/48266] deprecated("message") fails to print message

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48266 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #3 from Andrew Pin

[Bug c++/40075] deprecated("xxx") doesn't work on function parameter

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40075 Andrew Pinski changed: What|Removed |Added CC||gcc at magfr dot user.lysator.liu.

[Bug c++/40075] deprecated("xxx") doesn't work on function parameter

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40075 --- Comment #5 from Andrew Pinski --- The original testcase in comment #0 starts to have the message in GCC 9+.

[Bug libstdc++/101867] avr libc build error for libstdc++

2021-08-11 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101867 --- Comment #2 from cqwrteur --- (In reply to Jonathan Wakely from comment #1) > How did you run configure? ../gcc/configure --disable-nls --disable-werror --disable-libstdcxx-verbose --enable-libstdc++ --disable-ssp --enable-languages=c,c++ --

[Bug c++/101725] simple requirement of parameter in defaulted non-type template parameter considered non-dependent

2021-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101725 --- Comment #1 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:9707d2e5dbb92d2bc990c922461a5a16ae652319 commit r12-2862-g9707d2e5dbb92d2bc990c922461a5a16ae652319 Author: Patrick Palka Date: W

[Bug c++/95302] function attributed to be deprecated cannot include a typedef/using

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95302 Andrew Pinski changed: What|Removed |Added Known to fail||10.2.0 Known to work|

[Bug c++/95302] function attributed to be deprecated cannot include a typedef/using

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

[Bug c++/99318] [10 Regression] -Wdeprecated-declarations where non-should be?

2021-08-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99318 Andrew Pinski changed: What|Removed |Added CC||shyou...@ruby-lang.org --- Comment #6 fr

[Bug libstdc++/101867] avr libc build error for libstdc++

2021-08-11 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101867 --- Comment #3 from cqwrteur --- Created attachment 51293 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51293&action=edit config file

[Bug libstdc++/101867] avr libc build error for libstdc++

2021-08-11 Thread unlvsur at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101867 --- Comment #4 from cqwrteur --- Created attachment 51294 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51294&action=edit end part of error messages

  1   2   3   >