[Bug fortran/104332] [9/10/11/12 Regression] ICE in resolve_symbol, at fortran/resolve.cc:15815

2022-02-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.5

[Bug fortran/104331] [10/11 Regression] ICE in gfc_simplify_eoshift, at fortran/simplify.cc:2590

2022-02-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/104329] [12 Regression] ICE in resolve_omp_atomic, at fortran/openmp.cc:7827 (etc.)

2022-02-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104329 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0 Priority|P3

[Bug target/104327] [12 Regression] Inlining error on s390x since r12-1039

2022-02-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327 Richard Biener changed: What|Removed |Added Target||s390x --- Comment #2 from Richard Bien

[Bug ipa/104325] [9/10/11/12 Regression] undefined reference to `virtual thunk to ...' since r9-4254-g12485662c00914ed

2022-02-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104325 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #2 from Richard Biener

[Bug fortran/104340] Derived type interface Array spec clobbered

2022-02-01 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104340 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/95115] RISC-V 64: inf/inf division optimized out, invalid operation not raised

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95115 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Xi Ruoyao : https://gcc.gnu.org/g:8799006ab889b8bd8a6d6fbea5ddb64a17b2e541 commit r11-9531-g8799006ab889b8bd8a6d6fbea5ddb64a17b2e541 Author: Xi Ruoyao Date:

[Bug debug/104337] [9/10/11/12 Regression] ICE when compiling with optimize attribute and always_inline at -m32 -g3 -O0

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104337 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug debug/104337] [9/10/11/12 Regression] ICE when compiling with optimize attribute at -m32 -g3 -O0

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104337 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|--

[Bug tree-optimization/101822] Codegen bug for popcount

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101822 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug preprocessor/78287] #line directive with value more than 2147483640 prints out the value twice

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78287 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Target Milestone|---

[Bug c++/77792] Generic lamdba scope issue when working with list::remove_if

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77792 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/69695] slice of an array retains pointer attribute

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69695 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0

[Bug fortran/69695] slice of an array retains pointer attribute

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69695 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/99811] ICE: tree check: accessed elt 2 of 'tree_vec' with 1 elts in tsubst_pack_expansion, at cp/pt.c:13002

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99811 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug c++/104326] Deduction failure for parameter pack in template template non-type parameter

2022-02-01 Thread colavitam at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326 --- Comment #4 from Michael Colavita --- This is a slightly different case, but if you change - template typename... Outer, + template typename... Outer, it is accepted by both MSVC and clang (whereas gcc now rejects both test1 and test2

[Bug fortran/104340] New: Derived type interface Array spec clobbered

2022-02-01 Thread river.02.soles at icloud dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104340 Bug ID: 104340 Summary: Derived type interface Array spec clobbered Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fo

[Bug c++/104326] Deduction failure for parameter pack in template template non-type parameter

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326 --- Comment #3 from Andrew Pinski --- Hmm, only clang is able to accept the code. MSVC rejects it with: (13): error C3520: 'Types': parameter pack must be expanded in this context While ICC ICEs after an error message: (10): error: parameter p

[Bug c++/85846] [Concepts] Concept as value in initializer: bogus declared-as-implicit-template error

2022-02-01 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85846 Patrick Palka changed: What|Removed |Added CC||hewillk at gmail dot com --- Comment #4

[Bug c++/99923] Rejects valid if statement with default argument concept

2022-02-01 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99923 Patrick Palka changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug tree-optimization/104334] [12 Regression] Ranger/dom miscompilation

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334 Andrew Pinski changed: What|Removed |Added Keywords||lto, wrong-code Severity|norm

[Bug tree-optimization/99997] Missed optimisation with -Os

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/104339] Missing phiopt due to cast

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

[Bug tree-optimization/104339] New: Missing phiopt due to cast

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104339 Bug ID: 104339 Summary: Missing phiopt due to cast Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancement Priority:

[Bug tree-optimization/101831] [11 Regression] Spurious maybe-uninitialized warning on std::array::size

2022-02-01 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101831 Martin Sebor changed: What|Removed |Added Summary|[11/12 Regression] Spurious |[11 Regression] Spurious

[Bug tree-optimization/101831] [11/12 Regression] Spurious maybe-uninitialized warning on std::array::size

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101831 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Sebor : https://gcc.gnu.org/g:756eabacfcd767e39eea63257a026f61a4c4e661 commit r12-6992-g756eabacfcd767e39eea63257a026f61a4c4e661 Author: Martin Sebor Date: Tue

[Bug middle-end/104260] [12 Regression] Misplaced waccess3 pass

2022-02-01 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104260 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #3 from Martin Sebor

[Bug target/104338] RISC-V: Subword atomics result in library calls

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

[Bug target/104338] RISC-V: Subword atomics result in library calls

2022-02-01 Thread patrick at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104338 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 See Also|

[Bug target/104338] RISC-V: Subword atomics result in library calls

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104338 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 See Also|

[Bug target/104338] New: RISC-V: Subword atomics result in library calls

2022-02-01 Thread palmer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104338 Bug ID: 104338 Summary: RISC-V: Subword atomics result in library calls Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug debug/104337] New: ICE when compiling with optimize attribute at -m32 -g3 -O0

2022-02-01 Thread tlwang at uwaterloo dot ca via Gcc-bugs
--disable-bootstrap Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.0.1 20220201 (experimental) [master -g1bb526625] (GCC) $ $ cat attributes_transformed_program0_preprocessed.c struct a { unsigned b : 7; }; __attribute__((optimize(3))) __attribute__((always_inline)) struct

[Bug c++/102191] [C++20] Can't return prvalue with potentially-throwing destructor during constant evaluation

2022-02-01 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102191 Jason Merrill changed: What|Removed |Added Target Milestone|--- |12.0 Status|ASSIGNED

[Bug c++/33799] Return value's destructor not executed when a local variable's destructor throws

2022-02-01 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33799 Jason Merrill changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|10.4

[Bug c++/51501] [DR 1433] decltype over-agressive SFINAE

2022-02-01 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51501 Jason Merrill changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/104311] [9/10/11/12 Regression] ICE out of memory since r9-6321-g4716603bf875ce

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

[Bug tree-optimization/55288] Improve handling/suppression of maybe-uninitialized warnings

2022-02-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55288 --- Comment #5 from Eric Gallager --- (In reply to CVS Commits from comment #4) > The master branch has been updated by Martin Sebor : > > https://gcc.gnu.org/g:b04093adb28bd6ee8b0390e840219fd2bba134db > > commit r11-8099-gb04093adb28bd6ee8b039

[Bug fortran/104311] [9/10/11/12 Regression] ICE out of memory since r9-6321-g4716603bf875ce

2022-02-01 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311 --- Comment #7 from anlauf at gcc dot gnu.org --- (In reply to anlauf from comment #6) > (In reply to anlauf from comment #2) > > We could limit the size of the resulting array constructor, using e.g. > > flag_max_array_constructor. > > Sample p

[Bug target/103910] openjdk17 causes ICE on -O3 -march=opteron -fcheck-new: during GIMPLE pass: aprefetch: in gimple_build_call, at gimple.c:267

2022-02-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103910 --- Comment #12 from Eric Gallager --- (In reply to Sam James from comment #11) > (In reply to Andrew Pinski from comment #10) > > Someone would have hit this a long time ago, in GCC 4.3.0 or latter. > > My point was that some software has rece

[Bug libstdc++/97731] terminate called in std::experimental::filesystem::recursive_directory_iterator

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97731 --- Comment #6 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:2dc2f417288d4f0839b4bc01388e676ee343f941 commit r12-6982-g2dc2f417288d4f0839b4bc01388e676ee343f941 Author: Jonathan Wakely Date:

[Bug libstdc++/104301] --enable-cstdio=stdio_pure not passed down to libstdc++-v3

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104301 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:19b8946dbda5fda4389ef8e3ea162c3df2b1998d commit r12-6979-g19b8946dbda5fda4389ef8e3ea162c3df2b1998d Author: Jonathan Wakely Date:

[Bug fortran/104311] [9/10/11/12 Regression] ICE out of memory since r9-6321-g4716603bf875ce

2022-02-01 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104311 --- Comment #6 from anlauf at gcc dot gnu.org --- (In reply to anlauf from comment #2) > We could limit the size of the resulting array constructor, using e.g. > flag_max_array_constructor. Sample patch: diff --git a/gcc/fortran/simplify.cc b/g

[Bug tree-optimization/104336] bogus -Wrestrict for std::string assignment with

2022-02-01 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104336 Martin Sebor changed: What|Removed |Added Keywords||diagnostic URL|

[Bug tree-optimization/104336] New: bogus -Wrestrict for std::string assignment with

2022-02-01 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104336 Bug ID: 104336 Summary: bogus -Wrestrict for std::string assignment with Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/104335] [12 regression] build failure if go is included in languages after r12-6747

2022-02-01 Thread wschmidt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104335 Bill Schmidt changed: What|Removed |Added Target Milestone|--- |12.0 Keywords|

[Bug fortran/104330] ICE in gfc_simplify_image_index, at fortran/simplify.cc:8294

2022-02-01 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104330 --- Comment #1 from G. Steinmetz --- Better test cases (valid) instead of accidentally invalid z2.f90 : $ cat zz4.f90 program p class(*), allocatable :: x[:] allocate (real :: x[*]) print *, image_index(x, [1]) end $ cat zz5.f90 pr

[Bug target/104335] New: [12 regression] build failure if go is included in languages after r12-6747

2022-02-01 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104335 Bug ID: 104335 Summary: [12 regression] build failure if go is included in languages after r12-6747 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: no

[Bug fortran/104332] [9/10/11/12 Regression] ICE in resolve_symbol, at fortran/resolve.cc:15815

2022-02-01 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332 --- Comment #4 from Steve Kargl --- On Tue, Feb 01, 2022 at 08:04:45PM +, kargl at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332 > > kargl at gcc dot gnu.org changed: > >What|Removed

[Bug tree-optimization/104334] [12 Regression] Ranger/dom miscompilation

2022-02-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334 --- Comment #1 from Jakub Jelinek --- Also tried ../configure --enable-bootstrap --enable-languages=c,c++ --enable-checking=release --disable-multilib --with-tune=generic build, but there it doesn't reproduce in either of stage1 or stage2 (stage

[Bug fortran/104331] [10/11 Regression] ICE in gfc_simplify_eoshift, at fortran/simplify.cc:2590

2022-02-01 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|

[Bug fortran/104331] [10/11/12 Regression] ICE in gfc_simplify_eoshift, at fortran/simplify.cc:2590

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331 --- Comment #2 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:447047a8f95c6bf4b1873f390c833e91aa8af18c commit r12-6977-g447047a8f95c6bf4b1873f390c833e91aa8af18c Author: Harald Anlauf Date: T

[Bug tree-optimization/104334] [12 Regression] Ranger/dom miscompilation

2022-02-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334 Jakub Jelinek changed: What|Removed |Added Summary|Ranger/dom miscompilation |[12 Regression] Ranger/dom

[Bug tree-optimization/104334] New: Ranger/dom miscompilation

2022-02-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334 Bug ID: 104334 Summary: Ranger/dom miscompilation Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug fortran/104332] [9/10/11/12 Regression] ICE in resolve_symbol, at fortran/resolve.cc:15815

2022-02-01 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/104332] [9/10/11/12 Regression] ICE in resolve_symbol, at fortran/resolve.cc:15815

2022-02-01 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332 kargl at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIR

[Bug preprocessor/104147] [9/10/11 Regression] C preprocessor may remove the standard required whitespace between the preprocessing tokens

2022-02-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104147 Jakub Jelinek changed: What|Removed |Added Summary|[9/10/11/12 Regression] C |[9/10/11 Regression] C

[Bug target/104323] [12 Regression] PCH (and maybe GC) of rs6000 builtins broken

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

[Bug preprocessor/104147] [9/10/11/12 Regression] C preprocessor may remove the standard required whitespace between the preprocessing tokens

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104147 --- Comment #4 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:95ac5635409606386259d2ff21fb61738858ca4a commit r12-6976-g95ac5635409606386259d2ff21fb61738858ca4a Author: Jakub Jelinek Date: T

[Bug target/104323] [12 Regression] PCH (and maybe GC) of rs6000 builtins broken

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104323 --- Comment #4 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:fa882c3e3bf642e0ef30772e4b54a2851497db96 commit r12-6974-gfa882c3e3bf642e0ef30772e4b54a2851497db96 Author: Jakub Jelinek Date: T

[Bug target/104324] v850-elf-as regression: displacement is too large

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

[Bug c++/103186] [11 Regression] ICE with lambda as default argument in template

2022-02-01 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103186 Jason Merrill changed: What|Removed |Added Known to work||12.0 Summary|[11/12 Regressi

[Bug c++/103186] [11/12 Regression] ICE with lambda as default argument in template

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103186 --- Comment #13 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:8a3789786205376e3ba19fdefadd8937e8ac534e commit r12-6973-g8a3789786205376e3ba19fdefadd8937e8ac534e Author: Jason Merrill Date:

[Bug fortran/104332] [9/10/11/12 Regression] ICE in resolve_symbol, at fortran/resolve.cc:15815

2022-02-01 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug c++/86430] ambiguous overload?

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86430 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Alias|

[Bug tree-optimization/101831] [11/12 Regression] Spurious maybe-uninitialized warning on std::array::size

2022-02-01 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101831 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #4 from Martin Sebor

[Bug c++/104325] [9/10/11/12 Regression] undefined reference to `virtual thunk to ...' since r9-4254-g12485662c00914ed

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104325 Andrew Pinski changed: What|Removed |Added Keywords||link-failure Target Milestone|---

[Bug target/100428] [nvptx, GOMP_NVPTX_JIT=-O0] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/reduction-7.c -DACC_DEVICE_TYPE_nvidia=1 -DACC_MEM_SHARED=0 -foffload=nvptx-none -O0 execution test

2022-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100428 --- Comment #5 from CVS Commits --- The master branch has been updated by Tom de Vries : https://gcc.gnu.org/g:456de10c549379b74d4858f00d4b8817035a73fc commit r12-6967-g456de10c549379b74d4858f00d4b8817035a73fc Author: Tom de Vries Date: Sun

[Bug lto/104333] [11/12 Regression] ICE with -flto -Wl,-plugin-opt=debug

2022-02-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug lto/104333] New: [11/12 Regression] ICE with -flto -Wl,-plugin-opt=debug

2022-02-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333 Bug ID: 104333 Summary: [11/12 Regression] ICE with -flto -Wl,-plugin-opt=debug Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Prior

[Bug fortran/104331] [10/11/12 Regression] ICE in gfc_simplify_eoshift, at fortran/simplify.cc:2590

2022-02-01 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331 anlauf at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2022-02-01 C

[Bug tree-optimization/104125] 531.deepsjeng_r regressed on Zen2 CPUs at -Ofast -march=native (without LTO) during GCC 12 development

2022-02-01 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104125 --- Comment #4 from Martin Jambor --- Despite spending much more time on this than I wanted I was not able to find out anything really interesting. The functions that slowed down significantly is feval (FWIW, perf annotation points down to a co

[Bug fortran/104332] [9/10/11/12 Regression] ICE in resolve_symbol, at fortran/resolve.cc:15815

2022-02-01 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332 --- Comment #1 from G. Steinmetz --- Note that this addition gives an ICE down to at least r5 for some reasons : $ cat z3.f90 block data real, bind(c) :: a end block data

[Bug fortran/104332] New: [9/10/11/12 Regression] ICE in resolve_symbol, at fortran/resolve.cc:15815

2022-02-01 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332 Bug ID: 104332 Summary: [9/10/11/12 Regression] ICE in resolve_symbol, at fortran/resolve.cc:15815 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: nor

[Bug fortran/104331] New: [10/11/12 Regression] ICE in gfc_simplify_eoshift, at fortran/simplify.cc:2590

2022-02-01 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331 Bug ID: 104331 Summary: [10/11/12 Regression] ICE in gfc_simplify_eoshift, at fortran/simplify.cc:2590 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug fortran/104330] New: ICE in gfc_simplify_image_index, at fortran/simplify.cc:8294

2022-02-01 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104330 Bug ID: 104330 Summary: ICE in gfc_simplify_image_index, at fortran/simplify.cc:8294 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/104329] New: [12 Regression] ICE in resolve_omp_atomic, at fortran/openmp.cc:7827 (etc.)

