[Bug c++/109763] GCC accepts invalid program involving decltype(classtype::memberfunction) when used with concepts

2023-05-06 Thread jlame646 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109763 Jason Liam changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/109763] GCC accepts invalid program involving decltype(classtype::memberfunction) when used with concepts

2023-05-06 Thread jlame646 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109763 --- Comment #4 from Jason Liam --- (In reply to Andrew Pinski from comment #2) > I meant to write: > Concepts are not supposed to error out if there was an error in substitution. > So this is all by design of the language. (In reply to Andrew

[Bug tree-optimization/49959] ABS pattern is not recognized

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49959 --- Comment #5 from Andrew Pinski --- Created attachment 55016 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55016=edit Patch For some reason it didn't make it to the mailing list yet. Will figure out why in a few. patches 2 and 3 did

[Bug c++/109763] GCC accepts invalid program involving decltype(classtype::memberfunction) when used with concepts

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109763 --- Comment #3 from Andrew Pinski --- >clang does not error out either. Nor does MSVC :).

[Bug c++/109763] GCC accepts invalid program involving decltype(classtype::memberfunction) when used with concepts

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109763 --- Comment #2 from Andrew Pinski --- I meant to write: Concepts are not supposed to error out if there was an error in substitution. So this is all by design of the language.

[Bug c++/109763] GCC accepts invalid program involving decltype(classtype::memberfunction) when used with concepts

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
ame_as ; If you do: static_assert(test); GCC will tell you know test is false even: :10:15: error: static assertion failed 10 | static_assert(test); | ^~~ :10:15: note: constraints not satisfied /opt/compiler-explorer/gcc-trunk-20230506/include/c++/14.0.0/concepts:57:15: re

[Bug c++/109763] New: GCC accepts invalid program involving decltype(classtype::memberfunction) when used with concepts

2023-05-06 Thread jlame646 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109763 Bug ID: 109763 Summary: GCC accepts invalid program involving decltype(classtype::memberfunction) when used with concepts Product: gcc Version: 13.1.1

[Bug target/109762] [12/13/14 Regression] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109762 --- Comment #6 from Andrew Pinski --- Created attachment 55015 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55015=edit Better patch for GCC 13+ Test which I am testing and committing (will be committing to the GCC 13 branch too but

[Bug target/109762] [12/13/14 Regression] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109762 --- Comment #5 from Andrew Pinski --- aarch64_isa_flags has been uint64_t since r10-593-g28108a534165 so yes it broke since r12-8000-g14814e20161d when aarch64_simd_switcher was introduced.

[Bug target/109762] [12/13/14 Regression] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109762 Andrew Pinski changed: What|Removed |Added Target Milestone|12.3|12.4 Summary|[13/14

[Bug libfortran/109662] bad namelist input but gfortran accepted it

2023-05-06 Thread john.harper at vuw dot ac.nz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109662 --- Comment #11 from john.harper at vuw dot ac.nz --- What about std=2008 ? On Sat, 6 May 2023, jvdelisle at gcc dot gnu.org wrote: > Date: Sat, 6 May 2023 14:45:39 + > From: jvdelisle at gcc dot gnu.org > To: John Harper > Subject: [Bug

[Bug target/109762] [13/14 Regression] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109762 Andrew Pinski changed: What|Removed |Added Target Milestone|13.2|12.3 Summary|[AArch64]

[Bug target/109762] [AArch64] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109762 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug driver/109762] [AArch64] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables

2023-05-06 Thread davem at devkitpro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109762 --- Comment #1 from Dave Murphy --- Created attachment 55014 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55014=edit proposed patch

[Bug driver/109762] New: [AArch64] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables

2023-05-06 Thread davem at devkitpro dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109762 Bug ID: 109762 Summary: [AArch64] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables Product: gcc Version: 13.1.0 Status: UNCONFIRMED

[Bug libstdc++/109758] std::abs(__float128) doesn't support NaN

2023-05-06 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758 --- Comment #7 from g.peterh...@t-online.de --- 1) Can you please still submit a proposal to the STD/ISO committee so that abs (besides copysign/signbit) ALWAYS works ? 2) What do you think about my proposal for a C++ interface quadmath.hpp ?

[Bug c++/109761] Nested class destructor's noexcept specification incorrectly considered as too loose compared to the outer class

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

