[Bug tree-optimization/107937] [13 Regression] ice in find_var_cmp_const, at gimple-predicate-analysis.cc:257

2022-11-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107937 Andrew Pinski changed: What|Removed |Added Component|c |tree-optimization Target

[Bug c/107937] New: ice in find_var_cmp_const, at gimple-predicate-analysis.cc:257

2022-11-30 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107937 Bug ID: 107937 Summary: ice in find_var_cmp_const, at gimple-predicate-analysis.cc:257 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug d/107592] ICE: gdc segfault on label continue

2022-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107592 --- Comment #2 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:031d3f095520f0e1ee03e29b7ad5067c2a3f96e0 commit r13-4413-g031d3f095520f0e1ee03e29b7ad5067c2a3f96e0 Author: Iain Buclaw Date: Sat

[Bug ipa/107300] [13 Regression] ICE: verify_ssa failed (error: virtual definition of statement not up to date)

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

[Bug target/107920] [13 Regression] ICE in execute_todo, at passes.cc:2140

2022-11-30 Thread prathamesh3492 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107920 --- Comment #11 from prathamesh3492 at gcc dot gnu.org --- Created attachment 53992 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53992=edit untested fix Thanks for the suggestions. The attached patch uses gsi_replace_with_seq_vops for

[Bug lto/107936] #pragma GCC diagnostic ignored vs. LTO

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

[Bug target/107271] [13 Regression] ICE: in expand_vec_perm_shufps_shufps, at config/i386/i386-expand.cc:19676 with __builtin_shuffle() since r13-2843-g3db8e9c2422d924a

2022-11-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107271 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug lto/107936] New: #pragma GCC diagnostic ignored vs. LTO

2022-11-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107936 Bug ID: 107936 Summary: #pragma GCC diagnostic ignored vs. LTO Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug c++/107906] linkage of template not taken into account

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107906 --- Comment #4 from Jonathan Wakely --- Some of us try to explain it: https://gcc.gnu.org/pipermail/libstdc++/2022-November/055032.html

[Bug c++/107906] linkage of template not taken into account

2022-11-30 Thread herring at lanl dot gov via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107906 --- Comment #3 from S. Davis Herring --- Thanks for identifying the true common thread. > That is not a specialization, that is an instantiation. The standard uses specialization for every "version" of a template; some are just "explicit

[Bug middle-end/107905] 2x slowdown versus CLANG and ICL

2022-11-30 Thread sanmayce at sanmayce dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107905 --- Comment #7 from Georgi --- (In reply to Alexander Monakov from comment #5) > Not sure what you don't like about the inputs, they appear quite reasonable. > Perhaps GCC's estimation of bb frequencies is off (with profile feedback we >

[Bug tree-optimization/107935] New: ICE on valid code at -O3: in set_ssa_val_to, at tree-ssa-sccvn.cc:5011

2022-11-30 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
/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 20221130 (experimental) [master r13-4400-g84046b192e5] (GCC) [551] % [551] % gcctk -O2

[Bug libstdc++/102916] cmath constexpr can lead to ODR violations/incorrect results

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102916 Jonathan Wakely changed: What|Removed |Added Resolution|--- |WONTFIX

[Bug libstdc++/102916] cmath constexpr can lead to ODR violations/incorrect results

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102916 --- Comment #12 from Jonathan Wakely --- (In reply to Darrell Wright from comment #2) > The constexpr value returned is different depending on the compiler. If one > uses clang and gcc this leads to an ODR issue as > > void bar( ) { > if

[Bug c++/106434] [12/13 Regression] Spurious -Wnull-dereference when using std::unique_copy() since r12-5187-g1ae8edf5f73ca5c3

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106434 --- Comment #10 from Jonathan Wakely --- Slightly simpler, with correct assertion now: --- a/libstdc++-v3/include/bits/vector.tcc +++ b/libstdc++-v3/include/bits/vector.tcc @@ -139,6 +139,11 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER {

[Bug middle-end/107905] 2x slowdown versus CLANG and ICL

2022-11-30 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107905 --- Comment #6 from Alexander Monakov --- Let me add that Clang supports GCC's -fprofile-{generate,use} flags for compatibility as well.

[Bug c++/106434] [12/13 Regression] Spurious -Wnull-dereference when using std::unique_copy() since r12-5187-g1ae8edf5f73ca5c3

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106434 --- Comment #9 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #8) > This seems to work (the __glibcxx_assert isn't needed to stop the warning, > but might be a useful assertion). Well, it might be if I got the condition

