[Bug ada/120110] Instantiation error record aggregate must use (), not []

2025-05-05 Thread p.p11 at orange dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120110 --- Comment #1 from Pascal Pignard --- Created attachment 61309 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61309&action=edit Reproducer with the offending line not in comment test_20250501_genagg-2.zip

[Bug ada/120110] New: Instantiation error record aggregate must use (), not []

2025-05-05 Thread p.p11 at orange dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120110 Bug ID: 120110 Summary: Instantiation error record aggregate must use (), not [] Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal

[Bug target/119937] [15/16 Regression] ICE: Error detected at a-sttebu.ads:56:30

2025-05-03 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119937 --- Comment #9 from Matthias Klose --- this is only seen with a profiled bootstrap, make profiledbootstrap-lean, not with the bootstrap target.

[Bug cobol/119632] section segments (cobol85) not implemented, "ignored" -> raising compile error

2025-05-02 Thread simonsobisch at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119632 --- Comment #5 from Simon Sobisch --- @Bob, what do you think of committing that patch as it waits on one of the COBOL maintainers (and later or work on supporting that - at least as "ignored")?

[Bug c/120066] FAIL: gcc.c-torture/compile/pr51694.c -O0 (internal compiler error: Segmentation fault)

2025-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120066 --- Comment #2 from Andrew Pinski --- Fixed this morning.

[Bug c/120066] FAIL: gcc.c-torture/compile/pr51694.c -O0 (internal compiler error: Segmentation fault)

2025-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120066 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug c/120066] New: FAIL: gcc.c-torture/compile/pr51694.c -O0 (internal compiler error: Segmentation fault)

2025-05-02 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120066 Bug ID: 120066 Summary: FAIL: gcc.c-torture/compile/pr51694.c -O0 (internal compiler error: Segmentation fault) Product: gcc Version: 16.0 Status: UNCONFIRMED

[Bug libstdc++/120056] Circular constraint satisfaction error with non-trivial container iterators to callables taking std::expected parameters

2025-05-02 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120056 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org See

[Bug other/120063] SARIF output: fatal errors should have their "level" set to "error"

2025-05-02 Thread ensadc at mailnesia dot com via Gcc-bugs
bc6abdff5e4..b26ae30255a 100644 --- a/gcc/diagnostic-format-sarif.cc +++ b/gcc/diagnostic-format-sarif.cc @@ -1851,6 +1851,7 @@ maybe_get_sarif_level (diagnostic_t diag_kind) { case DK_WARNING: return "warning"; +case DK_FATAL: case DK_ERROR: ret

[Bug other/120063] New: SARIF output: fatal errors should have their "level" set to "error"

2025-05-02 Thread ensadc at mailnesia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120063 Bug ID: 120063 Summary: SARIF output: fatal errors should have their "level" set to "error" Product: gcc Version: 15.1.0 Status: UNCONFIRMED

[Bug c++/107744] Error in constant evaluation of dynamic_cast

2025-05-02 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107744 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org St

[Bug c/120058] internal compiler error: Segmentation fault

2025-05-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120058 Sam James changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/120058] New: internal compiler error: Segmentation fault

2025-05-01 Thread tharakan at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120058 Bug ID: 120058 Summary: internal compiler error: Segmentation fault Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/120056] Circular constraint satisfaction error with non-trivial container iterators to callables taking std::expected parameters

2025-05-01 Thread catsith at me dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120056 --- Comment #1 from catsith at me dot com --- The source code comment is wrong; std::expected template arguments do matter - replacing int with void removes the issue. The use of function pointers isn't necessary to trigger this; also happens wi

[Bug c++/120056] New: Circular constraint satisfaction error with non-trivial container iterators to callables taking std::expected parameters

2025-05-01 Thread catsith at me dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120056 Bug ID: 120056 Summary: Circular constraint satisfaction error with non-trivial container iterators to callables taking std::expected parameters Product: gcc

[Bug c++/107022] error: use of deleted function 'std::unordered_map

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

[Bug c++/120052] internal compiler error: in scan_omp_1_op, at omp-low.cc:4005

2025-05-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120052 --- Comment #1 from Andrew Pinski --- Created attachment 61262 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61262&action=edit Cleaned up and reduced testcase

[Bug c++/120052] New: internal compiler error: in scan_omp_1_op, at omp-low.cc:4005