[Bug c++/109761] Nested class destructor's noexcept specification incorrectly considered as too loose compared to the outer class

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109761 --- Comment #3 from Andrew Pinski --- GCC 9 produced: :20:55: error: 'class outer' has no member named 'on_nested_ctor' 20 | explicit nested(outer& o) noexcept(noexcept(o.on_nested_ctor())) : |

[Bug c++/109761] Nested class destructor's noexcept specification incorrectly considered as too loose compared to the outer class

2023-05-06 Thread andysem at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109761 --- Comment #2 from andysem at mail dot ru --- I don't see how completeness of outer is related to nested's destructor. Or put it another way, how nested's destructor noexcept specification has anything to do with outer, whether it is completed

[Bug c++/109761] Nested class destructor's noexcept specification incorrectly considered as too loose compared to the outer class

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109761 --- Comment #1 from Andrew Pinski --- I think this is correct beahvior because outer is not complete until the outer is closed.

[Bug c++/109761] New: Nested class destructor's noexcept specification incorrectly considered as too loose compared to the outer class

2023-05-06 Thread andysem at mail dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109761 Bug ID: 109761 Summary: Nested class destructor's noexcept specification incorrectly considered as too loose compared to the outer class Product: gcc Version:

[Bug c++/109751] boost iterator_interface fails concept check starting in gcc-13

2023-05-06 Thread ldalessandro at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109751 --- Comment #15 from Luke Dalessandro --- Thanks for looking at this. I'd like to report it back to boost as an issue, but I want to make sure I understand what to tell them. 1. The error produce by Andrew's reduction ("error: satisfaction of

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

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771 --- Comment #42 from Andrew Pinski --- The patch is simple after recent cleanups: diff --git a/gcc/tree-ssa-phiopt.cc b/gcc/tree-ssa-phiopt.cc index f14b7e8b7e6..41fea78dc8d 100644 --- a/gcc/tree-ssa-phiopt.cc +++ b/gcc/tree-ssa-phiopt.cc @@

[Bug tree-optimization/99473] redundant conditional zero-initialization not eliminated

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99473 Andrew Pinski changed: What|Removed |Added Depends on||51964 --- Comment #5 from Andrew Pinski

[Bug tree-optimization/19832] don't remove an if when we know the value is the same as with the if (subtraction)

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19832 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > I will implement this match pattern since that is all that is needed now > with phiopt using match. Funny I came up with the same match patterns twice now.

[Bug tree-optimization/19832] don't remove an if when we know the value is the same as with the if (subtraction)

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19832 Andrew Pinski changed: What|Removed |Added CC||gabravier at gmail dot com --- Comment

[Bug middle-end/19987] [meta-bug] fold missing optimizations in general

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19987 Bug 19987 depends on bug 95729, which changed state. Bug 95729 Summary: Failure to optimize away certain returns when the condition to reach them is a calculation that already results in that value

[Bug tree-optimization/95729] Failure to optimize away certain returns when the condition to reach them is a calculation that already results in that value

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

[Bug libstdc++/109758] std::abs(__float128) doesn't support NaN

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758 --- Comment #6 from Jonathan Wakely --- (In reply to g.peterhoff from comment #5) > >> Again, what do you mean by "quadmath"? > > __float128 https://github.com/gcc-mirror/gcc/tree/master/libquadmath Well that's even more confusing/confused

[Bug libstdc++/109758] std::abs(__float128) doesn't support NaN

2023-05-06 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758 --- Comment #5 from g.peterh...@t-online.de --- >> Again, what do you mean by "quadmath"? __float128 https://github.com/gcc-mirror/gcc/tree/master/libquadmath This is not to be confused with C++23 std::float128_t.

[Bug libstdc++/109758] std::abs(__float128) doesn't support NaN

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758 --- Comment #4 from Jonathan Wakely --- (In reply to g.peterhoff from comment #3) > >> libstdc++ doesn't depend on libquadmath and the __float128 support is > >> there very limited. > Yes, exactly. There should be nothing of quadmath in the

[Bug target/109760] New: riscv Internal compiler error in extract_insn after addition of XTheadCondMov

2023-05-06 Thread sepotvin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109760 Bug ID: 109760 Summary: riscv Internal compiler error in extract_insn after addition of XTheadCondMov Product: gcc Version: 13.1.0 Status: UNCONFIRMED

[Bug libstdc++/109758] std::abs(__float128) doesn't support NaN