[Bug c++/106434] [12/13 Regression] Spurious -Wnull-dereference when using std::unique_copy() since r12-5187-g1ae8edf5f73ca5c3

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106434 --- Comment #8 from Jonathan Wakely --- So initially iin.iter._M_current is indeed null, because unique.begin() returns _M_start (which is null) when the vector is empty: std::insert_iterator iin(unique, unique.begin()); But when the vector

[Bug target/107934] ICE: SIGSEGV in immediate_operand (recog.cc:1618) with -O2 -mtune=knl -ffinite-math-only and __bf16 since r13-4314-ga1ecc5600464f6a6

2022-11-30 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107934 --- Comment #2 from Uroš Bizjak --- The type of extendbfsf2_1 insn should be sseishft1.

[Bug c++/106434] [12/13 Regression] Spurious -Wnull-dereference when using std::unique_copy() since r12-5187-g1ae8edf5f73ca5c3

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106434 --- Comment #7 from Richard Biener --- It looks like 129t.thread1 jump threaded things in a way to expose this case (which is probably unreachable, but ...).

[Bug target/107934] ICE: SIGSEGV in immediate_operand (recog.cc:1618) with -O2 -mtune=knl -ffinite-math-only and __bf16 since r13-4314-ga1ecc5600464f6a6

2022-11-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107934 Martin Liška changed: What|Removed |Added CC||crazylht at gmail dot com,

[Bug target/107934] New: ICE: SIGSEGV in immediate_operand (recog.cc:1618) with -O2 -mtune=knl -ffinite-math-only and __bf16

2022-11-30 Thread zsojka at seznam dot cz via Gcc-bugs
/repo/gcc-trunk//binary-trunk-r13-4410-20221130163048-g7c01d029fca-checking-yes-rtl-df-extra-nobootstrap-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.0.0 20221130 (experimental) (GCC)

[Bug c++/106434] [12/13 Regression] Spurious -Wnull-dereference when using std::unique_copy() since r12-5187-g1ae8edf5f73ca5c3

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106434 --- Comment #6 from Richard Biener --- We diagnose MEM[(struct _Alloc_hider *)0B]._M_p = 16B; that's conditional on if (_178 == 0B) so probably constant propagated from that. That on the other hand is conditional on if (_178 != _179) with

[Bug middle-end/107905] 2x slowdown versus CLANG and ICL

2022-11-30 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107905 --- Comment #5 from Alexander Monakov --- Not sure what you don't like about the inputs, they appear quite reasonable. Perhaps GCC's estimation of bb frequencies is off (with profile feedback we achieve good performance). Georgi: you'll likely

[Bug analyzer/107928] ICE in on_bind, at analyzer/sm-fd.cc:1869

2022-11-30 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107928 David Malcolm changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from David

[Bug tree-optimization/103542] [10/11/12 Regregression] bogus -Warray-bounds while index is limited by switch/case

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103542 Richard Biener changed: What|Removed |Added CC||aldyh at gcc dot gnu.org,

[Bug driver/107787] -Werror=array-bounds=X does not work as expected

2022-11-30 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107787 Alexander Monakov changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug driver/107787] -Werror=array-bounds=X does not work as expected

2022-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107787 --- Comment #2 from CVS Commits --- The master branch has been updated by Alexander Monakov : https://gcc.gnu.org/g:7c01d029fca669263b9c2dcb8837c42f7ae3a77f commit r13-4410-g7c01d029fca669263b9c2dcb8837c42f7ae3a77f Author: Iskander

[Bug libstdc++/107933] std::sqrt complies in intrinsics for float even if --no-builtin is provided

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107933 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug tree-optimization/101301] Improving sparse switch statement

2022-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101301 --- Comment #11 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:4fa25a7eb322f0a003c1eb15680c71ece345e01e commit r13-4409-g4fa25a7eb322f0a003c1eb15680c71ece345e01e Author: Martin Liska Date:

[Bug tree-optimization/103680] Jump threading and switch corrupts profile

2022-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103680 --- Comment #6 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:4fa25a7eb322f0a003c1eb15680c71ece345e01e commit r13-4409-g4fa25a7eb322f0a003c1eb15680c71ece345e01e Author: Martin Liska Date:

[Bug target/107627] [13 Regression] int128_t shift generates extra xor/or.

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

[Bug libstdc++/105281] status of constexpr and for c++23

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105281 --- Comment #3 from Jonathan Wakely --- Thanks for the survey! (In reply to Jiang An from comment #2) > constexpr in C++23, lack constexpr (for some overloads) in libstdc++: > abs > modf > remquo > frexp Also imaxabs and imaxdiv, assuming

[Bug ipa/107931] [12/13 Regression] -Og causes always_inline to fail since r12-6677-gc952126870c92cf2

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107931 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Target

[Bug tree-optimization/107927] vector::push_back gives array bounds warning with optimization and undefined sanitizer

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107927 --- Comment #2 from Jonathan Wakely --- In the original code that should be: const size_type __n = std::distance(__first, __last);

[Bug tree-optimization/107927] vector::push_back gives array bounds warning with optimization and undefined sanitizer

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107927 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug analyzer/107928] ICE in on_bind, at analyzer/sm-fd.cc:1869

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

[Bug fortran/107923] ICE in lookup_function_fuzzy_find_candidates / check_interface0

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

[Bug ipa/107931] [12/13 Regression] -Og causes always_inline to fail since r12-6677-gc952126870c92cf2

2022-11-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107931 Martin Liška changed: What|Removed |Added Summary|[12 Regression] -Og causes |[12/13 Regression] -Og

[Bug tree-optimization/107004] [12 Regression] GCC12 warning in OOB access: array subscript is partly outside array bounds

2022-11-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107004 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | --- Comment #3 from Martin Liška ---

[Bug target/107551] __builtin_cpu_supports returns a negative integer for "x86-64"

2022-11-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 Martin Liška changed: What|Removed |Added Keywords||patch --- Comment #12 from Martin Liška

[Bug tree-optimization/107919] Possibly false-positive "maybe-uninitialized" with GCC 12 on complex variant-variant-tuple-unique_ptr types

2022-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107919 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:b628cad9e093f7a33042fb9dd647f183394eefae commit r13-4408-gb628cad9e093f7a33042fb9dd647f183394eefae Author: Richard Biener Date:

[Bug target/107920] [13 Regression] ICE in execute_todo, at passes.cc:2140

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107920 --- Comment #10 from Richard Biener --- (In reply to Andrew Pinski from comment #7) > Something like this should fix the issue (note setting the location should > be done also): > diff --git a/gcc/config/aarch64/aarch64-sve-builtins-base.cc >

[Bug target/107920] [13 Regression] ICE in execute_todo, at passes.cc:2140

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107920 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #9 from Richard Biener

[Bug c++/99576] [coroutines] destructor of a temporary called too early within co_await expression

2022-11-30 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99576 --- Comment #13 from Iain Sandoe --- (In reply to Adrian Perl from comment #12) > I have sent the patch and tests to gcc-patc...@gcc.gnu.org As noted there, the patch causes regressions in more complex library code (e.g. some tests in folly)

[Bug tree-optimization/107919] Possibly false-positive "maybe-uninitialized" with GCC 12 on complex variant-variant-tuple-unique_ptr types

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107919 --- Comment #5 from Richard Biener --- Fixed at -O1, still mis-diagnosed at -O2.

[Bug tree-optimization/107919] Possibly false-positive "maybe-uninitialized" with GCC 12 on complex variant-variant-tuple-unique_ptr types

2022-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107919 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:9500877d05c56cef7bfbdcecaab3b1af2610bff3 commit r13-4406-g9500877d05c56cef7bfbdcecaab3b1af2610bff3 Author: Richard Biener Date:

[Bug tree-optimization/107919] Possibly false-positive "maybe-uninitialized" with GCC 12 on complex variant-variant-tuple-unique_ptr types

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

[Bug tree-optimization/107835] [13 Regression] ICE in build2, at tree.cc:5020 since r13-254-gdd3c7873a61019e9

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

[Bug tree-optimization/107835] [13 Regression] ICE in build2, at tree.cc:5020 since r13-254-gdd3c7873a61019e9

2022-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107835 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7716ee1e90412f785cba20acffd59fc7461302cb commit r13-4405-g7716ee1e90412f785cba20acffd59fc7461302cb Author: Jakub Jelinek Date:

[Bug libstdc++/107930] wchar_t may not be the native character type for windows

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107930 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/82478] Rejects valid access to private member type that should be allowed by friend

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82478 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/96204] gcc complains about private member access in SFINAE context

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96204 Jonathan Wakely changed: What|Removed |Added CC||eieio at google dot com --- Comment

[Bug libstdc++/107933] std::sqrt complies in intrinsics for float even if --no-builtin is provided

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107933 --- Comment #2 from Jonathan Wakely --- using ::sqrt; #ifndef __CORRECT_ISO_CPP_MATH_H_PROTO inline _GLIBCXX_CONSTEXPR float sqrt(float __x) { return __builtin_sqrtf(__x); } inline _GLIBCXX_CONSTEXPR long double sqrt(long double

[Bug c++/107933] std::sqrt complies in intrinsics for float even if --no-builtin is provided

2022-11-30 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107933 --- Comment #1 from Jonathan Wakely --- This is because std::sqrt(float) uses __builtin_sqrtf and -fno-builtin doesn't affect direct calls to the __builtin functions. std::sqrt(double) isn't provided by libstdc++, it is just a

[Bug c++/107933] New: std::sqrt complies in intrinsics for float even if --no-builtin is provided

2022-11-30 Thread vincenzo.innocente at cern dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107933 Bug ID: 107933 Summary: std::sqrt complies in intrinsics for float even if --no-builtin is provided Product: gcc Version: 12.2.1 Status: UNCONFIRMED

[Bug tree-optimization/107919] Possibly false-positive "maybe-uninitialized" with GCC 12 on complex variant-variant-tuple-unique_ptr types

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107919 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Blocks|

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2022-11-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #53 from Martin Liška --- (In reply to Richard Biener from comment #50) > (In reply to Martin Liška from comment #48) > > Created attachment 53989 [details] > > CPU utilization of make all-host on recent AMD server > > > > The

[Bug middle-end/107916] bigger vector_size than the target can handle causes extra load/stores inside loops

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107916 Richard Biener changed: What|Removed |Added Version|unknown |13.0 --- Comment #5 from Richard

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #52 from Richard Biener --- (In reply to Richard Biener from comment #51) > (In reply to Martin Liška from comment #49) > > [...] > > > Can please any GNU make expect judge here? Starting e.g. gimple-match.cc > > early would really

[Bug tree-optimization/107910] Missed optimization of struct members with mixed sizes

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107910 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug tree-optimization/107910] Missed optimization of struct members with mixed sizes

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107910 --- Comment #2 from Richard Biener --- (In reply to Andrew Pinski from comment #1) > The problem is an interaction between the SLP vectorizer and store merging. Supposedly store-merging doesn't consider splitting loads/stores to re-merge them.

[Bug c++/107932] weak constant char array not used correctly

2022-11-30 Thread bseifert at gmx dot at via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107932 --- Comment #2 from Berni --- added test case: g++ -o test.exe -Os main.cpp weak.cpp ./test.exe 'S' 'S' 'S' here the result is as expected!

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #51 from Richard Biener --- (In reply to Martin Liška from comment #49) [...] > Can please any GNU make expect judge here? Starting e.g. gimple-match.cc > early would really help > to speed up the build process. this has come up

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2022-11-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #50 from Richard Biener --- (In reply to Martin Liška from comment #48) > Created attachment 53989 [details] > CPU utilization of make all-host on recent AMD server > > The situation with a recent AMD server is really bad! Having

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2022-11-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #49 from Martin Liška --- One more observation I made, apparently we're trying to sort (in Makefile.in) OBJS with the biggest at the very beginning: 1295 # Language-independent object files. 1296 # We put the *-match.o and

[Bug c++/107932] weak constant char array not used correctly

2022-11-30 Thread bseifert at gmx dot at via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107932 --- Comment #1 from Berni --- potentially related to bug 107907

[Bug c++/107932] New: weak constant char array not used correctly

2022-11-30 Thread bseifert at gmx dot at via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107932 Bug ID: 107932 Summary: weak constant char array not used correctly Product: gcc Version: 9.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2022-11-30 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #48 from Martin Liška --- Created attachment 53989 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53989=edit CPU utilization of make all-host on recent AMD server The situation with a recent AMD server is really bad! Having

[Bug target/107304] internal compiler error: in convert_move, at expr.cc:220 with -march=tigerlake

2022-11-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107304 --- Comment #30 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:a1b5cdf381d6b02f5048d886a8377d0042bda3af commit r13-4402-ga1b5cdf381d6b02f5048d886a8377d0042bda3af Author: Alexandre Oliva

<    1   2