2025-05-01 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120052 Bug ID: 120052 Summary: internal compiler error: in scan_omp_1_op, at omp-low.cc:4005 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug c++/112341] error: insufficient contextual information to determine type on co_await result in function template

2025-05-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
ined yet. This also means we can remove the CO_AWAIT_EXPR and CO_YIELD_EXPR special-cases from type_dependent_expression_p. PR c++/112341 - error: insufficient contextual information to determine type on co_await result in function template gcc/cp/ChangeLog:

[Bug c++/119162] missing error with constexpr new

2025-05-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119162 --- Comment #4 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:25fe59805029e164bfbe347adbdf62856d1b1b1e commit r16-325-g25fe59805029e164bfbe347adbdf62856d1b1b1e Author: Jason Merrill Date: Tue

[Bug rust/120018] [15/16 regression] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits

2025-04-30 Thread sjames at gcc dot gnu.org via Gcc-bugs
error: in |[15/16 regression] internal |redirect_to_unreachable, at |compiler error: in |ipa-fnsummary.cc:258 for|redirect_to_unreachable, at |32-bits |ipa-fnsummary.cc:258 for

[Bug target/120042] [16 Regression] RISC-V: stage1 fails to build with error: ‘CDI_DOMINATORS’ was not declared in this scope in tree-vectorizer.h

2025-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120042 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/120042] [16 Regression] RISC-V: stage1 fails to build with error: ‘CDI_DOMINATORS’ was not declared in this scope in tree-vectorizer.h

2025-04-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120042 --- Comment #3 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:299d48ff4a34c00a6ef964b694fb9b1312683049 commit r16-316-g299d48ff4a34c00a6ef964b694fb9b1312683049 Author: Andrew Pinski Date: Wed

[Bug target/120042] [16 Regression] RISC-V: stage1 fails to build with error: ‘CDI_DOMINATORS’ was not declared in this scope in tree-vectorizer.h

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

[Bug target/120042] [16 Regression] RISC-V: stage1 fails to build with error: ‘CDI_DOMINATORS’ was not declared in this scope in tree-vectorizer.h

2025-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120042 --- Comment #1 from Andrew Pinski --- This should fix it: ``` [apinski@xeond2 gcc]$ git stash show -v diff --git a/gcc/tree-vectorizer.h b/gcc/tree-vectorizer.h index 01d19c77656..5cfdeb6d209 100644 --- a/gcc/tree-vectorizer.h +++ b/gcc/tree-vec

[Bug target/120042] [16 Regression] RISC-V: stage1 fails to build with error: ‘CDI_DOMINATORS’ was not declared in this scope in tree-vectorizer.h

2025-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
: |to build with error:|stage1 fails to build with |‘CDI_DOMINATORS’ was not|error: ‘CDI_DOMINATORS’ was |declared in this scope in |not declared in this scope |tree-vectorizer.h |in tree-vectorizer.h Target

[Bug target/120042] New: [16] RISC-V: stage1 fails to build with error: ‘dominated_by_p’ was not declared in this scope in tree-vectorizer.h

2025-04-30 Thread ewlu at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120042 Bug ID: 120042 Summary: [16] RISC-V: stage1 fails to build with error: ‘dominated_by_p’ was not declared in this scope in tree-vectorizer.h Product: gcc Version

[Bug c++/119378] [12/13 Regression] Nested template class friend of template class produces "internal compiler error: unexpected expression ‘T’ of kind template_parm_index"

2025-04-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119378 --- Comment #8 from GCC Commits --- The releases/gcc-14 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:30432ffd9220cc949ef470c47455c6a64f2cdb69 commit r14-11706-g30432ffd9220cc949ef470c47455c6a64f2cdb69 Author: Patrick Palka

[Bug c++/119378] [12/13 Regression] Nested template class friend of template class produces "internal compiler error: unexpected expression ‘T’ of kind template_parm_index"

2025-04-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119378 --- Comment #7 from GCC Commits --- The releases/gcc-15 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:670250c904dd5c8a1e0a0d241c42d5657400cdc8 commit r15-9605-g670250c904dd5c8a1e0a0d241c42d5657400cdc8 Author: Patrick Palka

[Bug c++/119378] [12/13 Regression] Nested template class friend of template class produces "internal compiler error: unexpected expression ‘T’ of kind template_parm_index"

2025-04-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119378 --- Comment #6 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:05ea8baf6ff96c77a9a2467d5c45b1ed575fca92 commit r16-309-g05ea8baf6ff96c77a9a2467d5c45b1ed575fca92 Author: Patrick Palka Date: We