2023-05-06 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758 --- Comment #3 from g.peterh...@t-online.de --- >> libstdc++ doesn't depend on libquadmath and the __float128 support is there >> very limited. Yes, exactly. There should be nothing of quadmath in the std implementations of C/C++. But in

[Bug libstdc++/109758] std::abs(__float128) doesn't support NaN

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 --- Comment #7 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #6) > Bisection using the original preprocessed code shows it started to ICE with > r13-4937 although maybe that just added an assertion to catch a latent bug.

[Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109752 Jonathan Wakely changed: What|Removed |Added CC||aoliva at gcc dot gnu.org ---

[Bug c++/109751] boost iterator_interface fails concept check starting in gcc-13

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109751 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment

[Bug c++/109751] boost iterator_interface fails concept check starting in gcc-13

2023-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109751 --- Comment #13 from Jonathan Wakely --- Yes, I think GCC 13 is correct to reject it (but not correct to ICE!) Either way, I don't see how it can be a libstdc++ bug, the concept is defined the same way, it's the compiler that diagnoses the

[Bug tree-optimization/101179] y % (x ? 16 : 4) and y % (4 << (2 * (bool)x)) produce different code

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101179 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/93447] Value range propagation not working at -Os

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93447 Andrew Pinski changed: What|Removed |Added Depends on||102138 --- Comment #3 from Andrew

[Bug tree-optimization/71336] Suboptimal code generated for "(a & 1) ? (CST1 + CST2) : CST1"

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71336 --- Comment #10 from Andrew Pinski --- So it should be possible to extend the match pattern for what was the two_value_replacement replacement to do this too. The main thing is instead of difference by 1, the difference of the two constants

[Bug tree-optimization/51964] Missed tail merging opportunity

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51964 Andrew Pinski changed: What|Removed |Added Depends on||89018, 59424 --- Comment #5 from Andrew

[Bug tree-optimization/104376] Failure to optimize clz equivalent to clz

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104376 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|NEW Depends on|

[Bug ipa/109759] New: UBSAN error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2023-05-06 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109759 Bug ID: 109759 Summary: UBSAN error: shift exponent 64 is too large for 64-bit type 'long unsigned int' Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug tree-optimization/19832] don't remove an if when we know the value is the same as with the if (subtraction)

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19832 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug tree-optimization/106677] Abstraction overhead with std::views::join

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106677 --- Comment #2 from Andrew Pinski --- Hmm, I don't know if this related to the original issue but in .optimized we have now: # RANGE [irange] unsigned char [0, 1] NONZERO 0x1 # SR.115_117 = PHI <_119(9), SR.115_121(7)> # RANGE [irange]

[Bug libffi/109447] test case libffi.closures/cls_align_longdouble_split.c fails

2023-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109447 --- Comment #8 from CVS Commits --- The releases/gcc-13 branch has been updated by Peter Bergner : https://gcc.gnu.org/g:36629645d5ba6a6612c87af1fe7249ea1fb8cdc5 commit r13-7302-g36629645d5ba6a6612c87af1fe7249ea1fb8cdc5 Author: Dan Horák

[Bug libstdc++/109758] quadmath abs

2023-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug tree-optimization/79119] absolute value of a pointer difference can be assumed to be less than or equal to PTRDIFF_MAX

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79119 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/87913] max(n, 1) code generation

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

[Bug target/89360] GCC doesn't emit cmovcc instruction in some cases

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89360 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/19987] [meta-bug] fold missing optimizations in general

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19987 Bug 19987 depends on bug 95489, which changed state. Bug 95489 Summary: Failure to optimize x && (x & y) to x & y https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95489 What|Removed |Added

[Bug tree-optimization/95489] Failure to optimize x && (x & y) to x & y

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

[Bug tree-optimization/88280] missing folding of logical and bitwise AND

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88280 Andrew Pinski changed: What|Removed |Added CC||gabravier at gmail dot com --- Comment

[Bug plugins/61176] plugin builds including gimple.h not building

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug middle-end/33157] [4.3 Regression] cmov4.c fails on i686

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33157 Bug 33157 depends on bug 33158, which changed state. Bug 33158 Summary: missed store sinking opportunity https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33158 What|Removed |Added

[Bug tree-optimization/33158] missed store sinking opportunity

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

