[Bug tree-optimization/102179] New: ICE during dom: tree check: expected ssa_name, have integer_cst

2021-09-02 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102179 Bug ID: 102179 Summary: ICE during dom: tree check: expected ssa_name, have integer_cst Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/102179] ICE during dom: tree check: expected ssa_name, have integer_cst

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

[Bug tree-optimization/102152] [12 Regression] ICE: tree check: expected ssa_name, have integer_cst in cprop_operand, at tree-ssa-dom.c:1715

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102152 Andrew Pinski changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 102179, which changed state. Bug 102179 Summary: ICE during dom: tree check: expected ssa_name, have integer_cst https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102179 What|Removed |Added

[Bug target/102173] [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102173 --- Comment #3 from Andrew Pinski --- (In reply to Christophe Lyon from comment #2) > Appeared after r12-3278 g:823685221de986afb729910a6f2237f07a377f17 Yes caused by r12-3278.

[Bug fortran/102180] New: Improve checking of assume size array spec

2021-09-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102180 Bug ID: 102180 Summary: Improve checking of assume size array spec Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fo

[Bug libstdc++/102181] New: std::advance and std::views::iota don't work

2021-09-02 Thread raffael at casagrande dot ch via Gcc-bugs
to v = std::ranges::iota_view(static_cast(0), static_cast(100)); auto b = v.begin(); std::advance(b, static_cast(1)); } gcc version: 12.0.0 20210901 (experimental) Error messages: /opt/compiler-explorer/gcc-trunk-20210902/include/c++/12.0.0/bits/stl_iterator_base_funcs.h: In instantiation of '

[Bug target/95969] Use of __builtin_aarch64_im_lane_boundsi in AArch64 arm_neon.h interferes with gimple optimisation

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95969 --- Comment #7 from Andrew Pinski --- Testcases that fail: gcc.target/aarch64/vmov_n_1.c at -O1:t.c: In function ‘test_vmov_n_f32’: t.c:165:10: error: missing definition for SSA_NAME: .MEM_161 in statement: # VUSE <.MEM_161> _162 = BIT_FIELD_REF

[Bug target/102173] [12 Regression] ICEs gcc.target/aarch64/sve/acle/general-c/type_redef_1.c after recent error recovery patch

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102173 Andrew Pinski changed: What|Removed |Added Keywords||patch URL|

[Bug libstdc++/102181] std::advance and std::views::iota don't work

2021-09-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102181 --- Comment #1 from Jonathan Wakely --- It compiles with -std=gnu++20 but not -std=c++20

[Bug libstdc++/102181] std::advance and std::views::iota don't work

2021-09-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102181 --- Comment #2 from Jonathan Wakely --- You need to use std::ranges::advance here, because iota_view is "special". The reason std::advance doesn't work is that the type of v.begin() does not meet the Cpp17InputIterator requirements, because its

[Bug libstdc++/102181] std::advance and std::views::iota don't work

2021-09-02 Thread raffael at casagrande dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102181 --- Comment #3 from Raffael Casagrande --- thanks for the fast response. I can switch over to std::ranges::advance. MSVC compiles the snippet without problems...

[Bug libstdc++/102181] std::advance and std::views::iota don't work

2021-09-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102181 --- Comment #4 from Jonathan Wakely --- https://en.cppreference.com/w/cpp/iterator/advance says "InputIt must meet the requirements of LegacyInputIterator." https://en.cppreference.com/w/cpp/named_req/InputIterator gives a sample concept you ca

[Bug target/97142] __builtin_fmod not optimized on POWER

2021-09-02 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97142 Peter Bergner changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug libstdc++/102181] std::advance and std::views::iota don't work

2021-09-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102181 Jonathan Wakely changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRME

[Bug target/96791] ICE in convert_mode_scalar, at expr.c:412

2021-09-02 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96791 --- Comment #24 from Peter Bergner --- (In reply to Segher Boessenkool from comment #23) > Anyway, patch in testing. Did your patch fix the problem or do we need to take another run at this?

[Bug target/95969] Use of __builtin_aarch64_im_lane_boundsi in AArch64 arm_neon.h interferes with gimple optimisation

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95969 Andrew Pinski changed: What|Removed |Added Attachment #51397|0 |1 is obsolete|

[Bug target/97142] __builtin_fmod not optimized on POWER

2021-09-02 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97142 --- Comment #14 from Segher Boessenkool --- (In reply to Peter Bergner from comment #13) > (In reply to luoxhu from comment #12) > > Patch submitted: > > > > https://gcc.gnu.org/pipermail/gcc-patches/2021-April/568143.html > > Looks like Will r

[Bug target/96791] ICE in convert_mode_scalar, at expr.c:412

2021-09-02 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96791 --- Comment #25 from Segher Boessenkool --- (In reply to Peter Bergner from comment #24) > (In reply to Segher Boessenkool from comment #23) > > Anyway, patch in testing. > > Did your patch fix the problem or do we need to take another run at th

[Bug libstdc++/102181] std::advance and std::views::iota don't work

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

[Bug fortran/100915] Bind(c): failure handling C_FUNPTR

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100915 --- Comment #4 from CVS Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:93b6b2f614eb692d1d8126ec6cb946984a9d01d7 commit r12-3321-g93b6b2f614eb692d1d8126ec6cb946984a9d01d7 Author: Sandra Loosemore Dat

[Bug fortran/100911] Bind(c): failure handling C_PTR

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100911 --- Comment #4 from CVS Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:93b6b2f614eb692d1d8126ec6cb946984a9d01d7 commit r12-3321-g93b6b2f614eb692d1d8126ec6cb946984a9d01d7 Author: Sandra Loosemore Dat

[Bug fortran/100916] Bind(c): CFI_type_other unimplemented.

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100916 --- Comment #4 from CVS Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:93b6b2f614eb692d1d8126ec6cb946984a9d01d7 commit r12-3321-g93b6b2f614eb692d1d8126ec6cb946984a9d01d7 Author: Sandra Loosemore Dat

[Bug fortran/100907] Bind(c): failure handling wide character

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100907 --- Comment #8 from CVS Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:93b6b2f614eb692d1d8126ec6cb946984a9d01d7 commit r12-3321-g93b6b2f614eb692d1d8126ec6cb946984a9d01d7 Author: Sandra Loosemore Dat

[Bug fortran/100917] Bind(c): errors handling long double real

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100917 --- Comment #7 from CVS Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:93b6b2f614eb692d1d8126ec6cb946984a9d01d7 commit r12-3321-g93b6b2f614eb692d1d8126ec6cb946984a9d01d7 Author: Sandra Loosemore Dat

[Bug fortran/100914] Bind(c): errors handling complex

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100914 --- Comment #7 from CVS Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:93b6b2f614eb692d1d8126ec6cb946984a9d01d7 commit r12-3321-g93b6b2f614eb692d1d8126ec6cb946984a9d01d7 Author: Sandra Loosemore Dat

[Bug testsuite/90720] g++.dg/lto/alias-1 FAILs

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

[Bug testsuite/98874] PowerPC test gcc.target/powerpc/ppc-fortran/pr80108-1.f90 uses wrong dg-options

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

[Bug testsuite/68969] gcc.dg/vect/pr66636.c and gcc.dg/vect/pr68305.c have the wrong condition

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68969 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug fortran/100914] Bind(c): errors handling complex

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

[Bug fortran/100917] Bind(c): errors handling long double real

2021-09-02 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100917 --- Comment #8 from sandra at gcc dot gnu.org --- There is a workaround for this included in commit 93b6b2f614eb692d1d8126ec6cb946984a9d01d7 that doesn't fully solve the problem: when "long double" and "float128" are different types with the s

[Bug tree-optimization/98908] Failure to optimize arithmetic involving struct members into operating on the entire struct

2021-09-02 Thread gabravier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 --- Comment #2 from Gabriel Ravier --- This seems to have been fixed in trunk.

[Bug testsuite/41666] FAIL: g++.dg/debug/dwarf2/ scan-assembler-times "main".*external name 1

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41666 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.6.0 Status|NEW