[Bug c++/101670] Internal compiler error with concepts

2025-04-30 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101670 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment #

[Bug c++/119983] Member function in unnamed type causes internal compiler error in module.

2025-04-30 Thread nshead at gcc dot gnu.org via Gcc-bugs
is in GCC 14 (so 14.3 will accept this code), but for GCC > > 15 we properly implement https://wg21.link/p1815 and so error in this case: > > > > :2:11: error: 'instance' exposes TU-local entity 'struct' > > 2 | struct {} instance; > >

[Bug rust/120018] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits

2025-04-30 Thread dkm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120018 --- Comment #3 from Marc Poulhiès --- Ok, thanks Andrew, we'll take care of fixing this.

[Bug rust/120018] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits

2025-04-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120018 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug rust/120018] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits

2025-04-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120018 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug ipa/120018] New: internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits

2025-04-29 Thread dkm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120018 Bug ID: 120018 Summary: internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits Product: gcc Version: 16.0 Status: UNCONFIRMED

[Bug c++/120015] internal compiler error: in unify, at cp/pt.cc:25969

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

[Bug c++/120015] New: internal compiler error: in unify, at cp/pt.cc:25969

2025-04-29 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120015 Bug ID: 120015 Summary: internal compiler error: in unify, at cp/pt.cc:25969 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/109926] fatal error: fenv.h: No such file or directory for canadian compilation of i586-msdosdjgpp

2025-04-29 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109926 Jonathan Wakely changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/119983] Member function in unnamed type causes internal compiler error in module.

2025-04-29 Thread g.mjardev at gmail dot com via Gcc-bugs
able exposes the TU-local type), and > https://eel.is/c++draft/basic.link#17 (the variable is not TU-local, so this > is ill-formed). > > We don't check this in GCC 14 (so 14.3 will accept this code), but for GCC > 15 we properly implement https://wg21.link/p1815 and so error in t

[Bug c++/120005] TU-local exposure error in constexpr function

2025-04-29 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120005 --- Comment #4 from Nathaniel Shead --- But as Andrew says, you can workaround the issue by declaring it 'inline' to prevent it from having internal linkage. This will also avoid any issues with accidental ODR usages from later maintenance.

[Bug c++/120005] TU-local exposure error in constexpr function

2025-04-29 Thread nshead at gcc dot gnu.org via Gcc-bugs
-29 --- Comment #3 from Nathaniel Shead --- The error is because we don't fully implement https://eel.is/c++draft/basic.link#14.4, as constexpr functions and templates don't fold away non-ODR usages of internal linkage objects as constant expressions. I've not yet worked out a go

[Bug c++/112288] [12/13 Regression] ICE - internal compiler error: in instantiate_decl, at cp/pt.cc:26861 since r6-6830-g20a0c6f9bdbd78

2025-04-29 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112288 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/120005] TU-local exposure error in constexpr function

2025-04-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120005 --- Comment #2 from Andrew Pinski --- I think even comment #0 is correct error message. constexpr causes the linkage to be local. I think you need inline here to cause the linkage to be vague.

[Bug c++/120005] TU-local exposure error in constexpr function

2025-04-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120005 --- Comment #1 from Andrew Pinski --- >I'm additionally seeing errors in a module which internally uses some boost >containers. That one looks like a correct error. https://github.com/boostorg/conta

[Bug c++/120005] New: TU-local exposure error in constexpr function

2025-04-29 Thread marcel at laverdet dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120005 Bug ID: 120005 Summary: TU-local exposure error in constexpr function Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/109655] Prior friend declaration causes "confused by earlier errors, bailing out" (with no error message) with missing constraint on out-of-class class template member definition

2025-04-29 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109655 Patrick Palka changed: What|Removed |Added CC||luc.grosheintz at gmail dot com --- Com

[Bug c++/119983] Member function in unnamed type causes internal compiler error in module.

2025-04-29 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119983 --- Comment #3 from Nathaniel Shead --- I will note that making the variable internal linkage will silence GCC 15, since a TU-local variable itself is not an exposure; this is appropriate if you only need the variable within that TU. For exampl

[Bug c++/119983] Member function in unnamed type causes internal compiler error in module.

2025-04-29 Thread nshead at gcc dot gnu.org via Gcc-bugs
declaration of the variable exposes the TU-local type), and https://eel.is/c++draft/basic.link#17 (the variable is not TU-local, so this is ill-formed). We don't check this in GCC 14 (so 14.3 will accept this code), but for GCC 15 we properly implement https://wg21.link/p1815 and so error in this case

[Bug c/119993] New: internal compiler error: populationSize.0 from writePopulation referenced in readPopulation

2025-04-28 Thread xieym3 at zohomail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119993 Bug ID: 119993 Summary: internal compiler error: populationSize.0 from writePopulation referenced in readPopulation Product: gcc Version: 16.0 Status: UNCONFIRMED

[Bug c/119992] New: internal compiler error: in gimplify_expr, at gimplify.cc:19860

2025-04-28 Thread xieym3 at zohomail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119992 Bug ID: 119992 Summary: internal compiler error: in gimplify_expr, at gimplify.cc:19860 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug c/119991] New: internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc:621

2025-04-28 Thread xieym3 at zohomail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119991 Bug ID: 119991 Summary: internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc:621

[Bug c++/112288] [12/13 Regression] ICE - internal compiler error: in instantiate_decl, at cp/pt.cc:26861 since r6-6830-g20a0c6f9bdbd78

2025-04-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112288 --- Comment #17 from GCC Commits --- The releases/gcc-14 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:d3cb17bed3a61a2d45ff6142bbabc633a334dc2f commit r14-11694-gd3cb17bed3a61a2d45ff6142bbabc633a334dc2f Author: Patrick Palka

[Bug c++/119983] Member function in unnamed type causes internal compiler error in module.

2025-04-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119983 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/119983] New: Member function in unnamed type causes internal compiler error in module.

2025-04-28 Thread g.mjardev at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119983 Bug ID: 119983 Summary: Member function in unnamed type causes internal compiler error in module. Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-28 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 Sergei Trofimovich changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug lto/113207] [12 Regression] error: type variant has different 'TREE_TYPE' with noreturn or const

2025-04-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113207 --- Comment #16 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:83d7dcfc0e447daf93d3df824a37181a7964c2f0 commit r16-192-g83d7dcfc0e447daf93d3df824a37181a7964c2f0 Author: Richard Biener Date:

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-28 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 --- Comment #6 from Tomasz Kamiński --- Yes, this allows us to avoid a separate allocation when transcoding to valid Unicode. For reference in libstdc++-v3/src/c++23/print.cc, to_valid_unicode will edit sequence in-situ: ``` // If sizeof(_Char

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-28 Thread lh_mouse at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 --- Comment #5 from LIU Hao --- Is there a reason why `__write_to_terminal` takes a `span` instead of a `span`?

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-28 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 --- Comment #4 from Tomasz Kamiński --- I would be grateful, if you could confirm that above fixed the build for you.

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 --- Comment #3 from GCC Commits --- The master branch has been updated by Tomasz Kaminski : https://gcc.gnu.org/g:1be88e43f3e93e85bef9499de905fa72d8596e7d commit r16-183-g1be88e43f3e93e85bef9499de905fa72d8596e7d Author: Tomasz KamiÅski Date:

[Bug c++/119954] "a < b < c < d < ..." taking long time to process to generate error message

2025-04-28 Thread mcccs at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119954 --- Comment #2 from mcccs at gmx dot com --- Created attachment 61219 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61219&action=edit testcase that should be run with -std=c++20 or above.cpp Uploaded testcase

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-27 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 --- Comment #2 from Tomasz Kamiński --- The fails only occurs on WIN32, i.e. if defined(_WIN32) && !defined(__CYGWIN__).

[Bug c++/119954] "a < b < c < d < ..." taking long time to process to generate error message

2025-04-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119954 Richard Biener changed: What|Removed |Added Last reconfirmed||2025-04-28 Ever confirmed|0

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-27 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 Tomasz Kamiński changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tkaminsk at gcc dot gnu.org

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-27 Thread lh_mouse at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 --- Comment #1 from LIU Hao --- Created attachment 61218 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61218&action=edit this isn't specific to mingw, right?