[Bug c++/45221] missed optimization with multiple bases and casting

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45221 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0 Resolution|---

[Bug libquadmath/109758] New: quadmath abs

2023-05-06 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109758 Bug ID: 109758 Summary: quadmath abs Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libquadmath Assignee:

[Bug c++/109755] -Wunused-function underline points at a class, not the unused method itself

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

[Bug other/109522] Spurious "cc1: error: no include path in which to search for stdc-predef.h" building a cross compiler

2023-05-06 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109522 Xi Ruoyao changed: What|Removed |Added Target Milestone|--- |14.0 Status|UNCONFIRMED

[Bug c++/109756] "internal compiler error: tree check" when using the [[assume]] attribute with pack expansion

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109756 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > We also correctly reject: I should say without an ICE.

[Bug c++/109756] "internal compiler error: tree check" when using the [[assume]] attribute with pack expansion

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109756 Andrew Pinski changed: What|Removed |Added Keywords||ice-checking, |

[Bug other/109522] Spurious "cc1: error: no include path in which to search for stdc-predef.h" building a cross compiler

2023-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109522 --- Comment #4 from CVS Commits --- The master branch has been updated by Xi Ruoyao : https://gcc.gnu.org/g:be6c13d5cef6fd9ca97dea7a6f5fbf93c51235b5 commit r14-544-gbe6c13d5cef6fd9ca97dea7a6f5fbf93c51235b5 Author: Xi Ruoyao Date: Sat Apr

[Bug c++/109756] "internal compiler error: tree check" when using the [[assume]] attribute with pack expansion

2023-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109756 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug c++/109756] "internal compiler error: tree check" when using the [[assume]] attribute with pack expansion

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109756 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/90390] incorrect list initialization behavior for references

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90390 --- Comment #2 from Andrew Pinski --- https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1521 Seems related to this too.

[Bug c++/53931] [C++11] braced function style cast to reference should be prvalue

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53931 Andrew Pinski changed: What|Removed |Added Target|powerpc64-unknown-linux-gnu |

[Bug c++/53931] [C++11] braced function style cast to reference should be prvalue

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53931 Andrew Pinski changed: What|Removed |Added CC||jonathan.poelen at gmail dot com ---

[Bug c++/109757] Conversion from lvalue to rvalue without error

2023-05-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109757 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug libffi/109447] test case libffi.closures/cls_align_longdouble_split.c fails

2023-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109447 --- Comment #7 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:043550bceea7881163bba5d8a0486bb100a05809 commit r14-542-g043550bceea7881163bba5d8a0486bb100a05809 Author: Dan Horák Date: Wed

[Bug c++/109757] New: Conversion from lvalue to rvalue without error

2023-05-06 Thread jonathan.poelen at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109757 Bug ID: 109757 Summary: Conversion from lvalue to rvalue without error Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libfortran/109662] bad namelist input but gfortran accepted it

2023-05-06 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109662 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/109662] bad namelist input but gfortran accepted it

2023-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109662 --- Comment #9 from CVS Commits --- The master branch has been updated by Jerry DeLisle : https://gcc.gnu.org/g:96d699196285858df5d1484b4443cf849908662f commit r14-541-g96d699196285858df5d1484b4443cf849908662f Author: Jerry DeLisle Date:

[Bug c++/109756] New: "internal compiler error: tree check" when using the [[assume]] attribute with pack expansion

2023-05-06 Thread ensadc at mailnesia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109756 Bug ID: 109756 Summary: "internal compiler error: tree check" when using the [[assume]] attribute with pack expansion Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug target/109690] bad SLP vectorization on zen

2023-05-06 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109690 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug c++/109755] New: -Wunused-function underline points at a class, not the unused method itself

2023-05-06 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109755 Bug ID: 109755 Summary: -Wunused-function underline points at a class, not the unused method itself Product: gcc Version: 14.0 Status: UNCONFIRMED Severity:

[Bug libgcc/109670] Exception handling broken for 32bit Windows starting with GCC 13

2023-05-06 Thread reiter.christoph at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109670 Christoph Reiter changed: What|Removed |Added CC||tneumann at users dot sourceforge.

[Bug libgcc/109670] Exception handling broken for 32bit Windows starting with GCC 13

2023-05-06 Thread lh_mouse at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109670 LIU Hao changed: What|Removed |Added CC||lh_mouse at 126 dot com --- Comment #6 from