[Bug sanitizer/105614] mips64: sanitizer_platform_limits_linux.cpp:75:38: error: static assertion failed

2022-08-30 Thread broly at mac dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105614 --- Comment #17 from gagan sidhu (broly) --- (In reply to Xi Ruoyao from comment #16) > (In reply to gagan sidhu (broly) from comment #15) > > > and also: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=9f943b2446f2d0 > > Please don't use

[Bug sanitizer/105614] mips64: sanitizer_platform_limits_linux.cpp:75:38: error: static assertion failed

2022-08-30 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105614 --- Comment #16 from Xi Ruoyao --- (In reply to gagan sidhu (broly) from comment #15) > and also: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=9f943b2446f2d0 Please don't use this. I've already said why this is not correct in previous

[Bug sanitizer/105614] mips64: sanitizer_platform_limits_linux.cpp:75:38: error: static assertion failed

2022-08-30 Thread broly at mac dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105614 gagan sidhu (broly) changed: What|Removed |Added CC||broly at mac dot com --- Comment

[Bug target/106736] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:333

2022-08-30 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736 Kewen Lin changed: What|Removed |Added Attachment #53513|0 |1 is obsolete|

[Bug libgomp/106643] [gfortran + OpenACC] Allocate in module causes refcount error

2022-08-30 Thread hberre3 at gatech dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106643 --- Comment #1 from Henry Le Berre --- Here is a more minimal version: m_mod.f90: ```fortran module m_mod real(kind(0d0)),allocatable, dimension(:) :: arrs !$acc declare create(arrs) contains subroutine s_mod_init()

[Bug c++/106774] warning about comparison to true/false

2022-08-30 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106774 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug bootstrap/106779] GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

2022-08-30 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106779 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug c/106672] support Apple's old __private_extern__ keyword

2022-08-30 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106672 --- Comment #2 from Eric Gallager --- Well, at the very least GCC could print a nicer error message (and possibly suggest a fix-it hint for it, too)

[Bug target/106763] Armv8.2 vmov.f16 instruction sometimes causes SIGILL

2022-08-30 Thread georgepee at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106763 George Pee changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/104265] Missed vectorization in 526.blender_r

2022-08-30 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104265 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug bootstrap/106779] GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

2022-08-30 Thread todd_richmond at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106779 --- Comment #7 from Todd Richmond --- i was playing w/ cmdline and had deleted an extra arg. the 12.2 path is before the 12.1 path. However, our build scripts include the correct gcc header dir to all configure lines to ensure we don't pull in

[Bug fortran/106750] Memory leak calling array slice of derived type containing `allocatable` entries

2022-08-30 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106750 --- Comment #2 from anlauf at gcc dot gnu.org --- If you need a workaround, replace: j(i) = do_with_array(ts(choose)) ! [#1] MEMORY LEAK by j(i) = do_with_array([ts(choose)]) ! [#1] no more MEMORY LEAK

[Bug fortran/106750] Memory leak calling array slice of derived type containing `allocatable` entries

2022-08-30 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106750 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2022-08-30 Ever

[Bug bootstrap/106779] GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

2022-08-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106779 --- Comment #6 from Jakub Jelinek --- Where does the: -I/tools/arch/Linux_3.10.0-x86_64/gcc-12.1.0-bootstrap//include come there? If it e.g. contains glibc fixincluded ansidecl.h, then that could explain why it breaks. But you don't want to

[Bug bootstrap/106779] GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

2022-08-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106779 --- Comment #5 from Jakub Jelinek --- include/ansidecl.h has: #if defined (__STDC__) || defined(__cplusplus) || defined (_AIX) || (defined (__mips) && defined (_SYSTYPE_SVR4)) || defined(_WIN32) ... #define PTR void * ... #else /*

[Bug bootstrap/106779] GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

2022-08-30 Thread todd_richmond at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106779 --- Comment #4 from Todd Richmond --- one other comment. all the gcc prereqs are the latest available releases - every 3rd party package is built by us from the most up-to-date versions

[Bug bootstrap/106779] GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

2022-08-30 Thread todd_richmond at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106779 --- Comment #3 from Todd Richmond --- We have been using the same build setup for the last 20 years and this is the 1st gcc failure :) We build EVERYTHING in a self contained fashion and don't rely on any OS libraries except libc.so. I don't

[Bug bootstrap/106779] GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

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

[Bug libstdc++/106780] New: gcc maybe-uninitialized warning on std_function.h

