[Bug target/104664] ICE: in extract_constrain_insn, at recog.cc:2670 (insn does not satisfy its constraints) with -Og -ffinite-math-only

2022-02-24 Thread wwwhhhyyy333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104664 --- Comment #2 from Hongyu Wang --- starting from r12-6021

[Bug c/104673] New: powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-24 Thread judge.packham at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104673 Bug ID: 104673 Summary: powerpc e500mc Error: unrecognized opcode: `isel' Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug target/104673] powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104673 --- Comment #1 from Andrew Pinski --- How did you configure GCC? How did you invoke GCC? Can you attach the preprocessed source rather than the generated assembly code?

[Bug target/104663] [12 Regression] C-ray 1.1 performance is 50% worse at -O2 in GCC 12 than before on alderlake

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

[Bug target/104666] [12 Regression] ICE in related_vector_mode, at stor-layout.c:537

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

[Bug c++/98202] C++ cannot parse F128 suffix for float128 literals

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98202 Jonathan Wakely changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRM

[Bug c++/87274] -std=c++11 breaks quadmath macros

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87274 Jonathan Wakely changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #6

[Bug c++/87274] -std=c++11 breaks quadmath macros

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87274 --- Comment #7 from Jonathan Wakely --- There's a related (but slightly different) problem for F128 suffixes: auto f = __FLT128_MIN__; f128.C:1:10: error: unable to find numeric literal operator ‘operator""F128’ The macros for the F128 constan

[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407 Jonathan Wakely changed: What|Removed |Added Attachment #52501|0 |1 is obsolete|

[Bug c/104674] New: i686 sse2: The two results of __divmoddi4 are mixed up

2022-02-24 Thread xavier.leroy at inria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104674 Bug ID: 104674 Summary: i686 sse2: The two results of __divmoddi4 are mixed up Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug target/104663] [12 Regression] C-ray 1.1 performance is 50% worse at -O2 in GCC 12 than before on alderlake

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

[Bug target/101908] [12 regression] cray regression with -O2 -ftree-slp-vectorize compared to -O2

2022-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101908 Richard Biener changed: What|Removed |Added CC||aros at gmx dot com --- Comment #20 fr

[Bug target/104664] [12 Regression] ICE: in extract_constrain_insn, at recog.cc:2670 (insn does not satisfy its constraints) with -Og -ffinite-math-only

2022-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104664 Richard Biener changed: What|Removed |Added Summary|ICE: in |[12 Regression] ICE: in

[Bug target/98341] [11/12 Regression] Ada bootstrap fails with erroneous memory access on m68k

2022-02-24 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98341 --- Comment #19 from John Paul Adrian Glaubitz --- (In reply to John Paul Adrian Glaubitz from comment #18) > The git snapshot 20220130 from the gcc-11 branch still fails. However, since > Matthias just uploaded 20220222, I can try that as well a

[Bug tree-optimization/104665] Failure to recognize memcpy

2022-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104665 --- Comment #4 from Richard Biener --- In principle loop distribution could recognize this but it currently is doing too simplistic checking for this, not sure how difficult handling this would be.

[Bug target/104666] [12 Regression] ICE in related_vector_mode, at stor-layout.c:537

2022-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104666 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0

[Bug target/104674] [11/12 Regression] i686 sse2: The two results of __divmoddi4 are mixed up

2022-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104674 Richard Biener changed: What|Removed |Added Keywords||needs-bisection Ever confirmed|0

[Bug ipa/104648] [12 Regression] ICE in cgraphunit_cc_finalize, at cgraphunit.cc:2540

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104648 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/104674] [11/12 Regression] i686 sse2: The two results of __divmoddi4 are mixed up

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104674 Jakub Jelinek changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug rtl-optimization/104675] New: [9/10/11/12 Regression] ICE: in expand_expr_real_2, at expr.cc:9773 at -O with __real__ + __imag__ extraction

2022-02-24 Thread zsojka at seznam dot cz via Gcc-bugs
ary-trunk-r12-7366-20220224090510-gffb2c671707-checking-yes-rtl-df-extra-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.0.1 20220224 (experimental) (GCC)

[Bug c++/88907] Variadic template function deduction failure.

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88907 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2022-02-24 Status|UNCONFIRME

[Bug c++/104672] C++ frontend failing when function pointer argument types contain a parameter pack

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104672 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/56190] GCC fails deducing a "void(*)(int, float, double)" to a "void(*)(T..., float, double)" with T={int}

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56190 Andrew Pinski changed: What|Removed |Added CC||eliphat at sjtu dot edu.cn --- Comment #

[Bug rtl-optimization/104675] [9/10/11/12 Regression] ICE: in expand_expr_real_2, at expr.cc:9773 at -O with __real__ + __imag__ extraction

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104675 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |9.5 Priority|P3

[Bug rtl-optimization/104675] [9/10/11/12 Regression] ICE: in expand_expr_real_2, at expr.cc:9773 at -O with __real__ + __imag__ extraction

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104675 --- Comment #2 from Andrew Pinski --- It was this part: (-1 - A -> ~A): Remove unnecessary condition. Which caused the issue.

[Bug tree-optimization/64454] optimize (x%5)%5

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64454 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug fortran/104428] [12 Regression] ICE in gfc_trans_omp_declare_variant, at fortran/trans-openmp.cc:7648 since r12-4409-g724ee5a0093da443

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104428 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-02-24 CC|

[Bug fortran/104429] [9/10/11/12 Regression] ICE in gfc_conv_variable, at fortran/trans-expr.cc:3056 since r9-2664-g1312bb902382cb48

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104429 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-02-24 CC|

[Bug fortran/104430] [9/10/11/12 Regression] ICE in gfc_conv_component_ref, at fortran/trans-expr.cc:2742 since r9-3522-gd0477233215e37de

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

[Bug rtl-optimization/104438] Combine optimization opportunity exposed after pro_and_epilogue

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104438 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #7

[Bug ipa/104457] ipa-cp with autofdo: internal compiler error in update_specialized_profile, at ipa-cp.c:4422

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104457 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug rtl-optimization/104675] [9/10/11/12 Regression] ICE: in expand_expr_real_2, at expr.cc:9773 at -O with __real__ + __imag__ extraction

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104675 Jakub Jelinek changed: What|Removed |Added Known to fail|10.3.1, 11.2.1, 12.0, | |6.5.0, 7.5.0, 8.5.0

[Bug c/104468] with -O -g, quadratic compile time of function with __attribute__(("00")) that passes large structs by value

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104468 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug tree-optimization/104675] [9/10/11/12 Regression] ICE: in expand_expr_real_2, at expr.cc:9773 at -O with __real__ + __imag__ extraction

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104675 --- Comment #4 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #3) > > I think both: > /* -A - 1 -> ~A */ > (simplify >(minus (convert? (negate @0)) integer_each_onep) >(if (!TYPE_OVERFLOW_TRAPS (type) > && tr

[Bug target/102485] -Wa,-many no longer has any effect

2022-02-24 Thread amodra at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102485 --- Comment #10 from Alan Modra --- I have spent some time over the last few days digging into history relevant to this bug as part of looking into a binutils report that an ARCH=powerpc CROSS_COMPILE=powerpc-linux- pmac32_defconfig linux kernel

[Bug tree-optimization/104675] [9/10/11/12 Regression] ICE: in expand_expr_real_2, at expr.cc:9773 at -O with __real__ + __imag__ extraction

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

[Bug c++/104537] ICE when generic-lambda as function parameter fails to be converted to pointer to function

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

[Bug fortran/104554] ICE in check_assumed_size_reference, at fortran/resolve.cc:1650

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

[Bug fortran/104555] ICE in gfc_compare_derived_types, at fortran/interface.cc:628 since r10-2912-g70570ec192745095

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104555 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Summary|ICE in

[Bug fortran/104556] ICE in gfc_conv_class_to_class, at fortran/trans-expr.cc:1267 since r12-570-ga2c593009fef1564

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104556 Martin Liška changed: What|Removed |Added Summary|ICE in |ICE in |gfc_conv_class

[Bug target/104671] -Wa,-m no longer has any effect

2022-02-24 Thread amodra at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104671 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #3 fro

[Bug target/103353] Indefinite recursion when compiling -mmma requiring testcase w/ -maltivec

2022-02-24 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103353 --- Comment #7 from Segher Boessenkool --- (In reply to Kewen Lin from comment #5) > (In reply to Segher Boessenkool from comment #4) > > You miss all extra errors the expand_call can generate. This is the general > > reason why we try to conti

[Bug libstdc++/68350] std::uninitialized_copy overly restrictive for trivially_copyable types

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68350 Jonathan Wakely changed: What|Removed |Added Assignee|ville.voutilainen at gmail dot com |redi at gcc dot gnu.org --- Com

[Bug target/104674] [11/12 Regression] i686 sse2: The two results of __divmoddi4 are mixed up

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104674 Jakub Jelinek changed: What|Removed |Added CC||uros at gcc dot gnu.org --- Comment #3

[Bug target/104674] [11/12 Regression] i686 sse2: The two results of __divmoddi4 are mixed up

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104674 --- Comment #4 from Jakub Jelinek --- Seems similar to PR78791.

[Bug rtl-optimization/104664] [12 Regression] ICE: in extract_constrain_insn, at recog.cc:2670 (insn does not satisfy its constraints) with -Og -ffinite-math-only

2022-02-24 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104664 Uroš Bizjak changed: What|Removed |Added Keywords||ra Component|target

[Bug c/89408] No constant folding when dereferencing string literals

2022-02-24 Thread srk31 at srcf dot ucam.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89408 --- Comment #7 from Stephen Kell --- Thanks for the backstory. I understand that 'accept as much as possible' isn't the goal, nor would it be wise. The pedwarn message you quoted, which explicitly makes reference to integer constant expressions,

[Bug tree-optimization/104676] New: [12 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 (error: loop 3's number of iterations '(unsigned int) + 4294967295' references the released SSA nam

2022-02-24 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104676 Bug ID: 104676 Summary: [12 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 (error: loop 3's number of iterations '(unsigned int) + 4294967295' references the released

[Bug gcov-profile/104677] New: With -fprofile-arcs, the name of the .gcda file is incorrect

2022-02-24 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104677 Bug ID: 104677 Summary: With -fprofile-arcs, the name of the .gcda file is incorrect Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/104674] [11/12 Regression] i686 sse2: The two results of __divmoddi4 are mixed up

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104674 --- Comment #5 from Jakub Jelinek --- Created attachment 52508 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52508&action=edit gcc12-pr104674.patch Untested fix.

[Bug c++/104670] [9/10/11/12 Regression] ICE when using decltype of a lambda returning a struct inside of a struct

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

[Bug fortran/104569] ICE in generate_coarray_sym_init, at fortran/trans-decl.cc:5537 since r8-3365-gb89a63b916340ef2

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104569 Martin Liška changed: What|Removed |Added Summary|ICE in |ICE in |generate_coarr

[Bug gcov-profile/104677] With -fprofile-arcs, the name of the .gcda file is incorrect

2022-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104677 Richard Biener changed: What|Removed |Added CC||aoliva at gcc dot gnu.org V

[Bug tree-optimization/104676] [12 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 (error: loop 3's number of iterations '(unsigned int) + 4294967295' references the released SSA name '

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104676 Jakub Jelinek changed: What|Removed |Added Last reconfirmed||2022-02-24 Target Milestone|---

[Bug tree-optimization/104676] [12 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 (error: loop 3's number of iterations '(unsigned int) + 4294967295' references the released SSA name '

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

[Bug fortran/104570] [12 Regression] ICE in gfc_conv_scalarized_array_ref, at fortran/trans-array.cc:3681 since r12-7217-g57da34939703a6e6

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

[Bug tree-optimization/104676] [12 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 (error: loop 3's number of iterations '(unsigned int) + 4294967295' references the released SSA name '

2022-02-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104676 --- Comment #3 from Richard Biener --- loop distribution removes _31 = s_18(D)->f; releasing SSA name 31 but loop 3 still has nb_iterations == (unsigned int) _31 + 4294967295 loop distribution already does scev_reset_htab but should just use

[Bug driver/104614] "Undocumented" option flag ignored with --help=target

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

[Bug libstdc++/68350] std::uninitialized_copy overly restrictive for trivially_copyable types

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68350 --- Comment #10 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #9) > - If the input and output type are the same size and both are trivially > constructible, we can use memcpy. Correction: they need to be the same type. We

[Bug fortran/104625] ICE in fixup_array_ref, at fortran/resolve.cc:9275 since r10-2912-g70570ec192745095

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104625 Martin Liška changed: What|Removed |Added Summary|ICE in fixup_array_ref, at |ICE in fixup_array_ref, at

[Bug c/104627] [12 Regression] New failure in deprecated.c

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

[Bug tree-optimization/104675] [9/10/11/12 Regression] ICE: in expand_expr_real_2, at expr.cc:9773 at -O with __real__ + __imag__ extraction

2022-02-24 Thread glisse at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104675 --- Comment #6 from Marc Glisse --- I am only learning now that bit ops don't exist for complex numbers :-/ I don't really see why not, but that's a different question. Thanks for fixing this. Looking to see if I could quickly find other similar

[Bug tree-optimization/104601] [11/12 Regression] Invalid branch elimination at -O2

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104601 --- Comment #12 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9251b457eb8df912f2e8203d0ee8ab300c041520 commit r12-7371-g9251b457eb8df912f2e8203d0ee8ab300c041520 Author: Jakub Jelinek Date:

[Bug tree-optimization/104601] [11 Regression] Invalid branch elimination at -O2

2022-02-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104601 Jakub Jelinek changed: What|Removed |Added Summary|[11/12 Regression] Invalid |[11 Regression] Invalid

[Bug target/104662] arm: ice in simd_valid_immediate

2022-02-24 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104662 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

[Bug target/104662] arm: ice in simd_valid_immediate

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

[Bug libstdc++/68350] std::uninitialized_copy overly restrictive for trivially_copyable types

2022-02-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68350 --- Comment #11 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #9) > - If the output type is trivially default constructible and is assignable > from > the input type, we can use std::copy (but it's unclear whether that give

[Bug libstdc++/68350] std::uninitialized_copy overly restrictive for trivially_copyable types

2022-02-24 Thread arthur.j.odwyer at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68350 --- Comment #12 from Arthur O'Dwyer --- jwakely wrote: > Correction: they need to be the same type. We can't memcpy here: > > struct A { }; > struct B { B() = default; B(A) { do_stuff(); } }; > > void (A* f, A* l, B* out) { > std::uninitialized

[Bug tree-optimization/104676] [12 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 (error: loop 3's number of iterations '(unsigned int) + 4294967295' references the released SSA name '

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104676 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:a4066d3a5097333f17c0d7be1630a98f3a5b1c1d commit r12-7372-ga4066d3a5097333f17c0d7be1630a98f3a5b1c1d Author: Richard Biener Date:

[Bug tree-optimization/104676] [12 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 (error: loop 3's number of iterations '(unsigned int) + 4294967295' references the released SSA name '

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

[Bug c++/104678] New: pointer to member cannot be passed as template argument after derived/base cast

2022-02-24 Thread schaumb at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104678 Bug ID: 104678 Summary: pointer to member cannot be passed as template argument after derived/base cast Product: gcc Version: 12.0 Status: UNCONFIRMED Severity

[Bug gcov-profile/104677] Please update documentation about the name of the .gcda files

2022-02-24 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104677 Vincent Lefèvre changed: What|Removed |Added Summary|With -fprofile-arcs, the|Please update documentation

[Bug gcov-profile/104677] Please update documentation about the name of the .gcda files

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104677 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gcc d

[Bug c++/104629] Constexpr static functions and variables in templates, in the wrong order and under specific circumstances produces ICEs under some versions, compiles (but shouldn't) on others

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

[Bug target/104637] ICE: maximum number of LRA assignment passes is achieved (30) with -Og -fno-forward-propagate -mavx since r9-5221-gd8fcab689435a29d

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104637 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-02-24 CC|

[Bug rtl-optimization/104638] ICE: maximum number of LRA assignment passes is achieved (30) with -O since r12-1128-gef8176e0fac935c0

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104638 Martin Liška changed: What|Removed |Added Summary|ICE: maximum number of LRA |ICE: maximum number of LRA

[Bug target/104643] gcc/config/rs6000/driver-rs6000.cc: 2 * pointless call ?

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104643 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug tree-optimization/104679] New: [12 Regression] ICE in connect_traces, at dwarf2cfi.c:3071 since r12-6637-g463d9108766dcbb6

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104679 Bug ID: 104679 Summary: [12 Regression] ICE in connect_traces, at dwarf2cfi.c:3071 since r12-6637-g463d9108766dcbb6 Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug tree-optimization/104679] [12 Regression] ICE in connect_traces, at dwarf2cfi.c:3071 since r12-6637-g463d9108766dcbb6

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104679 Martin Liška changed: What|Removed |Added Target Milestone|--- |12.0 Status|UNCONFIRMED

[Bug c++/104647] [9/10/11/12 Regression] ICE in get_or_insert_ctor_field, at cp/constexpr.cc:3705 since r9-3836-g4be5c72cf3ea3ee9

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104647 Martin Liška changed: What|Removed |Added Summary|[9/10/11/12 Regression] ICE |[9/10/11/12 Regression] ICE

[Bug fortran/104649] ICE in gfc_match_formal_arglist, at fortran/decl.cc:6733 since r6-1958-g4668d6f9c00d4767

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104649 Martin Liška changed: What|Removed |Added Summary|ICE in |ICE in |gfc_match_form

[Bug fortran/104650] [PDT] ICE in gfc_resolve_finalizers, at fortran/resolve.cc:13749 since r8-3056-g5bab4c9631c478b7

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

[Bug c++/104668] [12 Regression] ICE in lookup_attribute_spec, at attribs.cc:425

2022-02-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104668 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #2

[Bug target/104656] [12 Regression] trunk 20220222 ftbfs for bpf

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104656 --- Comment #6 from CVS Commits --- The master branch has been updated by Jose E. Marchesi : https://gcc.gnu.org/g:39be73d07bb667fd5d313a3398f5399e091f2c0c commit r12-7373-g39be73d07bb667fd5d313a3398f5399e091f2c0c Author: Jose E. Marchesi Dat

[Bug c/104680] New: identical inner condition not detected

2022-02-24 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104680 Bug ID: 104680 Summary: identical inner condition not detected Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/104680] identical inner condition not detected

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104680 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|

[Bug middle-end/104679] [12 Regression] ICE in connect_traces, at dwarf2cfi.c:3071 since r12-6637-g463d9108766dcbb6

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

[Bug target/22271] No builtin preprocessing defines to tell SDATA mode.

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22271 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org Res

[Bug libstdc++/70508] libstdc++.*-gdb.py': No such file or directory

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70508 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/91777] No warning for iterator going out of scope

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91777 Eric Gallager changed: What|Removed |Added Resolution|--- |WONTFIX Status|WAITING

[Bug c++/87403] [Meta-bug] Issues that suggest a new warning

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87403 Bug 87403 depends on bug 91777, which changed state. Bug 91777 Summary: No warning for iterator going out of scope https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91777 What|Removed |Added -

[Bug other/92456] libiberty/make-relative-prefix.c: read buffer overflow in split_directories()

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92456 Eric Gallager changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tim.ruehsen at gmx dot de

[Bug c/104468] with -O -g, quadratic compile time of function with __attribute__(("00")) that passes large structs by value

2022-02-24 Thread erik.carstensen at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104468 --- Comment #6 from Erik Carstensen --- thanks! Looks like the second change repairs __attribute__((optimize("O0"))); this leads to a smaller reproducer: the problem is reproduced if I remove that attribute and compile with "-g -O0 -fvar-trackin

[Bug tree-optimization/91514] optimization needs fictive memory allocation

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91514 Eric Gallager changed: What|Removed |Added Resolution|--- |INVALID CC|

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 91514, which changed state. Bug 91514 Summary: optimization needs fictive memory allocation https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91514 What|Removed |Added ---

[Bug target/70676] suboptimal code generation on AVR

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70676 Eric Gallager changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug debug/104468] with -O -g, quadratic compile time of function with __attribute__(("00")) that passes large structs by value

2022-02-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104468 --- Comment #7 from Andrew Pinski --- https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&cf_known_to_fail_type=allwords&cf_known_to_work_

[Bug libstdc++/58628] Incorrect std::isalpha results with UTF-8 locale on illumos

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58628 Eric Gallager changed: What|Removed |Added Last reconfirmed||2022-02-24 Status|UNCONFIRME

[Bug libstdc++/56482] missing -lpthread in configure when checking for pthreads_num_processors_np

2022-02-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56482 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/84519] [F2018] STOP and ERROR STOP statements with QUIET specifier

2022-02-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84519 --- Comment #6 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:916b809fbfdd2740006270baf549bf22fe9ec3c4 commit r12-7377-g916b809fbfdd2740006270baf549bf22fe9ec3c4 Author: Harald Anlauf Date: We

  1   2   >