[Bug libstdc++/119970] [16 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
|m:224:65: error: could not |m:224:65: error: could not |convert '__out' since |convert '__out' since |r16-142-g01e5ef3e8b9128 |r16-142-g01e5ef3e8b9128 Version|unknown |16.0

[Bug libstdc++/119970] New: [15 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

2025-04-27 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119970 Bug ID: 119970 Summary: [15 Regression] mingw builds fail as libstdc++-v3/include/ostream:224:65: error: could not convert '__out' since r16-142-g01e5ef3e8b9128

[Bug bootstrap/119967] mips: build faillure gcc/config/mips/mips.cc:20681:7: error: 'is_micromips' was not declared in this scope

2025-04-27 Thread manuel.lauss at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119967 Manuel Lauss changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug bootstrap/119967] New: mips: build faillure gcc/config/mips/mips.cc:20681:7: error: 'is_micromips' was not declared in this scope

2025-04-27 Thread manuel.lauss at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119967 Bug ID: 119967 Summary: mips: build faillure gcc/config/mips/mips.cc:20681:7: error: 'is_micromips' was not declared in this scope Product: gcc Version: 16.0

[Bug target/116600] [12/13/14/15/16 Regression] internal compiler error: in maybe_record_trace_start, at dwarf2cfi.cc:2584 since r7-5127-g827ab47ab1f

2025-04-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116600 Andrew Pinski changed: What|Removed |Added CC||chenglulu at loongson dot cn --- Commen

[Bug target/119937] [15/16 Regression] ICE: Error detected at a-sttebu.ads:56:30

2025-04-26 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119937 --- Comment #8 from Matthias Klose --- and both builds use the 64bit time_t changes, which are still in review.

[Bug target/119937] [15/16 Regression] ICE: Error detected at a-sttebu.ads:56:30

2025-04-26 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119937 --- Comment #7 from Matthias Klose --- the same build / configuration succeeds to build on Ubuntu (Ubuntu has all the hardening flags turned on by default, Debian keeps them off by default).

[Bug target/119937] [15/16 Regression] ICE: Error detected at a-sttebu.ads:56:30

2025-04-26 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119937 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #6 fr

[Bug middle-end/119954] New: "a < b < c < d < ..." taking long time to process to generate error message

2025-04-26 Thread mcccs at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119954 Bug ID: 119954 Summary: "a < b < c < d < ..." taking long time to process to generate error message Product: gcc Version: 16.0 Status: UNCONFIR

[Bug target/119937] [15/16 Regression] ICE: Error detected at a-sttebu.ads:56:30

2025-04-25 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119937 --- Comment #5 from Sam James --- Lemme try repro.

[Bug target/119937] [15/16 Regression] ICE: Error detected at a-sttebu.ads:56:30

2025-04-25 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119937 --- Comment #4 from Matthias Klose --- a cross compiler targeting arm-linux-gnueabihf is built successful.

[Bug target/119937] [15/16 Regression] ICE: Error detected at a-sttebu.ads:56:30

2025-04-25 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119937 Matthias Klose changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug target/119937] [15/16 Regression] ICE: Error detected at a-sttebu.ads:56:30

2025-04-25 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119937 Eric Botcazou changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug cobol/119632] section segments (cobol85) not implemented, "ignored" -> raising compile error

2025-04-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119632 Jakub Jelinek changed: What|Removed |Added Target Milestone|15.0|15.2 --- Comment #4 from Jakub Jelinek

[Bug target/119327] [12/13/14 Regression] -Os breaks inlining: raw_hash_set.h: error: inlining failed in call to 'always_inline': target specific option mismatch since r12-5920

2025-04-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
|-Os breaks inlining:|breaks inlining: |raw_hash_set.h: error: |raw_hash_set.h: error: |inlining failed in call to |inlining failed in call to |'always_inline': target |'always_

[Bug rtl-optimization/119362] [15/16 regression] tree-object-size.cc:1377:1: error: unrecognizable insn

2025-04-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119362 Jakub Jelinek changed: What|Removed |Added Target Milestone|15.0|15.2 --- Comment #5 from Jakub Jelinek

[Bug target/119737] GCN/C++ vs. 'as': 'LLVM ERROR: Size expression must be absolute.'