2022-08-30 Thread vincent.lextrait at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106780 Bug ID: 106780 Summary: gcc maybe-uninitialized warning on std_function.h Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/106775] [10/11/12/13 regression] Subscipt operator with array rvalue inside brackets returns lvalue

2022-08-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106775 Jakub Jelinek changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment

[Bug middle-end/106776] Unexpected use-after-free warning

2022-08-30 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106776 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment

[Bug bootstrap/106779] GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

2022-08-30 Thread todd_richmond at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106779 --- Comment #1 from Todd Richmond --- filename is likely wrong - I did this 2 days ago and lost the log output. 100% consistent on 2 different build systems/OS though

[Bug bootstrap/106779] New: GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch

2022-08-30 Thread todd_richmond at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106779 Bug ID: 106779 Summary: GCC 12.2 fails to compile in libiberty - uknown symbol PTR - requires later patch Product: gcc Version: unknown Status: UNCONFIRMED

[Bug debug/106746] [13 Regression] '-fcompare-debug' failure (length) with -O2 -fsched2-use-superblocks since r13-2041-g6624ad73064de241

2022-08-30 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106746 --- Comment #3 from H.J. Lu --- This debug INSN: (debug_insn 29 28 30 2 (var_location:BLK D#2 (concatn:BLK [ (mem/j:SI (plus:DI (plus:DI (ashift:DI (zero_extend:DI (and:SI (mem:SI (plus:DI (reg/f:DI 7 sp)

[Bug preprocessor/106778] libcpp/makeuname2c.cc:454: sanity check in wrong place ?

2022-08-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106778 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug testsuite/31290] gcc.c-torture/execute/920612-1.c and gcc.c-torture/execute/920711-1.c depend on signed overflow being defined

2022-08-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31290 --- Comment #5 from Andrew Pinski --- (In reply to Philipp from comment #4) > I disagree about this bug for gcc.c-torture/execute/920711-1.c. I think > there was no bug here, and the "fix" actually introduced a problem, and > should be reverted:

[Bug target/106763] Armv8.2 vmov.f16 instruction sometimes causes SIGILL

2022-08-30 Thread georgepee at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106763 --- Comment #6 from George Pee --- That explanation makes a lot of sense. Thank you!

[Bug target/106763] Armv8.2 vmov.f16 instruction sometimes causes SIGILL

2022-08-30 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106763 --- Comment #5 from Richard Earnshaw --- My guess (and it's only a guess because I'm not a kernel expert) is that the OS has disabled the FP/SIMD unit because of something like a context switch and then is failing, somehow, to recognize that

[Bug target/106763] Armv8.2 vmov.f16 instruction sometimes causes SIGILL

2022-08-30 Thread georgepee at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106763 --- Comment #4 from George Pee --- Yes, it's possible that this isn't a compiler bug. I thought that it might be because the problem started showing up after upgrading the toolchain. I wasn't sure if the compiler was failing to emit some kind

[Bug c++/106759] __has_builtin doesn't report __is_nothrow_constructible as supported

2022-08-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106759 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/106759] __has_builtin doesn't report __is_nothrow_constructible as supported

2022-08-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106759 --- Comment #6 from CVS Commits --- The releases/gcc-12 branch has been updated by Marek Polacek : https://gcc.gnu.org/g:29dfe1cacadd2a47b4e5b1cab11bd7263fe211c9 commit r12-8729-g29dfe1cacadd2a47b4e5b1cab11bd7263fe211c9 Author: Marek Polacek

[Bug target/106763] Armv8.2 vmov.f16 instruction sometimes causes SIGILL

2022-08-30 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106763 --- Comment #3 from Richard Earnshaw --- Programs don't generally take SIGILL intermittently - if that really is the case, then it's unlikely to be a bug in the compiler. You haven't told us what OS you are running on, or anything else about

[Bug tree-optimization/73550] Another wrong -Wmaybe-uninitialized warning in switch statement

2022-08-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=73550 --- Comment #10 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:ce776225249d99b089d02424b9472811a6bbd7f5 commit r13-2279-gce776225249d99b089d02424b9472811a6bbd7f5 Author: Richard Biener Date:

[Bug tree-optimization/90994] Bogus Wmaybe-uninitialized with fnon-call-exceptions

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

[Bug tree-optimization/73550] Another wrong -Wmaybe-uninitialized warning in switch statement

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

