[Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249

2022-10-16 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240 Kewen Lin changed: What|Removed |Added CC||linkw at gcc dot gnu.org --- Comment #6

[Bug target/107172] [13 Regression] wrong code with "-O1 -ftree-vrp" on x86_64-linux-gnu since r13-1268-g8c99e307b20c502e

2022-10-16 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107172 --- Comment #34 from Hongtao.liu --- There's 2 similar issues in PR107273 and PR107269.

[Bug tree-optimization/107269] wrong code at -O1 and above with "-fno-tree-ccp" on x86_64-linux-gnu

2022-10-16 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107269 Hongtao.liu changed: What|Removed |Added CC||crazylht at gmail dot com --- Comment #3

[Bug tree-optimization/107273] wrong code at -O3 on x86_64-linux-gnu

2022-10-16 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107273 Hongtao.liu changed: What|Removed |Added CC||crazylht at gmail dot com --- Comment #4

[Bug middle-end/107284] New: Option properties Mask infrastructure can be extended with wide_int_bitmask

2022-10-16 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107284 Bug ID: 107284 Summary: Option properties Mask infrastructure can be extended with wide_int_bitmask Product: gcc Version: 13.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/107283] conversions u/int64_t to float64/32_t are not vectorized

2022-10-16 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107283 --- Comment #2 from g.peterh...@t-online.de --- That will be right. I had reported something similar many years ago - but it was not fixed. thx Gero

[Bug tree-optimization/107283] conversions u/int64_t to float64/32_t are not vectorized

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107283 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug c++/107283] New: conversions u/int64_t to float64/32_t are not vectorized

2022-10-16 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107283 Bug ID: 107283 Summary: conversions u/int64_t to float64/32_t are not vectorized Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/107282] New: ICE on valid code template + overloaded + visit

2022-10-16 Thread boris_oncev at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107282 Bug ID: 107282 Summary: ICE on valid code template + overloaded + visit Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/107281] comparisations with u/int64_t constants not generate vector-result

2022-10-16 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107281 --- Comment #2 from Uroš Bizjak --- Try to compile the testcase with -msse4.2.

[Bug target/107281] comparisations with u/int64_t constants not generate vector-result

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107281 --- Comment #1 from Andrew Pinski --- Created attachment 53711 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53711=edit testcase

[Bug c++/107281] New: comparisations with u/int64_t constants not generate vector-result

2022-10-16 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107281 Bug ID: 107281 Summary: comparisations with u/int64_t constants not generate vector-result Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/101697] [11/12/13 regression] ICE compiling uClibc-ng for h8300-linux

2022-10-16 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101697 --- Comment #6 from Jeffrey A. Law --- So this issue has come up again in the context of LRA conversion which happens to trip over the same bug, but with a different testcase. At the core of this problem is reload and LRA will both generate

[Bug c++/107280] New: ICE: tree check: expected constructor, have view_convert_expr in cxx_eval_store_expression, at cp/constexpr.cc:5928

2022-10-16 Thread jwjagersma at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107280 Bug ID: 107280 Summary: ICE: tree check: expected constructor, have view_convert_expr in cxx_eval_store_expression, at cp/constexpr.cc:5928 Product: gcc

[Bug fortran/107272] ICE in gfc_compare_string and others (related to pr107217)

2022-10-16 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107272 anlauf at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot

[Bug tree-optimization/107206] Bogus -Wuninitialized in std::optional

2022-10-16 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107206 --- Comment #6 from rguenther at suse dot de --- > Am 14.10.2022 um 18:53 schrieb jamborm at gcc dot gnu.org > : > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107206 > > --- Comment #5 from Martin Jambor --- > I believe this is fallout

[Bug c++/107279] __builtin_complex is not supported

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107279 --- Comment #2 from Andrew Pinski --- I don't care which way this gets fixed. That is the documentation could be changed or we support this in the C++ front-end.

[Bug c++/107279] __builtin_complex is not supported

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107279 --- Comment #1 from Andrew Pinski --- Link to the current documentation: https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/Complex.html#index-_005f_005fbuiltin_005fcomplex

[Bug c++/107279] New: __builtin_complex is not supported

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107279 Bug ID: 107279 Summary: __builtin_complex is not supported Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: documentation Severity: normal Priority:

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 Jonathan changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #8 from Jonathan ---

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #6) > Dup of bug 103593. > > CWG2237 is the defect report #. >From that defect report: ``` (Note that this resolution is a change for C++20, NOT a defect report

[Bug c++/107278] fails to correctly parse template default function declarations.

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

[Bug c++/103593] [11/12 Regression] Naming the constructor of a template class without using the injected-class-name causes parse error with C++20

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103593 Andrew Pinski changed: What|Removed |Added CC||ky4ct at arrl dot net --- Comment #6

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #5 from Jonathan --- (In reply to Andrew Pinski from comment #4) > Clang might not implement the defect report after all ... This is why I asked for a link to it so I could understand this issue at its core; at any rate, thanks for

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #4 from Andrew Pinski --- Clang might not implement the defect report after all ...

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #3 from Jonathan --- (In reply to Andrew Pinski from comment #1) > Iirc there was a defect report against the c++ standard here and you should > just foo instead of foo kd5eax@KY4CT CLANG64 ~ $ cat test.cpp template class foo {

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #2 from Jonathan --- (In reply to Andrew Pinski from comment #1) > Iirc there was a defect report against the c++ standard here and you should > just foo instead of foo kd5eax@KY4CT CLANG64 ~ $ cat test.cpp template class foo {

[Bug c++/107278] fails to correctly parse template default function declarations.

2022-10-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 --- Comment #1 from Andrew Pinski --- Iirc there was a defect report against the c++ standard here and you should just foo instead of foo

[Bug c++/107278] New: fails to correctly parse template default function declarations.

2022-10-16 Thread ky4ct at arrl dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107278 Bug ID: 107278 Summary: fails to correctly parse template default function declarations. Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug c/107277] New: Spurious -Wformat-overflow when combined with __builtin_expect()

2022-10-16 Thread tomerv at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107277 Bug ID: 107277 Summary: Spurious -Wformat-overflow when combined with __builtin_expect() Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal

[Bug c++/107267] ice in cp_gimplify_init_expr, at cp/cp-gimplify.cc:253

2022-10-16 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107267 David Binderman changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment

[Bug c++/107267] ice in cp_gimplify_init_expr, at cp/cp-gimplify.cc:253

2022-10-16 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107267 --- Comment #6 from David Binderman --- (In reply to David Binderman from comment #5) > (In reply to David Binderman from comment #4) > > Trying a git bisect with git hash 93b3ab6c0c6a44df. > > Seems good. Trying eb491ea5c10955c6. Seems good.

[Bug c++/107267] ice in cp_gimplify_init_expr, at cp/cp-gimplify.cc:253

2022-10-16 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107267 --- Comment #5 from David Binderman --- (In reply to David Binderman from comment #4) > Trying a git bisect with git hash 93b3ab6c0c6a44df. Seems good. Trying eb491ea5c10955c6.

[Bug c++/107267] ice in cp_gimplify_init_expr, at cp/cp-gimplify.cc:253

2022-10-16 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107267 --- Comment #4 from David Binderman --- Trying a git bisect with git hash 93b3ab6c0c6a44df.