2022-02-01 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104329 Bug ID: 104329 Summary: [12 Regression] ICE in resolve_omp_atomic, at fortran/openmp.cc:7827 (etc.) Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: no

[Bug fortran/104328] New: ICE in resolve_omp_atomic, at fortran/openmp.cc:7760 (etc.)

2022-02-01 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104328 Bug ID: 104328 Summary: ICE in resolve_omp_atomic, at fortran/openmp.cc:7760 (etc.) Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal P

[Bug c/33193] slopiness in __real/__imag

2022-02-01 Thread sabre at nondot dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33193 --- Comment #11 from Chris Lattner --- Cool, thanks for tidying this up Andrew!

[Bug target/104327] [12 Regression] Inlining error on s390x since r12-1039

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

[Bug c++/102123] [11/12 Regression] Internal Compiler Error occurs during template deduction in use with templates as template parameters

2022-02-01 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102123 Patrick Palka changed: What|Removed |Added Target Milestone|--- |11.3 See Also|

[Bug fortran/103828] Type generated for CHARACTER(C_CHAR), VALUE arguments is wrong

2022-02-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103828 --- Comment #7 from Eric Gallager --- (In reply to Francois-Xavier Coudert from comment #6) > Fixed in > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=906b4e15ce84790c7657405238d61358e0893676 should this get a note in the release notes due to b