[Bug tree-optimization/98908] Failure to optimize arithmetic involving struct members into operating on the entire struct

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 Andrew Pinski changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from Andrew Pinsk

[Bug tree-optimization/98908] Failure to optimize arithmetic involving struct members into operating on the entire struct

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 --- Comment #4 from Andrew Pinski --- The second function is able to be optimized since GCC 9 with bswap producing: load_dst_16 = MEM [(unsigned char *)&x];

[Bug tree-optimization/98908] Failure to optimize arithmetic involving struct members into operating on the entire struct

2021-09-02 Thread gabravier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 --- Comment #5 from Gabriel Ravier --- It may have been doing it in GCC 8 (and 9, and 10), but it didn't in 11, and presumably this was also the case in trunk back in February.

[Bug tree-optimization/98908] Failure to optimize arithmetic involving struct members into operating on the entire struct

2021-09-02 Thread gabravier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 --- Comment #6 from Gabriel Ravier --- Also the second example wasn't misoptimized, on the contrary it was the most reasonable portable function I could write that would work equivalently to the first *and* that GCC would optimize ideally.

[Bug testsuite/53981] gcc.dg/20020201-1.c fails with Android NDK

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53981 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.8.0 --- Comment #1 from Andrew Pinski

[Bug testsuite/53981] gcc.dg/20020201-1.c fails with Android NDK

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

[Bug testsuite/53665] test g++.dg/abi/mangle50.C has duplicate scan-assembler lines

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53665 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug testsuite/66831] FAIL: gcc.target/i386/iinline-attr-2.c scan-assembler p2align

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66831 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/82477] New testcase cold-1.c fails

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82477 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0 Status|UNCONFIRMED

[Bug testsuite/88697] New test case gcc.target/powerpc/pr88457.c in r267307 fails because of glibc requirement

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

[Bug tree-optimization/98908] Failure to optimize arithmetic involving struct members into operating on the entire struct

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Target Milestone|---

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

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 98908, which changed state. Bug 98908 Summary: Failure to optimize arithmetic involving struct members into operating on the entire struct https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 What|Removed

[Bug tree-optimization/98908] Failure to optimize arithmetic involving struct members into operating on the entire struct

2021-09-02 Thread gabravier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 --- Comment #8 from Gabriel Ravier --- Well, fixing a bug filed in 2021 in GCC 9 seems quite hard. Are you confused about the nature of the bug ? The first example in the description *is* the one whose optimization the bug is about, and it is the

[Bug tree-optimization/98908] Failure to optimize arithmetic involving struct members into operating on the entire struct

2021-09-02 Thread gabravier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 --- Comment #9 from Gabriel Ravier --- PS: I had missed at the time that the bug wasn't present in GCC 10/9/8 though, so perhaps it should be considered as having been a GCC 11 regression that got fixed in trunk ?

[Bug tree-optimization/98908] [11 Regression] arithmetic involving struct members into operating on the entire struct fails at -O3

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 Andrew Pinski changed: What|Removed |Added Summary|Failure to optimize |[11 Regression] arithmetic

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

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 98908, which changed state. Bug 98908 Summary: [11 Regression] arithmetic involving struct members into operating on the entire struct fails at -O3 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98908 What|R

[Bug tree-optimization/98908] [11 Regression] arithmetic involving struct members into operating on the entire struct fails at -O3

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

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

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101849 --- Comment #8 from CVS Commits --- The releases/gcc-10 branch has been updated by Peter Bergner : https://gcc.gnu.org/g:de2114d2f1792beae55dccb512c4c521b934e72b commit r10-10091-gde2114d2f1792beae55dccb512c4c521b934e72b Author: Peter Bergner

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

2021-09-02 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101849 Peter Bergner changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/97142] __builtin_fmod not optimized on POWER

2021-09-02 Thread luoxhu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97142 --- Comment #15 from luoxhu at gcc dot gnu.org --- Patch updated: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/578740.html

[Bug middle-end/101157] [12 regression] ICE compiling gcc.target/powerpc/stack-limit.c after r12-1702

2021-09-02 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101157 --- Comment #5 from Peter Bergner --- Are the ppc tests and s390 bootstrap still broken?

