[Bug fortran/107216] ICE in reduce_binary_aa, at fortran/arith.cc:1427

2022-10-12 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107216 --- Comment #3 from anlauf at gcc dot gnu.org --- Potential patch: diff --git a/gcc/fortran/array.cc b/gcc/fortran/array.cc index bbdb5b392fc..9bec299f160 100644 --- a/gcc/fortran/array.cc +++ b/gcc/fortran/array.cc @@ -1205,6 +1205,10 @@

[Bug c++/106825] [modules] header unit based std::shared_ptr<...>(...) use gets: undefined reference to `std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()', aarch64 example

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106825 Patrick Palka changed: What|Removed |Added Resolution|--- |DUPLICATE Target Milestone|---

[Bug c++/103524] [meta-bug] modules issue

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524 Bug 103524 depends on bug 106825, which changed state. Bug 106825 Summary: [modules] header unit based std::shared_ptr<...>(...) use gets: undefined reference to `std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()', aarch64

[Bug c++/93821] Define __cplusplus to 202002L in C++20

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93821 --- Comment #9 from Jonathan Wakely --- No. C++20 support in GCC 10 is missing a number of features, so it would be misleading/incorrect to define it to 202002L. https://gcc.gnu.org/projects/cxx-status.html#cxx20 You can just test for > 201703L

[Bug fortran/107237] Error: non-constant array in DATA statement (1)

2022-10-12 Thread ptw at tpointsw dot uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107237 --- Comment #2 from Patrick Wallace --- Many thanks for the quick response, and profound apologies for this red herring. The reason I got caught out is that the code I started with had been copy/pasted from a PDF, using Acrobat Reader. The

[Bug target/107238] New: aarch64: Wrong code converting pointer to __int128

2022-10-12 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107238 Bug ID: 107238 Summary: aarch64: Wrong code converting pointer to __int128 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3

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

2022-10-12 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107172 --- Comment #22 from H.J. Lu --- (In reply to Segher Boessenkool from comment #21) > (In reply to Hongtao.liu from comment #19) > > (In reply to H.J. Lu from comment #18) > > > (In reply to Segher Boessenkool from comment #16) > > > > Hi Roger,

[Bug fortran/107237] Error: non-constant array in DATA statement (1)

2022-10-12 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107237 anlauf at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |INVALID CC|

[Bug fortran/107217] ICE in gfc_arith_times, at fortran/arith.cc:715/704

2022-10-12 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107217 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target

[Bug d/107241] New: std.bitmanip.bigEndianToNative et al not inlined

2022-10-12 Thread witold.baryluk+gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107241 Bug ID: 107241 Summary: std.bitmanip.bigEndianToNative et al not inlined Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug testsuite/107240] [13 regression]

2022-10-12 Thread bergner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240 Peter Bergner changed: What|Removed |Added CC||meissner at gcc dot gnu.org,

[Bug testsuite/107240] New: [13 regression]

2022-10-12 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240 Bug ID: 107240 Summary: [13 regression] Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee:

[Bug fortran/107216] ICE in reduce_binary_aa, at fortran/arith.cc:1427

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

[Bug fortran/93483] ICE in gfc_constructor_copy, at fortran/constructor.c:103

2022-10-12 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93483 anlauf at gcc dot gnu.org changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/107229] [13 Regression] ICE at -O1 and -Os with "-ftree-vectorize": verify_gimple failed since r13-3219-g25413fdb2ac24933

2022-10-12 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107229 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #3

[Bug libstdc++/107189] Inconsistent range insertion implementations in std::_Rb_tree in

2022-10-12 Thread fdumont at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107189 François Dumont changed: What|Removed |Added Last reconfirmed||2022-10-12

[Bug libstdc++/107239] Coroutine code generation bug

2022-10-12 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107239 --- Comment #1 from David Edelsohn --- https://twitter.com/novacisko/status/1580056176040980481

[Bug libstdc++/107239] New: Coroutine code generation bug