2025-04-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
fails: LLVM ERROR: Size expression must be absolute. This commit progresses GCN target: [-FAIL: g++.dg/init/call1.C -std=gnu++17 (internal compiler error: Aborted signal terminated program as)-] [-FAIL:-]{+PASS:+} g++.dg/init/call1.C -std=gnu++17 (te

[Bug target/119327] [12/13/14/15/16 Regression] -Os breaks inlining: raw_hash_set.h: error: inlining failed in call to 'always_inline': target specific option mismatch since r12-5920

2025-04-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119327 --- Comment #14 from GCC Commits --- The releases/gcc-15 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:00cc9725634f5547bbe29e0b7f94b87d0fe03e4b commit r15-9586-g00cc9725634f5547bbe29e0b7f94b87d0fe03e4b Author: Jakub Jelinek

[Bug debug/119367] [15/16 Regression][gcn] libgomp.fortran/target1.f90 with '-O2 -g': '.2byte .LM6-.LM5' – error: ... out of range – since r15-8047-gadb14c7625178b

2025-04-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119367 Jakub Jelinek changed: What|Removed |Added Target Milestone|15.0|15.2 --- Comment #9 from Jakub Jelinek

[Bug middle-end/102674] internal compiler error: on fpclassify(_Decimal32)

2025-04-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102674 --- Comment #8 from Jakub Jelinek --- Fixed also for 13.4.

[Bug c++/117825] [12 Regression] ICE on template with -Wformat-security (error reporting routines re-entered.)

2025-04-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
|template with |template with |-Wformat-security (error|-Wformat-security (error |reporting routines |reporting routines |re-entered.)|re-entered.) --- Comment #12 from Jakub Jelinek --- Fixed

[Bug middle-end/118024] ICE when building openssh-9.9_p1 with -fstrub=all (internal compiler error: tree check: expected tree_list, have identifier_node in matching_alloc_calls_p, at gimple-ssa-warn-a

2025-04-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118024 --- Comment #10 from Jakub Jelinek --- Fixed also for 13.4.

[Bug c++/113360] [13/14 Regression] Truncated constexpr error messages with -std=c++23/26

2025-04-23 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113360 Jason Merrill changed: What|Removed |Added Target Milestone|13.4|15.0 Status|ASSIGNED

[Bug target/95419] [vax-openbsd] internal compiler error: in assemble_integer, at varasm.c:2818 with -fexceptions

2025-04-23 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95419 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/119204] Internal Compiler Error (“verify_gimple” failed) when compiling code with the wrong return type on strcspn

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119204 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:997b3e922f57219b6cc1f293bb57a84468fd5d9e commit r13-9599-g997b3e922f57219b6cc1f293bb57a84468fd5d9e Author: Jakub Jelinek

[Bug lto/119625] lto1: fatal error: open failed: No such file or directory

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
Date: Fri Apr 4 20:57:09 2025 +0200 lto: lto-opts fixes [PR119625] I can reproduce a really weird error in our distro i686 trunk gcc (but haven't managed to reproduce it with vanilla trunk yet). echo 'void foo (void) {}' > a.c; gcc -O2 -flto=auto -m32 -ma

[Bug middle-end/119204] Internal Compiler Error (“verify_gimple” failed) when compiling code with the wrong return type on strcspn

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119204 --- Comment #8 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f82a279e0e6bb792f70cce1f9451537c9b5eb8be commit r13-9598-gf82a279e0e6bb792f70cce1f9451537c9b5eb8be Author: Richard Biener

[Bug middle-end/118024] ICE when building openssh-9.9_p1 with -fstrub=all (internal compiler error: tree check: expected tree_list, have identifier_node in matching_alloc_calls_p, at gimple-ssa-warn-a

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118024 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4bbd1ab1f9ed7f55e9f506bc07b256cebb4f9d92 commit r13-9579-g4bbd1ab1f9ed7f55e9f506bc07b256cebb4f9d92 Author: Jakub Jelinek

[Bug c++/117825] [12/13 Regression] ICE on template with -Wformat-security (error reporting routines re-entered.)

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117825 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e49c0a19e2f275c982e3c63df2b29af92718c16d commit r13-9581-ge49c0a19e2f275c982e3c63df2b29af92718c16d Author: Jakub Jelinek

[Bug middle-end/102674] internal compiler error: on fpclassify(_Decimal32)

2025-04-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102674 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1ec99f67bbf748143a177cc34dd41c87f9803ffc commit r13-9574-g1ec99f67bbf748143a177cc34dd41c87f9803ffc Author: Jakub Jelinek

[Bug c++/119906] error: '' in namespace 'std' does not name a type

2025-04-23 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119906 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org Resol

[Bug c++/119906] New: error: '' in namespace 'std' does not name a type

2025-04-23 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119906 Bug ID: 119906 Summary: error: '' in namespace 'std' does not name a type Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: norma

[Bug fortran/119200] [coarray] valgrind error in gfc_format_decoder

2025-04-23 Thread vehre at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119200 Andre Vehreschild changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

  1   2   3   4   5   6   7   8   9   10   >