[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 --- Comment #3 from Andrew Pinski --- https://developer.apple.com/forums/thread/701242

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread chrisj at rtems dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 --- Comment #2 from Chris Johns --- (In reply to Andrew Pinski from comment #1) > move-if-change should work just fine with a normal POSIX shell ... It does. Maybe it was not found? > What is the error message with /bin/sh still there? The er

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-03-26 Ever confirmed|0

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 --- Comment #1 from Andrew Pinski --- move-if-change should work just fine with a normal POSIX shell ... What is the error message with /bin/sh still there?

[Bug c++/109283] New: Destructor of co_yield conditional argument called twice

2023-03-25 Thread ncm at cantrip dot org via Gcc-bugs
gfaults. Compiled with gcc-trunk or gcc-coroutines on Godbolt, identified as: g++ (Compiler-Explorer-Build-gcc-13ec81eb4c3b484ad636000fa8f6d925e15fb983-binutils-2.38) 13.0.1 20230325 (experimental) the compiler ICEs: :513:1: internal compiler error: in flatten_await_stmt, at cp/coroutines.cc:2899 513 | }

[Bug libgcc/109282] New: Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread chrisj at rtems dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 Bug ID: 109282 Summary: Libgcc references sh and not $(SHELL) in Makefile.in Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug target/108928] epiphany-elf: unrecognizable insn (internal compiler error: in extract_insn, at recog.cc:2791) triggered during Modula-2 build

2023-03-25 Thread jbglaw--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108928 --- Comment #1 from Jan-Benedict Glaw --- Last confirmed: g:0a846340b99675d57fc2f2923a0412134eed09d3 (cf. http://toolchain.lug-owl.de/laminar/jobs/gcc-epiphany-elf/36)

[Bug fortran/104321] Dead code since r12-4467-g64f9623765da33

2023-03-25 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104321 anlauf at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug fortran/104321] Dead code since r12-4467-g64f9623765da33

2023-03-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104321 --- Comment #3 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:b5fce899dbbd7246d003209b2fe3b04f8738 commit r13-6862-gb5fce899dbbd7246d003209b2fe3b04f8738 Author: Harald Anlauf Date: S

[Bug tree-optimization/109281] use std::optional results in suboptimal code

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109281 Andrew Pinski changed: What|Removed |Added Depends on||101326, 95405 --- Comment #1 from Andre

[Bug c++/104995] [10/11/12/13 Regression] access checking for function pointer template parameters takes place at call site inside a templated (generic) lambda

2023-03-25 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104995 Patrick Palka changed: What|Removed |Added Summary|access checking for |[10/11/12/13 Regression]

[Bug c++/109277] [13 Regression] type_traits:1417:30: error: invalid use of incomplete type ‘class v8::internal::WasmArray’

2023-03-25 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109277 Patrick Palka changed: What|Removed |Added Keywords|needs-bisection,| |needs-reduction

[Bug c++/109277] [13 Regression] type_traits:1417:30: error: invalid use of incomplete type ‘class v8::internal::WasmArray’

2023-03-25 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109277 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment #

[Bug c++/109281] New: use std::optional results in suboptimal code

2023-03-25 Thread vincenzo.innocente at cern dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109281 Bug ID: 109281 Summary: use std::optional results in suboptimal code Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c