2022-10-12 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107239 Bug ID: 107239 Summary: Coroutine code generation bug Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: C++-Coroutine, wrong-code Severity: normal

[Bug d/107241] std.bitmanip.bigEndianToNative et al not inlined

2022-10-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107241 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > Hmm: > __attribute__((weak)) > ulong swapEndian (const ulong val) Note this is definitely a front-end issue .

[Bug d/107241] std.bitmanip.bigEndianToNative et al not inlined

2022-10-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107241 --- Comment #1 from Andrew Pinski --- Hmm: __attribute__((weak)) ulong swapEndian (const ulong val)

[Bug fortran/107217] ICE in gfc_arith_times, at fortran/arith.cc:715/704

2022-10-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107217 --- Comment #3 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:7858368c3f3875f6bf634119e5731dc3c808a7c3 commit r13-3260-g7858368c3f3875f6bf634119e5731dc3c808a7c3 Author: Harald Anlauf Date:

[Bug c++/107239] Coroutine code generation bug

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

[Bug c++/93821] Define __cplusplus to 202002L in C++20

2022-10-12 Thread mail at 3v1n0 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93821 Marco Trevisan changed: What|Removed |Added CC||mail at 3v1n0 dot net --- Comment #8

[Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 106825, which changed state. Bug 106825 Summary: [modules] header unit based std::shared_ptr<...>(...) use gets: undefined reference to `std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()', aarch64

[Bug c++/104433] [modules] Importing and using std::make_shared causes linker errors

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104433 Patrick Palka changed: What|Removed |Added CC||markmigm at gmail dot com --- Comment

[Bug modula2/107233] New: gm2 build hardcodes python3

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107233 Bug ID: 107233 Summary: gm2 build hardcodes python3 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2

[Bug modula2/107233] gm2 build hardcodes python3

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107233 Rainer Orth changed: What|Removed |Added Target Milestone|--- |13.0

[Bug fortran/105012] [12/13 Regression] wrf from SPECCPU2017 ICEs during LTO linking since r12-7692-g8db155ddf8cec9

2022-10-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012 --- Comment #36 from CVS Commits --- The releases/gcc-12 branch has been updated by Mikael Morin : https://gcc.gnu.org/g:5d645a9dbda0174a25358bf5090640acedec1159 commit r12-8825-g5d645a9dbda0174a25358bf5090640acedec1159 Author: Mikael Morin

[Bug modula2/107234] New: Format error in m2pp.cc (m2pp_integer_cst)

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107234 Bug ID: 107234 Summary: Format error in m2pp.cc (m2pp_integer_cst) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug modula2/107234] Format error in m2pp.cc (m2pp_integer_cst)

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107234 Rainer Orth changed: What|Removed |Added Target Milestone|--- |13.0

[Bug fortran/106817] clobber ordering problem when an actual intent(in) argument depends on the value of an intent(out) argument

2022-10-12 Thread mikael at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106817 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/107236] [OpenMP] ICE for reverse offload: in expand_GOMP_TARGET_REV, at internal-fn.cc:376

2022-10-12 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107236 --- Comment #1 from Tobias Burnus --- The problem seems to be that: execute_omp_device_lower () ... tree lhs = gimple_call_lhs (stmt), rhs = NULL_TREE; tree type = lhs ? TREE_TYPE (lhs) : integer_type_node; switch

[Bug c++/103524] [meta-bug] modules issue

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524 Bug 103524 depends on bug 100134, which changed state. Bug 100134 Summary: [modules] ICE when using a vector in a module https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 What|Removed |Added

[Bug analyzer/107225] FP with -Wanalyzer-mismatching-deallocation

2022-10-12 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107225 --- Comment #2 from David Malcolm --- Thanks for filing this bug. As far as I can tell, the aliasing implementation gets confused at: 1313 | x_hdrs[num_x_hdrs++] = strdup(line); | ~^~

[Bug middle-end/107236] New: [OpenMP] ICE for reverse offload: in expand_GOMP_TARGET_REV, at internal-fn.cc:376

2022-10-12 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107236 Bug ID: 107236 Summary: [OpenMP] ICE for reverse offload: in expand_GOMP_TARGET_REV, at internal-fn.cc:376 Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug tree-optimization/107090] [aarch64] sequence logic should be combined with mul and umulh

2022-10-12 Thread zhongyunde at huawei dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107090 --- Comment #8 from vfdff --- hi @Andrew Pinski For the 2nd issue, I also matched the huge pattern, but it need return two value, it seems don't work with current framework? so should I have to split it into two simples to match the high and

[Bug c++/106820] [modules] internal compiler error: in function_and_variable_visibility [for std::shared_ptr{b,??} use via header unit]: mishandling of "weak" usage generated via __gthr

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106820 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org

[Bug modula2/107235] m2/boot-bin/mc leaks file descriptors

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107235 Rainer Orth changed: What|Removed |Added Target Milestone|--- |13.0

[Bug modula2/107235] New: m2/boot-bin/mc leaks file descriptors

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107235 Bug ID: 107235 Summary: m2/boot-bin/mc leaks file descriptors Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2

[Bug fortran/107237] New: Error: non-constant array in DATA statement (1)

2022-10-12 Thread ptw at tpointsw dot uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107237 Bug ID: 107237 Summary: Error: non-constant array in DATA statement (1) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/107232] [13 regression] insertion out of range in 'bit_insert_expr' breaks SPARC bootstrap

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

[Bug libgomp/107227] Compiler bug in private allocatable array in OpenACC compute statement

2022-10-12 Thread shb at gatech dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107227 --- Comment #3 from Spencer Bryngelson --- Thanks @tschwinge! I found a few other replicate issues now that I look further back, going at least to gcc10. Is there a plan to fix this? It seems important (at least to me).

[Bug c++/99377] [modules] undefined std::string_view::empty() if referenced in inline exported function

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99377 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment

[Bug tree-optimization/107232] New: [13 regression] insertion out of range in 'bit_insert_expr' breaks SPARC bootstrap

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107232 Bug ID: 107232 Summary: [13 regression] insertion out of range in 'bit_insert_expr' breaks SPARC bootstrap Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug tree-optimization/107232] [13 regression] insertion out of range in 'bit_insert_expr' breaks SPARC bootstrap

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107232 Rainer Orth changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/103752] [12 Regression][ICE][modules] with import

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103752 Jonathan Wakely changed: What|Removed |Added CC||andreemalcher at gmail dot com ---

[Bug c++/103524] [meta-bug] modules issue

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524 Bug 103524 depends on bug 100583, which changed state. Bug 100583 Summary: [modules] ICE when importing https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100583 What|Removed |Added

[Bug fortran/105012] [12/13 Regression] wrf from SPECCPU2017 ICEs during LTO linking since r12-7692-g8db155ddf8cec9

2022-10-12 Thread mikael at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012 Mikael Morin changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/100583] [modules] ICE when importing

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100583 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |12.0 Status|NEW

[Bug c++/99227] [meta] [modules] Bugs relating to header-units of STL header files

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99227 Bug 99227 depends on bug 100583, which changed state. Bug 100583 Summary: [modules] ICE when importing https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100583 What|Removed |Added

[Bug c++/100134] [modules] ICE when using a vector in a module

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 Patrick Palka changed: What|Removed |Added Target Milestone|--- |13.0 Status|NEW

[Bug fortran/106817] clobber ordering problem when an actual intent(in) argument depends on the value of an intent(out) argument

2022-10-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106817 --- Comment #10 from CVS Commits --- The releases/gcc-12 branch has been updated by Mikael Morin : https://gcc.gnu.org/g:d633e1cf67ad06c2fef6c33280b548f9c6ea9eba commit r12-8826-gd633e1cf67ad06c2fef6c33280b548f9c6ea9eba Author: Mikael Morin

[Bug tree-optimization/107090] [aarch64] sequence logic should be combined with mul and umulh

2022-10-12 Thread zhongyunde at huawei dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107090 --- Comment #10 from vfdff --- Created attachment 53698 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53698=edit the huge bb sligtly change after match ResLo Thanks for your suggestion, and I think both ctz_table_index and

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

2022-10-12 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107172 --- Comment #23 from Hongtao.liu --- looking at i386.c put_condition_code used by *setcc_qi, it looks like (EQ (reg:CCCmode FLAG_REG) (const_int 0)) means get carry flag. Not (LTU: (REG:CCCmode FLAGS_REG) (const_int 0)). Now I got more

[Bug c++/107242] ICE: tree check: expected complex_cst, have plus_expr in output_constant, at varasm.cc:5284 with frounding-math

2022-10-12 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107242 --- Comment #3 from Arseny Solokha --- Testcase w/o dependency on libstdc++: template class complex; template <> struct complex { template constexpr void operator+= (_Tp __z) { _M_value += __z._M_value; } _Complex float

[Bug preprocessor/60014] Bad warning suppression caused by track-macro-expansion when not using integrated cpp

2022-10-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60014 --- Comment #9 from CVS Commits --- The master branch has been updated by Lewis Hyatt : https://gcc.gnu.org/g:ddb7f0a0cac48762ba6408d69538f8115c4a2739 commit r13-3264-gddb7f0a0cac48762ba6408d69538f8115c4a2739 Author: Lewis Hyatt Date: Thu

[Bug preprocessor/60723] Line directives with incorrect system header flag

2022-10-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 --- Comment #32 from CVS Commits --- The master branch has been updated by Lewis Hyatt : https://gcc.gnu.org/g:ddb7f0a0cac48762ba6408d69538f8115c4a2739 commit r13-3264-gddb7f0a0cac48762ba6408d69538f8115c4a2739 Author: Lewis Hyatt Date: Thu

[Bug c++/93821] Define __cplusplus to 202002L in C++20

2022-10-12 Thread mail at 3v1n0 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93821 --- Comment #10 from Marco Trevisan --- I see the point, but then I also think that gcc-10 should not support `--std=c++20` option but rather only the `--std=c++2a` one.

[Bug c++/93821] Define __cplusplus to 202002L in C++20

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93821 --- Comment #11 from Jonathan Wakely --- No, because that just makes it more awkward to write makefiles and build scripts. We used to do that, and it had no real benefit. If you want to use c++2a, you can use that. Other people just want to use

[Bug c++/107242] ICE: tree check: expected complex_cst, have plus_expr in output_constant, at varasm.cc:5284

2022-10-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107242 --- Comment #2 from Andrew Pinski --- >From the original dump: { const struct complex a = {._M_value=__complex__ (1.1002384185791015625e+0, 2.200476837158203125e+0)}; const struct complex b = {._M_value=__complex__

[Bug tree-optimization/107090] [aarch64] sequence logic should be combined with mul and umulh

2022-10-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107090 --- Comment #9 from Andrew Pinski --- Look at how ctz_table_index is done and used. The matching is done in match.pd language and then inside simplify_count_trailing_zeroes (tree-ssa-forwprop.cc) it is used nop_atomic_bit_test_and_p is

[Bug target/107242] New: ICE: tree check: expected complex_cst, have plus_expr in output_constant, at varasm.cc:5284

2022-10-12 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107242 Bug ID: 107242 Summary: ICE: tree check: expected complex_cst, have plus_expr in output_constant, at varasm.cc:5284 Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug target/107238] aarch64: Wrong code converting pointer to __int128

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

[Bug target/107238] aarch64: Wrong code converting pointer to __int128

2022-10-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107238 --- Comment #2 from Andrew Pinski --- clang does not even define the behavior here even though it should be as it is an implementation defined behavior. File a bug with clang about not documenting their behavior ...

[Bug c++/107242] ICE: tree check: expected complex_cst, have plus_expr in output_constant, at varasm.cc:5284 with frounding-math

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

[Bug preprocessor/60014] Bad warning suppression caused by track-macro-expansion when not using integrated cpp

2022-10-12 Thread lhyatt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60014 Lewis Hyatt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/107238] aarch64: Wrong code converting pointer to __int128

2022-10-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107238 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > File a bug with clang about not documenting their behavior ... Oh there is one already: https://github.com/llvm/llvm-project/issues/11644 Still open after

[Bug c++/107242] ICE: tree check: expected complex_cst, have plus_expr in output_constant, at varasm.cc:5284

2022-10-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107242 --- Comment #1 from Andrew Pinski --- It is the gimplification which is causing issues.

[Bug d/107241] std.bitmanip.bigEndianToNative et al not inlined

2022-10-12 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107241 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug d/102765] [11 Regression] GDC11 stopped inlining library functions and lambdas used by a binary search one-liner code

2022-10-12 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102765 Iain Buclaw changed: What|Removed |Added CC||witold.baryluk+gcc at gmail dot co

[Bug c++/104433] [modules] Importing and using std::make_shared causes linker errors

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104433 --- Comment #4 from Jonathan Wakely --- That looks like PR 106820

[Bug tree-optimization/107229] [13 Regression] ICE at -O1 and -Os with "-ftree-vectorize": verify_gimple failed since r13-3219-g25413fdb2ac24933

2022-10-12 Thread avieira at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107229 --- Comment #2 from avieira at gcc dot gnu.org --- So it seems I should have taken DECL_FIELD_OFFSET into account when computing the bitpos in get_bitfield_rep (tree-if-conv.cc). I am testing a patch for this whilst I also look at the failures

[Bug debug/107231] New: [13 Regression] c-c++-common/goacc/kernels-loop-g.c: '-fcompare-debug' failure (length)

2022-10-12 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107231 Bug ID: 107231 Summary: [13 Regression] c-c++-common/goacc/kernels-loop-g.c: '-fcompare-debug' failure (length) Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug c++/106820] [modules] internal compiler error: in function_and_variable_visibility [for std::shared_ptr{b,??} use via header unit]: mishandling of "weak" usage generated via __gthr

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106820 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #6

[Bug c++/100584] [modules] ICE when using import ; with std::jthread

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100584 Jonathan Wakely changed: What|Removed |Added Keywords||visibility Resolution|---

[Bug c++/103524] [meta-bug] modules issue

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524 Bug 103524 depends on bug 100584, which changed state. Bug 100584 Summary: [modules] ICE when using import ; with std::jthread https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100584 What|Removed |Added

[Bug c++/106820] [modules] internal compiler error: in function_and_variable_visibility [for std::shared_ptr{b,??} use via header unit]: mishandling of "weak" usage generated via __gthr

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106820 Jonathan Wakely changed: What|Removed |Added CC||andreemalcher at gmail dot com ---

[Bug c++/106820] [modules] internal compiler error: in function_and_variable_visibility [for std::shared_ptr{b,??} use via header unit]: mishandling of "weak" usage generated via __gthr

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106820 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Keywords|

[Bug tree-optimization/107226] [13 regression] r13-3219-g25413fdb2ac249 caused a lot of testcase failures

2022-10-12 Thread avieira at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107226 avieira at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2022-10-12

[Bug libfortran/107223] GCC 12.2 fails compilation on Linux PowerPC In function 'bessel_jn_r17':

2022-10-12 Thread skoerner at nvidia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107223 --- Comment #2 from Sebastian Koerner --- I used these packages (from source) mpfr-4.1.0 gmp-6.2.1 mpc-1.2.1 binutils-2.38 gcc-12.2.0 isl-0.24 and this configure line ./configure --prefix= --enable-gold --enable-plugin

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

2022-10-12 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107172 --- Comment #20 from Hongtao.liu --- > generate: > testl %edi, %edi > movl$1, %edx > movl$-1, %eax > cmove %edx, %eax > > origin: > negl%edi > sbbl%eax, %eax > orl

[Bug middle-end/95550] [OpenACC] ICE in expand_oacc_for, at omp-expand.c:6075

2022-10-12 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95550 Thomas Schwinge changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug libgomp/107227] Compiler bug in private allocatable array in OpenACC compute statement

2022-10-12 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107227 Thomas Schwinge changed: What|Removed |Added Last reconfirmed||2022-10-12 Ever confirmed|0

[Bug tree-optimization/107228] New: [13 Regression] ICE: in verify_range, at value-range.cc:1147 -O2

2022-10-12 Thread vsevolod.livinskiy at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107228 Bug ID: 107228 Summary: [13 Regression] ICE: in verify_range, at value-range.cc:1147 -O2 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

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

2022-10-12 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107172 --- Comment #19 from Hongtao.liu --- (In reply to H.J. Lu from comment #18) > (In reply to Segher Boessenkool from comment #16) > > Hi Roger, > > > > (In reply to Roger Sayle from comment #15) > > > Yes, a COMPARE rtx can be used to set

[Bug tree-optimization/107229] New: ICE at -O1 and -Os with "-ftree-vectorize": verify_gimple failed

2022-10-12 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
/local/suz-local/software/local/gcc-trunk --enable-sanitizers --enable-languages=c,c++ --disable-werror --enable-multilib --with-system-zlib Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.0.0 20221012 (experimental) [master r13-3246-g1c0670c62fc] (GCC) [542] % [542] %

[Bug c++/107218] [13 Regression] ICE in cp_gimplify_init_expr, at cp/cp-gimplify.cc:253

2022-10-12 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107218 Martin Liška changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug c++/107198] [13 Regression] ICE in cp_gimplify_expr, at cp/cp-gimplify.cc:752 since r13-3175-g6ffbf87ca66f4ed9

2022-10-12 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107198 --- Comment #2 from Martin Liška --- *** Bug 107218 has been marked as a duplicate of this bug. ***

[Bug libgomp/107227] Compiler bug in private allocatable array in OpenACC compute statement

2022-10-12 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107227 --- Comment #2 from Thomas Schwinge --- (In reply to Spencer Bryngelson from comment #0) > 5 | !$acc parallel loop private(arr(1:10)) > |1 > Error: Syntax error in OpenMP variable list at (1) That's

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

2022-10-12 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107172 --- Comment #21 from Segher Boessenkool --- (In reply to Hongtao.liu from comment #19) > (In reply to H.J. Lu from comment #18) > > (In reply to Segher Boessenkool from comment #16) > > > Hi Roger, > > > > > > (In reply to Roger Sayle from

[Bug tree-optimization/103035] [meta-bug] YARPGen bugs

2022-10-12 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103035 Bug 103035 depends on bug 107228, which changed state. Bug 107228 Summary: [13 Regression] ICE: in verify_range, at value-range.cc:1147 -O2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107228 What|Removed

[Bug tree-optimization/107228] [13 Regression] ICE: in verify_range, at value-range.cc:1147 -O2

2022-10-12 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107228 Martin Liška changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug tree-optimization/107195] [13 Regression] wrong code with "-O1 -fno-tree-ccp" on x86_64-linux-gnu since r13-3090-gdf4c584c567263fd

2022-10-12 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107195 Martin Liška changed: What|Removed |Added CC||vsevolod.livinskiy at gmail dot co

[Bug fortran/107214] [13 Regression] ICE: base pointer cycle detected since r13-2661-gb57abd072dd319a7

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

[Bug jit/107230] New: libgccjit rejects -march=native

2022-10-12 Thread helohe at bluewin dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107230 Bug ID: 107230 Summary: libgccjit rejects -march=native Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit

[Bug tree-optimization/107229] [13 Regression] ICE at -O1 and -Os with "-ftree-vectorize": verify_gimple failed since r13-3219-g25413fdb2ac24933

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

[Bug target/107160] [13 regression] r13-2641-g0ee1548d96884d causes verification failure in spec2006

2022-10-12 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107160 Kewen Lin changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/107221] [13 Regression] libstdc++ EH no matching function __gnu_cxx::__scoped_lock::__scoped_lock

2022-10-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107221 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED