[Bug ada/100486] Ada build fails for 32bit Windows

2021-10-11 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #20 from Eric Botcazou --- > Adding --enable-frame-pointer makes no difference. No change either adding > > --enable-large-address-aware --with-fpmath=sse --disable-sjlj-exceptions > --enable-frame-pointer --disable-libada --enable-

[Bug middle-end/21111] IA-64 NaT consumption faults due to uninitialized register reads

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2 --- Comment #17 from Richard Biener --- So to sum up, a SSA default def would have to be expanded to an explicit (zero) initialization. I suppose memory doesn't have a NaT state so stack allocation for locals doesn't have to change but decls eve

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

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #43 from Martin Liška --- (In reply to Eric Gallager from comment #42) > Is this just about parallelism bottlenecks for the main build target (e.g. > just `make` or `make all`), or does it apply to other Makefile targets, too? > (e.g.

[Bug tree-optimization/102497] gimple-predicate-analysis.cc:2143:1: warning: function 'add_pred' is not needed and will not be emitted [-Wunneeded-internal-declaration]

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102497 --- Comment #3 from Martin Liška --- @Martin: Can you please take a look?

[Bug tree-optimization/102681] AArch64 bootstrap failure

2021-10-11 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102681 Tamar Christina changed: What|Removed |Added CC||tnfchris at gcc dot gnu.org

[Bug c++/102593] [10/11/12 Regression] ICE in cp_oacc_check_attachments, at cp/semantics.c:6561 since r10-5596-g519d7496beac32c2

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102593 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/102594] ICE in decay_conversion, at cp/typeck.c:2311 since r8-7514-ge278212eeea4f57d

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102594 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Summary|ICE in decay_conv

[Bug fortran/102595] ICE in var_element, at fortran/decl.c:298 since r10-5607-gde89b5748d68b76b

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

[Bug fortran/102596] [11/12 Regression] ICE in gfc_omp_clause_default_ctor, at fortran/trans-openmp.c:713 since r11-4883-ge929ef532ad52cde

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

[Bug fortran/102597] ICE in gfc_get_extern_function_decl, at fortran/trans-decl.c:2243 since r8-3365-gb89a63b916340ef2

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