[Bug tree-optimization/21805] loop optimizers are not GC safe

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

[Bug middle-end/24049] [4.1 regression] compiler error: Segmentation fault In function 'DESX_CBCUpdate'

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24049 Bug 24049 depends on bug 21805, which changed state. Bug 21805 Summary: loop optimizers are not GC safe https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21805 What|Removed |Added

[Bug middle-end/101157] [12 regression] ICE compiling gcc.target/powerpc/stack-limit.c after r12-1702

2021-09-02 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101157 --- Comment #6 from seurer at gcc dot gnu.org --- The stack limit test case mostly has worked since just after this was opened (one short span where it failed again) but I don't know what fixed it. The other test case has worked fine since just

[Bug target/102166] [i386] AMX intrinsics and macros not defined in C++

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102166 --- Comment #11 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:de6795bbf58c7085933a1f86a88d8193ea72e26b commit r12-3323-gde6795bbf58c7085933a1f86a88d8193ea72e26b Author: liuhongt Date: Thu Sep

[Bug target/102166] [i386] AMX intrinsics and macros not defined in C++

2021-09-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102166 --- Comment #12 from CVS Commits --- The releases/gcc-11 branch has been updated by hongtao Liu : https://gcc.gnu.org/g:259945a0a4880b66f93f71eebe70f78c91e02d5e commit r11-8953-g259945a0a4880b66f93f71eebe70f78c91e02d5e Author: liuhongt Date:

[Bug c++/96280] g++.dg/cpp2a/nontype-subob1.C FAILs

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96280 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0 Status|UNCONFIRMED

[Bug c++/83060] ICE on valid C++ code: in ignore_overflows, at cp/cvt.c:583

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83060 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |7.4 Resolution|---

[Bug target/102182] New: Runtime error for gcc.dg/torture/fp-int-convert-float16.c

2021-09-02 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102182 Bug ID: 102182 Summary: Runtime error for gcc.dg/torture/fp-int-convert-float16.c Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: wrong-code

[Bug target/102182] Runtime error for gcc.dg/torture/fp-int-convert-float16.c

2021-09-02 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102182 Hongtao.liu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1

[Bug tree-optimization/17217] not removing removal of nested structs

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17217 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2005-01-25 03:37:

[Bug target/29778] missed optimization: model missing vec_pack/unpack idioms for ia64

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

[Bug target/102182] Runtime error for gcc.dg/torture/fp-int-convert-float16.c

2021-09-02 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102182 --- Comment #2 from Hongtao.liu --- Reproduced case. #include int main (void) { static volatile unsigned int ivin, ivout; static volatile _Float16 fv1, fv2; ivin = ((unsigned int)1); fv1 = ((unsigned int)1); fv2 = ivin; ivout = fv2;

[Bug middle-end/44089] [vect256] gfortran.dg/vect/pr33301.f failed with -O3 -mavx

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44089 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC

[Bug middle-end/50994] wanted: interface for querying cache size

2021-09-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50994 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/102183] New: sccvn compare predicated result issue in vn_nary_op_insert_into

2021-09-02 Thread dizhao at os dot amperecomputing.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102183 Bug ID: 102183 Summary: sccvn compare predicated result issue in vn_nary_op_insert_into Product: gcc Version: tree-ssa Status: UNCONFIRMED Severity: normal

[Bug target/102182] Runtime error for gcc.dg/torture/fp-int-convert-float16.c

2021-09-02 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102182 --- Comment #3 from Hongtao.liu --- during pass_expand we got (debug_insn 24 23 0 (debug_marker) "test1.c":10:3 -1 (nil)) ;; fv2.1_3 ={v} fv2; (insn 25 24 0 (set (reg:HF 84 [ fv2.1_3 ]) (mem/v/c:HF (symbol_ref:SI ("fv2.1") [flags

[Bug c++/102184] New: Explicit template instantiation is wrongly considered as specialization

2021-09-02 Thread fchelnokov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102184 Bug ID: 102184 Summary: Explicit template instantiation is wrongly considered as specialization Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

<    1   2