[Bug c/106778] libcpp/makeuname2c.cc:454: sanity check in wrong place ?

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

[Bug c++/106775] [10/11/12/13 regression] Subscipt operator with array rvalue inside brackets returns lvalue

2022-08-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106775 --- Comment #2 from Marek Polacek --- The difference between -fstrong-eval-order=all and -fstrong-eval-order=some: <).b = 1) >; + (void) ((TARGET_EXPR ).b[0] = 1) >; return = 0;

[Bug c/106778] New: libcpp/makeuname2c.cc:454: sanity check in wrong place ?

2022-08-30 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106778 Bug ID: 106778 Summary: libcpp/makeuname2c.cc:454: sanity check in wrong place ? Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug c++/106759] __has_builtin doesn't report __is_nothrow_constructible as supported

2022-08-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106759 --- Comment #5 from CVS Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:fe915f35b7d8dc768a2b977c09aa02f933e1d1e9 commit r13-2277-gfe915f35b7d8dc768a2b977c09aa02f933e1d1e9 Author: Marek Polacek Date:

[Bug c++/106775] [10/11/12/13 regression] Subscipt operator with array rvalue inside brackets returns lvalue

2022-08-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106775 Marek Polacek changed: What|Removed |Added Known to fail||10.4.0 CC|

[Bug tree-optimization/73550] Another wrong -Wmaybe-uninitialized warning in switch statement

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=73550 --- Comment #8 from Richard Biener --- If you fix that then the issue is that predicate::init_from_control_deps, when failing to process any edge will fatally fail. In this case we have a case label with a range which isn't handled.

[Bug tree-optimization/73550] Another wrong -Wmaybe-uninitialized warning in switch statement

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=73550 --- Comment #7 from Richard Biener --- The diagnostic is gone in GCC 12+ and re-appears with adding -fno-thread-jumps because: MAX_NUM_CHAINS exceeded: 8 and the logic is extra stupid in building 8 chains but no more but then when building

[Bug fortran/106777] New: Permit TFmode (real(16)/float128) in gfortran if GLIBC supports it and --disable-libquadmath(-support)

2022-08-30 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106777 Bug ID: 106777 Summary: Permit TFmode (real(16)/float128) in gfortran if GLIBC supports it and --disable-libquadmath(-support) Product: gcc Version: 13.0 Status:

[Bug tree-optimization/67196] [10/11/12/13 Regression] loop-induced false positive from -Wmaybe-uninitialized

2022-08-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67196 --- Comment #8 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:61051ee5cfd59ee292984641d02caac85f6dfac3 commit r13-2273-g61051ee5cfd59ee292984641d02caac85f6dfac3 Author: Richard Biener Date:

[Bug target/106707] [13 Regression] ICE: in cselib_record_set, at cselib.cc:2687 with -Oz -g -fno-cprop-registers -fno-dce since r13-1945-gfc6ef90173478521

2022-08-30 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106707 --- Comment #5 from Uroš Bizjak --- The following pattern is matched by a peephole2 pattern: (insn 164 161 165 5 (set (reg:DI 0 ax [orig:91 _10 ] [91]) (reg:DI 0 ax)) "pr106707.c":13:12 82 {*movdi_internal} (expr_list:REG_UNUSED

[Bug tree-optimization/67196] [10/11/12/13 Regression] loop-induced false positive from -Wmaybe-uninitialized

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

[Bug middle-end/106776] New: Unexpected use-after-free warning

2022-08-30 Thread drfiemost at email dot it via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106776 Bug ID: 106776 Summary: Unexpected use-after-free warning Product: gcc Version: 12.2.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P3

[Bug rtl-optimization/106590] [12/13 Regression] x86-64 miscompilation starting with r12-8233-g1ceddd7497e15d w/ mtune=skylake

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

[Bug target/106721] Error: invalid character '<' in mnemonic since r13-2122-g86c0d98620ee3a

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

[Bug fortran/106579] ieee_signaling_nan problem in fortran on powerpc64

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

[Bug tree-optimization/67194] [10/11/12/13 Regression] Missed jump thread and false positive from -Wuninitialized

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67194 --- Comment #5 from Richard Biener --- For the second testcase the issue is the aliasing store *operand_loc = 0; which can invalidate the predicate value. Fixed with -fstrict-aliasing (or -O2). Nothing uninit analysis can do here. The first

[Bug tree-optimization/66459] bogus warning 'w.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] caused by loop invariant motion (LIM)

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66459 Richard Biener changed: What|Removed |Added Last reconfirmed|2019-02-03 00:00:00 |2022-8-30 Summary|bogus