[Bug fortran/102619] [10/11/12 Regression] ICE in gfc_conv_descriptor_dtype, at fortran/trans-array.c:215 since r9-6493-g0e3088806577e805

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102619 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Summary|[10/11/12 Regressio

[Bug fortran/102620] [12 Regression] ICE in gfc_get_array_span, at fortran/trans-array.c:865 since r12-1233-gd514626ee2566c68

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

[Bug fortran/102621] [12 Regression] ICE in convert_nonlocal_reference_op, at tree-nested.c:1166 since r12-1108-g9a5de4d5af1c10a8

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

[Bug tree-optimization/102648] [12 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0)

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102648 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0 Summary|Dead Code Elim

[Bug target/15533] Missed move to partial register

2021-10-11 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15533 --- Comment #6 from Uroš Bizjak --- (In reply to Cesar Eduardo Barros from comment #0) > When compiling: > #include > #define regparm __attribute__((regparm(3))) > uint8_t a; > uint16_t regparm fn(uint16_t b) > { return (b & ~0xFF) | a; } This

[Bug c++/102626] [c++20] compiler crash when invoking constexpr function in the constructor of template class

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102626 Martin Liška changed: What|Removed |Added Last reconfirmed||2021-10-11 Status|UNCONFIRME

[Bug rtl-optimization/102627] [11 Regression] wrong code with "-O1"

2021-10-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102627 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |vmakarov at gcc dot gnu.org

[Bug tree-optimization/102650] [12 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0)

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

[Bug tree-optimization/15533] Missed move to partial register

2021-10-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15533 Andrew Pinski changed: What|Removed |Added Component|target |tree-optimization Status|NEW

[Bug c++/102654] [11/12 Regression] undefined reference to `std::variant::variant

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102654 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug testsuite/102658] [12 regression] Many test case failures after r12-4240

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102658 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/102626] [c++20] compiler crash when invoking constexpr function in the constructor of template class

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

[Bug middle-end/21111] IA-64 NaT consumption faults due to uninitialized register reads

2021-10-11 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2 --- Comment #18 from Alexander Monakov --- >From my perspective, the main blocker for a nice and clean solution is lack of "birth" statements on GIMPLE. Without them, expansion to RTL would either need to insert initialization at the top of the

[Bug tree-optimization/102659] -O2 vectorization if-conversion produces wrong code for gcc.dg/torture/pr69760.c

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102659 Richard Biener changed: What|Removed |Added Last reconfirmed||2021-10-11 Summary|[false d

[Bug tree-optimization/102659] -O2 vectorization if-conversion produces wrong code for gcc.dg/torture/pr69760.c

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102659 --- Comment #2 from Richard Biener --- If you change the testcase as follows the issue pops up at plain -O2 as well diff --git a/gcc/testsuite/gcc.dg/torture/pr69760.c b/gcc/testsuite/gcc.dg/torture/pr69760.c index 53733c7c6a4..47e01ae59bd 1006

[Bug tree-optimization/102659] -O2 vectorization if-conversion produces wrong code for gcc.dg/torture/pr69760.c

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

[Bug libgomp/102668] [12 regression] several libgomp alloc test case failures after r12-3976

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102668 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0

[Bug bootstrap/102675] [12 regression] Bootstrap fails in libsanitizer: 'MD5_DIGEST_STRING_LENGTH' was not declared in this scope

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102675 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Version|unknown

[Bug tree-optimization/102676] Failure to optimize out malloc/nothrow allocation that's only used for bool checking

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102676 Richard Biener changed: What|Removed |Added Last reconfirmed||2021-10-11 Ever confirmed|0

[Bug bootstrap/102681] [12 Regression] AArch64 bootstrap failure

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102681 Richard Biener changed: What|Removed |Added Component|tree-optimization |bootstrap Summary|AArch64 b

[Bug rtl-optimization/45223] RTL PRE GCSE pass hoists trapping insn out of loop

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45223 --- Comment #9 from Richard Biener --- But this but is about non-MEMs while the fixes were involving only memory ops IIRC.

[Bug middle-end/21111] IA-64 NaT consumption faults due to uninitialized register reads

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2 --- Comment #19 from Richard Biener --- (In reply to Alexander Monakov from comment #18) > From my perspective, the main blocker for a nice and clean solution is lack > of "birth" statements on GIMPLE. They were not needed until now ;) > Withou

[Bug tree-optimization/102622] [9/10 Regression] Wrong code with -O1 and above due to phiopt and signed one bit integer types

2021-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102622 --- Comment #24 from CVS Commits --- The releases/gcc-10 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:4111b36079fed95b787fafeed1deaab2dedaf3db commit r10-10177-g4111b36079fed95b787fafeed1deaab2dedaf3db Author: Andrew Pinski

[Bug tree-optimization/102622] [9 Regression] Wrong code with -O1 and above due to phiopt and signed one bit integer types

2021-10-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102622 Andrew Pinski changed: What|Removed |Added Known to work||10.3.1 Summary|[9/10 Regress

[Bug c++/102626] [c++20] compiler crash when invoking constexpr function in the constructor of template class

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102626 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #3 from Ma

[Bug c++/102629] ICE: tree check: expected record_type or union_type or qual_union_type, have decltype_type in lookup_base, at cp/search.c:233 since r10-2194-g10acaf4db9f8b54b

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

[Bug c++/102642] [12 Regression] ICE in get, at cgraph.h:2776 since r12-4032-g701075864ac4d1c6

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

[Bug c++/102643] Segfault in alias template deduction

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

[Bug tree-optimization/102646] large performance changes between 1932e1169a236849f5e7f1cd386da100d9af470f and 9cfb95f9b92326e86e99b50350ebf04fa9cd2477 (probably jump threading)

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102646 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libstdc++/100912] powerpc64le: ieee128 long double incorrectly printed when using shared libstdc++

2021-10-11 Thread qiu.chaofan at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100912 Qiu Chaofan changed: What|Removed |Added CC||qiu.chaofan at outlook dot com --- Commen

[Bug tree-optimization/102648] [12 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0) since r12-2381-g704e8a825c78b9a8

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

[Bug c++/102642] [12 Regression] ICE in get, at cgraph.h:2776 since r12-4032-g701075864ac4d1c6

2021-10-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102642 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 Keywords|

[Bug c++/102642] [11/12 Regression] ICE in get, at cgraph.h:2776 since r12-4032-g701075864ac4d1c6

2021-10-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102642 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|11.3 Summary|[12 Regression]

[Bug target/102682] New: [12 Regression] ICE in simplify_gen_subreg_concatn, at lower-subreg.c:717

2021-10-11 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102682 Bug ID: 102682 Summary: [12 Regression] ICE in simplify_gen_subreg_concatn, at lower-subreg.c:717 Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: ice-

[Bug tree-optimization/102659] -O2 vectorization if-conversion produces wrong code for gcc.dg/torture/pr69760.c

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102659 --- Comment #4 from Richard Biener --- Created attachment 51584 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51584&action=edit patch I am testing I'm testing this patch, hopefully without bad side-effects on SCEV/data-ref analysis ... (

[Bug target/102682] [12 Regression] ICE in simplify_gen_subreg_concatn, at lower-subreg.c:717

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102682 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/102656] [11/12 Regression] ICE on coroutines on -fsanitize=address -O1 since r11-1613-g788b962aa00959e8

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102656 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug other/102657] libcody makefile is missing a mostlyclean target

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

[Bug analyzer/102662] [12 Regression] ICE in validate, at analyzer/constraint-manager.cc:581 since r12-3101-g8ca7fa84a3af355c

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

[Bug other/102663] add an install-dvi Makefile target to the toplevel Makefile and all subdirectories

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102663 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED CC|

[Bug testsuite/102677] Extra testsuite failures with glibc 2.34

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

[Bug target/102682] [12 Regression] ICE in simplify_gen_subreg_concatn, at lower-subreg.c:717 since r12-3899-gd06dc8a2c73735e9

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

[Bug target/102683] New: [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-10-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102683 Bug ID: 102683 Summary: [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851 Product: gcc Version: 12.0 Status: UNC

[Bug target/102683] [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

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

[Bug target/102683] [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102683 --- Comment #1 from Richard Biener --- That likely means the target lacks an integer mode covering the mode of the type to be initialized ... :/ I see the target only defines TFmode so eventually it has CTFmode but not OImode. We have struct

[Bug libstdc++/47320] FAIL: 18_support/numeric_limits/lowest.cc execution test

2021-10-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47320 --- Comment #3 from Jonathan Wakely --- N.B. I've just reverted this fix as part of r12-4268-gfec283b63d7f24f4c37792dd07ab1055186ba88f The numeric limits specialization is defined unconditionally, so is correct whether or not _GLIBCXX_USE_WCHAR_

[Bug c++/102642] [11/12 Regression] ICE in get, at cgraph.h:2776 since r12-4032-g701075864ac4d1c6

2021-10-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102642 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug target/102682] [12 Regression] ICE in simplify_gen_subreg_concatn, at lower-subreg.c:717 since r12-3899-gd06dc8a2c73735e9

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102682 Richard Biener changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #2

[Bug target/102682] [12 Regression] ICE in simplify_gen_subreg_concatn, at lower-subreg.c:717 since r12-3899-gd06dc8a2c73735e9

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

[Bug target/102683] [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102683 --- Comment #2 from Richard Biener --- Hmm, a riscv-linux cc1 ICEs with > ./cc1 -quiet t.i -I include -O : internal compiler error: Segmentation fault 0x132b5fa crash_signal /home/rguenther/src/trunk/gcc/toplev.c:326 0x18e4864 riscv_sub

[Bug target/102683] [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102683 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/102683] [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102683 Richard Biener changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #

[Bug ada/100486] Ada build fails for 32bit Windows

2021-10-11 Thread gcc_bugzilla at axeitado dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #21 from Óscar Fuentes --- (In reply to Eric Botcazou from comment #20) > Weird, I don't have any dependency on the DLL for it: > > $ ldd t.exe > ntdll.dll => /Windows/SYSTEM32/ntdll.dll (0x7ffc6556) > ntdll.dll

[Bug target/62011] False Data Dependency in popcnt instruction

2021-10-11 Thread malincns at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011 Ma Lin changed: What|Removed |Added CC||malincns at 163 dot com --- Comment #18 from Ma

[Bug c++/101480] [11/12 Regression] Miscompiled code involving operator new

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101480 Richard Biener changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment

[Bug ada/100486] Ada build fails for 32bit Windows

2021-10-11 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #22 from Eric Botcazou --- > ldd does not list libstdc++.dll, but `Dependency Walker` lists both > libstdc++.dll and libgcc_s_dw2-1.dll. > > Imports from libstdc++.dll: > > _ZTIi > __cxa_allocate_exception > __cxa_begin_catch > __c

[Bug c++/101480] [11/12 Regression] Miscompiled code involving operator new

2021-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101480 --- Comment #19 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:09a0affdb0598a54835ac4bb0dd6b54122c12916 commit r12-4319-g09a0affdb0598a54835ac4bb0dd6b54122c12916 Author: Richard Biener Date:

[Bug c++/101480] [11 Regression] Miscompiled code involving operator new

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101480 Richard Biener changed: What|Removed |Added Known to fail|12.0|11.2.0 Known to work|

[Bug c++/102684] New: [missed optimization] std::min_element / ranges::min_element does not get optimized away with std::gcd

2021-10-11 Thread xkeviota at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102684 Bug ID: 102684 Summary: [missed optimization] std::min_element / ranges::min_element does not get optimized away with std::gcd Product: gcc Version: 11.2.1

[Bug target/102683] [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-10-11 Thread qing.zhao at oracle dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102683 --- Comment #5 from Qing Zhao --- > --- Comment #4 from Richard Biener --- > But we should avoid > the .DEFERRED_INIT here. The GENERIC is > >struct C y; > < (void) (y = n == 1 ? TARGET_EXPR : TARGET_EXPR {.c=__complex__ (3.0e+0, 3.0e

[Bug target/102683] [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102683 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:338725652f84793805c55f08a7607c2f45d5512b commit r12-4320-g338725652f84793805c55f08a7607c2f45d5512b Author: Richard Biener Date:

[Bug target/102683] [12 Regression] ICE in set_min_and_max_values_for_integral_type, at stor-layout.c:2851

2021-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102683 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ada/100486] Ada build fails for 32bit Windows

2021-10-11 Thread gcc_bugzilla at axeitado dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #23 from Óscar Fuentes --- See http://88.17.68.234/clientes/gcc It contains the gcc binary packages with debug info, plus packages for dependencies (mpc/gmp/etc.) It also contains the libstdc++ dll from 10.3 (the "working" one). T

[Bug testsuite/102658] [12 regression] Many test case failures after r12-4240

2021-10-11 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102658 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #5

[Bug tree-optimization/102646] large performance changes between 1932e1169a236849f5e7f1cd386da100d9af470f and 9cfb95f9b92326e86e99b50350ebf04fa9cd2477 (probably jump threading)

2021-10-11 Thread hubicka at kam dot mff.cuni.cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102646 --- Comment #2 from hubicka at kam dot mff.cuni.cz --- > I think most of the regressions are fixed, we get even better numbers now. Because we enabled vectorization. I would say they should still reproduce with -fno-tree-vectorize, right? Honza

[Bug c++/101480] [11 Regression] Miscompiled code involving operator new

2021-10-11 Thread hubicka at kam dot mff.cuni.cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101480 --- Comment #21 from hubicka at kam dot mff.cuni.cz --- Hi, note that also tree-ssa-structalias has: /* If the call is to a replaceable operator delete and results from a delete expression as opposed to a direct call to

[Bug ada/100486] Ada build fails for 32bit Windows

2021-10-11 Thread gcc_bugzilla at axeitado dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #24 from Óscar Fuentes --- Sorry, I misread your message and now realized that you just wanted the executable and its dependencies. They are now on the same URL. The 11.2 libstdc++ and libgcc dlls are built with debug info.

[Bug tree-optimization/102646] large performance changes between 1932e1169a236849f5e7f1cd386da100d9af470f and 9cfb95f9b92326e86e99b50350ebf04fa9cd2477 (probably jump threading)

2021-10-11 Thread aldyh at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102646 --- Comment #3 from Aldy Hernandez --- Most if not all the performance changes I've seen so far have been, not due to the jump threader changes, but to the restrictions we've put into place for jump threadable paths. Before, we used to thread p

[Bug c++/101853] [12 Regression] g++.dg/modules/xtreme-header-5_b.C ICE

2021-10-11 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101853 --- Comment #5 from seurer at gcc dot gnu.org --- I am still seeing these today with g:a40970cf043553f0ca09a3b7be1c5a949623d915, r12-4318 FAIL: g++.dg/modules/xtreme-header-3_a.H -std=c++17 (internal compiler error) FAIL: g++.dg/modules/xtreme-h

[Bug c++/102643] Segfault in alias template deduction

2021-10-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102643 Patrick Palka changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/102643] Segfault in alias template deduction

2021-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102643 --- Comment #3 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:0de8c2f8104b74f46e63d0d5d7b9e8fd3f04bb98 commit r12-4323-g0de8c2f8104b74f46e63d0d5d7b9e8fd3f04bb98 Author: Patrick Palka Date: M

[Bug bootstrap/102681] [12 Regression] AArch64 bootstrap failure

2021-10-11 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102681 --- Comment #3 from Martin Sebor --- Simply initializing the variable as in the patch below avoids the warning. The control flow in the code is sufficiently opaque to make it worthwhile from a readability point irrespective of whether or not th

[Bug c++/102643] Segfault in alias template deduction

2021-10-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102643 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED See Also|

[Bug fortran/102685] New: [12 Regression] ICE in output_constructor_regular_field, at varasm.c:5514

2021-10-11 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102685 Bug ID: 102685 Summary: [12 Regression] ICE in output_constructor_regular_field, at varasm.c:5514 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: norm

[Bug fortran/102685] [12 Regression] ICE in output_constructor_regular_field, at varasm.c:5514

2021-10-11 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102685 G. Steinmetz changed: What|Removed |Added Keywords||accepts-invalid, |

[Bug fortran/102686] New: [PDT] ICE in check_host_association, at fortran/resolve.c:6055

2021-10-11 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102686 Bug ID: 102686 Summary: [PDT] ICE in check_host_association, at fortran/resolve.c:6055 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug lto/102649] GCC 9.3.1 LTO bug -- incorrect function call, bad stack arguments pushed

2021-10-11 Thread davidhaufegcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102649 --- Comment #2 from David Haufe --- I had assumed this would be the response. Unfortunately the source code involved is both large (1000+ object files in this build) and proprietary. The behavior we see where if we roll forward GIT and rebuild,

[Bug fortran/102685] [12 Regression] ICE in output_constructor_regular_field, at varasm.c:5514

2021-10-11 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102685 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Priority|P3

[Bug middle-end/102687] New: [12 Regression] bootstrap ICE in insert_access, at ipa-modref-tree.h:582

2021-10-11 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102687 Bug ID: 102687 Summary: [12 Regression] bootstrap ICE in insert_access, at ipa-modref-tree.h:582 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: norma

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

2021-10-11 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #44 from Eric Gallager --- (In reply to Martin Liška from comment #43) > (In reply to Eric Gallager from comment #42) > > Is this just about parallelism bottlenecks for the main build target (e.g. > > just `make` or `make all`), or do

[Bug libstdc++/102567] Missing noexcept specialization of std::function

2021-10-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102567 --- Comment #6 from Jonathan Wakely --- std::move_only_function is on trunk now.

[Bug testsuite/102688] New: [12 regression] gcc.dg/ipa/iinline-attr.c fails after r12-4288

2021-10-11 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102688 Bug ID: 102688 Summary: [12 regression] gcc.dg/ipa/iinline-attr.c fails after r12-4288 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/102667] Inconsistent result of std::regex_match

2021-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102667 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:84088dc4bb6a546c896a068dc201463493babf43 commit r12-4325-g84088dc4bb6a546c896a068dc201463493babf43 Author: Jonathan Wakely Date:

[Bug libstdc++/89927] Inconsistent behavior in std::regex when optimized

2021-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89927 --- Comment #6 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:6b6788f8c2748060d922cc22173ff7f8500917e9 commit r12-4326-g6b6788f8c2748060d922cc22173ff7f8500917e9 Author: Jonathan Wakely Date:

[Bug middle-end/102687] [12 Regression] bootstrap ICE in insert_access, at ipa-modref-tree.h:582

2021-10-11 Thread hubicka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102687 --- Comment #1 from Jan Hubicka --- Sorry, I accidentally commited an unrelated change I had in my tree. I am testing diff --git a/gcc/ipa-modref-tree.h b/gcc/ipa-modref-tree.h index 52f225b1aae..9795e2b8405 100644 --- a/gcc/ipa-modref-tree.h ++

[Bug fortran/102689] New: Segfault with RESHAPE of CLASS as actual argument

2021-10-11 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102689 Bug ID: 102689 Summary: Segfault with RESHAPE of CLASS as actual argument Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal

[Bug c++/67898] rejects-valid on overloaded function as non-type template argument of dependent type

2021-10-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67898 Patrick Palka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug c++/102281] -ftrivial-auto-var-init=zero causes ice

2021-10-11 Thread qinzhao at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102281 --- Comment #7 from qinzhao at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #2) > __builtin_clear_padding when folded emits a series of memory stores rather > than BIT_INSERT_EXPR etc., so that wouldn't work. > But, IMNSHO, -ftrivi

[Bug objc++/56604] Missing obj-c++.srcman target

2021-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56604 --- Comment #5 from CVS Commits --- The master branch has been updated by Eric Gallager : https://gcc.gnu.org/g:30cce6f65a77b8eaa22f3efff7f1ba54858106f9 commit r12-4331-g30cce6f65a77b8eaa22f3efff7f1ba54858106f9 Author: Eric Gallager Date: Sa

[Bug objc++/56604] Missing obj-c++.srcman target

2021-10-11 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56604 Eric Gallager changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

  1   2   >