[Bug c++/104326] Deduction failure for parameter pack in template template non-type parameter

2022-02-01 Thread colavitam at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326 --- Comment #2 from Michael Colavita --- It doesn't appear to be specific to the long and unsigned case. The problem persists if you change unsigned to another type (or replace it with something like a member pointer). I can't find an accepted c

[Bug c++/56958] Spurious set but not used variable warning in empty pack expansion

2022-02-01 Thread foom at fuhm dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56958 James Y Knight changed: What|Removed |Added CC||foom at fuhm dot net --- Comment #6 fro

[Bug c++/104326] Deduction failure for parameter pack in template template non-type parameter

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326 --- Comment #1 from Andrew Pinski --- I think there is a c++ standard defect report about this case. The problem is the conversion of unsigned and long.

[Bug target/104327] [12 Regression] Inlining error on s390x since r12-1039

2022-02-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |12.0 Priority|P3

[Bug target/104327] New: [12 Regression] Inlining error on s390x since r12-1039

2022-02-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327 Bug ID: 104327 Summary: [12 Regression] Inlining error on s390x since r12-1039 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug c++/104326] New: Deduction failure for parameter pack in template template non-type parameter

2022-02-01 Thread colavitam at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104326 Bug ID: 104326 Summary: Deduction failure for parameter pack in template template non-type parameter Product: gcc Version: 11.2.1 Status: UNCONFIRMED Severity:

[Bug target/103771] [12 Regression] Missed vectorization under -mavx512f -mavx512vl after r12-5489

2022-02-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771 --- Comment #35 from Andrew Pinski --- (In reply to Jeffrey A. Law from comment #34) > I've always wanted to see us be able to push something like those matched > conversions down through the PHI. > > Is that what you're working on? Yes.

[Bug target/103771] [12 Regression] Missed vectorization under -mavx512f -mavx512vl after r12-5489

2022-02-01 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771 --- Comment #34 from Jeffrey A. Law --- I've always wanted to see us be able to push something like those matched conversions down through the PHI. That would make the code look like: if (x.1_1 > 255) goto ; [INV] else goto ; [INV]

[Bug c++/79493] Bad diagnostic when referring to inner type that does not exist

2022-02-01 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79493 Marek Polacek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org

[Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete

2022-02-01 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70077 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug fortran/104313] [9/10/11/12 Regression] ICE verify_gimple failed with -ff2c since r10-2279-ge0af8f52b10385d8

2022-02-01 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313 --- Comment #3 from Steve Kargl --- On Tue, Feb 01, 2022 at 03:52:51PM +, kargl at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313 > > --- Comment #2 from kargl at gcc dot gnu.org --- > diff --git a/gcc/fortran/

[Bug c++/104008] [11/12 Regression] New g++ folly compile error with gcc 11.x. Bisected to PR99445 c++: Alias template in pack expansion

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

[Bug c++/67795] Wrong code generated for conditional expression with cast

2022-02-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67795 Martin Liška changed: What|Removed |Added Status|NEW |WAITING

[Bug c++/51501] [DR 1433] decltype over-agressive SFINAE

2022-02-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51501 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/64169] Partial template specialization of reference-qualified operator templates

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

[Bug fortran/104313] [9/10/11/12 Regression] ICE verify_gimple failed with -ff2c since r10-2279-ge0af8f52b10385d8

2022-02-01 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104313 --- Comment #2 from kargl at gcc dot gnu.org --- diff --git a/gcc/fortran/trans-decl.cc b/gcc/fortran/trans-decl.cc index 6493cc2f6b1..908a4c6d42e 100644 --- a/gcc/fortran/trans-decl.cc +++ b/gcc/fortran/trans-decl.cc @@ -6474,7 +6474,7 @@ gfc_ge

[Bug c++/79493] Bad diagnostic when referring to inner type that does not exist

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

[Bug tree-optimization/97821] [9/10/11/12 Regression] wrong code with -ftree-vectorize at -O1 on x86_64-pc-linux-gnu by r6-3608

2022-02-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97821 --- Comment #11 from Richard Biener --- Created attachment 52325 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52325&action=edit somewhat reduced testcase Somewhat reduced testcase. Note there are uninit diagnostics because we jump into

[Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete

2022-02-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70077 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | CC|

  1   2   >