[Bug fortran/106771] [OOP] ICE with PACK intrinsic, in gfc_conv_expr_descriptor, at fortran/trans-array.c:7328

2022-08-30 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106771 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug tree-optimization/65244] Bogus -Wmaybe-uninitialized warning with posix_memalign() and -Og

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65244 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #16 from Richard

[Bug tree-optimization/63660] -Wmaybe-uninitialized false positive on many repeated bitwise tests

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

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 63660, which changed state. Bug 63660 Summary: -Wmaybe-uninitialized false positive on many repeated bitwise tests https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63660 What|Removed

[Bug tree-optimization/63660] -Wmaybe-uninitialized false positive on many repeated bitwise tests

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63660 Richard Biener changed: What|Removed |Added Known to work||13.0 Status|NEW

[Bug middle-end/63518] missing Wuninitialized warning independent of order of arguments

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63518 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 63518, which changed state. Bug 63518 Summary: missing Wuninitialized warning independent of order of arguments https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63518 What|Removed |Added

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 56654, which changed state. Bug 56654 Summary: uninit warning behaves erratically (always executed block, "is" vs "may", order when walking uses) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56654 What

[Bug tree-optimization/56654] uninit warning behaves erratically (always executed block, "is" vs "may", order when walking uses)

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

[Bug tree-optimization/56654] uninit warning behaves erratically (always executed block, "is" vs "may", order when walking uses)

2022-08-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56654 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:8a63343a744a8584a9dfcbc3817f66755baafe8a commit r13-2261-g8a63343a744a8584a9dfcbc3817f66755baafe8a Author: Richard Biener Date:

[Bug target/106524] [12 Regression] ICE in extract_insn, at recog.cc:2791 (error: unrecognizable insn) since r12-4349-ge36206c9940d22.

2022-08-30 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106524 Tamar Christina changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/106524] [12 Regression] ICE in extract_insn, at recog.cc:2791 (error: unrecognizable insn) since r12-4349-ge36206c9940d22.

2022-08-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106524 --- Comment #4 from CVS Commits --- The releases/gcc-12 branch has been updated by Tamar Christina : https://gcc.gnu.org/g:e927d1cf141f221c5a32574bde0913307e140984 commit r12-8728-ge927d1cf141f221c5a32574bde0913307e140984 Author: Tamar

[Bug c++/106775] [11/12/13 regression] Subscipt operator with array rvalue inside brackets returns lvalue

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106775 Richard Biener changed: What|Removed |Added Target Milestone|--- |11.4 Summary|[11/12

[Bug c++/106774] warning about comparison to true/false

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106774 --- Comment #3 from Richard Biener --- that's more coding style though?

[Bug fortran/106771] [OOP] ICE with PACK intrinsic, in gfc_conv_expr_descriptor, at fortran/trans-array.c:7328

2022-08-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106771 --- Comment #6 from Richard Biener --- Note that the GCC 9 branch is no longer maintained so the issue is fixed in all maintained versions? If so please close as fixed.

[Bug testsuite/31290] gcc.c-torture/execute/920612-1.c and gcc.c-torture/execute/920711-1.c depend on signed overflow being defined

2022-08-30 Thread pkk at spth dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31290 Philipp changed: What|Removed |Added CC||pkk at spth dot de --- Comment #4 from

[Bug tree-optimization/106744] [13 Regression] phiopt miscompiles min/max since r13-1950-g9bb19e143cfe8863

2022-08-30 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106744 Tamar Christina changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/106744] [13 Regression] phiopt miscompiles min/max since r13-1950-g9bb19e143cfe8863

2022-08-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106744 --- Comment #4 from CVS Commits --- The master branch has been updated by Tamar Christina : https://gcc.gnu.org/g:37ebaabde2b88d446369240ae8f03b8e6a284a7b commit r13-2259-g37ebaabde2b88d446369240ae8f03b8e6a284a7b Author: Tamar Christina

[Bug fortran/106771] [OOP] ICE with PACK intrinsic, in gfc_conv_expr_descriptor, at fortran/trans-array.c:7328

2022-08-30 Thread federico.perini at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106771 --- Comment #5 from federico --- My bad, the SEGFAULT is my mistake, I've made a half-baked example that does not work. Here's the fixed one: module test implicit none type::t integer, allocatable :: iloc(:) contains