[Bug middle-end/109528] function with _Noreturn triggers infinite recursion warning while using the attribute does not

2023-04-15 Thread stavros9899 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109528 --- Comment #4 from Stavros Avramidis --- The warning makes a bit more sense now, I was thinking gcc was getting confused about function ending after calling the internal exits(). Anyways, I can confirm that it works with `[[gnu::noreturn]]`

[Bug target/109478] FAIL: g++.dg/other/pr104989.C -std=gnu++14 (internal compiler error: Segmentation fault)

2023-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109478 --- Comment #5 from Sam James --- (In reply to John David Anglin from comment #4) > Fixed by commit 4f1c5e54d782b26304b0095ffb3ceb4c92c3c78d. i.e. r13-7194-g4f1c5e54d782b26304b0095ffb3ceb4c92c3c78d for the nice link

[Bug rtl-optimization/104989] [10/11 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.cc:2797 (error: flow control insn inside a basic block)

2023-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104989 Sam James changed: What|Removed |Added CC||sjames at gcc dot gnu.org --- Comment #8

[Bug c/21038] report unmatched brace as a note

2023-04-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21038 Eric Gallager changed: What|Removed |Added Component|c++ |c CC|

[Bug middle-end/109505] (t | 15) & svcntb() causes an OOM/ICE

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109505 --- Comment #8 from Andrew Pinski --- (In reply to Andrew Pinski from comment #7) > Fails even in GCC 11.1.0. > It is due to match.pd's > > /* (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2) */ > (simplify > (bit_and (bit_ior @0

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

2023-04-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 --- Comment #8 from Jakub Jelinek --- Perhaps add to substitute_and_fold another callback before the dead eh edges etc. are removed and perform this m_unreachable.remove_and_update_globals in there rather than after substitute_and_fold returns?

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

2023-04-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 --- Comment #7 from Jakub Jelinek --- The edge in question has been removed in #2 0x025b0e32 in free_edge (fn=0x7fffea2ed7e8, e=) at ../../gcc/cfg.cc:93 #3 0x025b1631 in remove_edge_raw (e=) at ../../gcc/cfg.cc:367 #4

[Bug target/109494] inline const variables interfere with source_location

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

[Bug target/109494] inline const variables interfere with source_location

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109494 --- Comment #11 from Andrew Pinski --- (In reply to Oliver Rosten from comment #10) > Can do, but I don't have sufficient understanding to understand why! Can you > kindly explain? Because that is where you got the GCC you are using from. It

[Bug target/109494] inline const variables interfere with source_location

2023-04-15 Thread oliver.rosten at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109494 --- Comment #10 from Oliver Rosten --- Can do, but I don't have sufficient understanding to understand why! Can you kindly explain?

[Bug target/109494] inline const variables interfere with source_location

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109494 --- Comment #9 from Andrew Pinski --- You most likely should report this to Homebrew too: https://github.com/Homebrew/homebrew-core/issues

[Bug target/109494] inline const variables interfere with source_location

2023-04-15 Thread oliver.rosten at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109494 --- Comment #8 from Oliver Rosten --- Created attachment 54870 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54870=edit Output from gcc -v

[Bug target/109494] inline const variables interfere with source_location

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109494 --- Comment #7 from Andrew Pinski --- You still didn't provide the full output.

[Bug target/109494] inline const variables interfere with source_location

2023-04-15 Thread oliver.rosten at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109494 --- Comment #6 from Oliver Rosten --- I've added a simple makefile to the project: https://github.com/ojrosten/SourceLoc

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 --- Comment #6 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #5) > That only moves it by a single revision back - r13-3595-g7b1cdca6d6d594a Which actually makes sense as the most reduced testcase has __builtin_unreachable in

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

2023-04-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 --- Comment #5 from Jakub Jelinek --- That only moves it by a single revision back - r13-3595-g7b1cdca6d6d594a

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 --- Comment #4 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #3) > Started with r13-3596-ge7310e24b1c0ca67b1bb You might want to add -param=vrp1-mode=ranger when bisecting.

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

2023-04-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 Jakub Jelinek changed: What|Removed |Added CC||aldyh at gcc dot gnu.org,

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

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

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 --- Comment #1 from Andrew Pinski --- Created attachment 54869 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54869=edit Further reduced

[Bug tree-optimization/109524] [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno-tree

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug target/109527] redundant register assignment

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109527 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Last reconfirmed|

[Bug c/109526] Broken type name for anonymous struct containing a VLA member in diagnostic message

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

[Bug middle-end/109528] function with _Noreturn triggers infinite recursion warning while using the attribute does not

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109528 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #3 from Andrew

[Bug c/109528] function with _Noreturn triggers infinite recursion warning while using the attribute does not

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109528 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Summary|Calling exit() at

[Bug c/109528] Calling exit() at the end of function triggers infinite recursion warning

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109528 Andrew Pinski changed: What|Removed |Added Component|analyzer|c Keywords|

[Bug bootstrap/109510] [13 Regression] bootstrap with Ada broken on aarch64

2023-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109510 --- Comment #15 from CVS Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:2e2b6ec156e3035297bd76edfd462d68d1f87314 commit r13-7195-g2e2b6ec156e3035297bd76edfd462d68d1f87314 Author: Eric Botcazou Date:

[Bug c++/109514] [13 regression] -Werror=dangling-pointer false positive nn fheroes-1.0.3 (lambdas)

2023-04-15 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109514 --- Comment #4 from Sergei Trofimovich --- Thank you, Jason! I tested the original code from fheroes2-1.0.3. It also compiles without warnings.

[Bug target/109478] FAIL: g++.dg/other/pr104989.C -std=gnu++14 (internal compiler error: Segmentation fault)

2023-04-15 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109478 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c/109528] New: Calling exit() at the end of function triggers infinite recursion warning

2023-04-15 Thread stavros9899 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109528 Bug ID: 109528 Summary: Calling exit() at the end of function triggers infinite recursion warning Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity:

[Bug rtl-optimization/104989] [10/11 Regression] ICE in rtl_verify_bb_insns, at cfgrtl.cc:2797 (error: flow control insn inside a basic block)

2023-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104989 --- Comment #7 from CVS Commits --- The master branch has been updated by John David Anglin : https://gcc.gnu.org/g:4f1c5e54d782b26304b0095ffb3ceb4c92c3c78d commit r13-7194-g4f1c5e54d782b26304b0095ffb3ceb4c92c3c78d Author: John David Anglin

[Bug c++/109357] [12/13 Regression] internal compiler error in cp/constexpr.cc:1685

2023-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109357 --- Comment #2 from CVS Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:13669741e673fa6a7b7c8d68f992e58ecd393160 commit r13-7193-g13669741e673fa6a7b7c8d68f992e58ecd393160 Author: Jason Merrill Date:

[Bug rtl-optimization/109527] New: redundant register assignment

2023-04-15 Thread vanyacpp at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109527 Bug ID: 109527 Summary: redundant register assignment Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug c/109526] New: Broken type name for anonymous struct containing a VLA member in diagnostic message

2023-04-15 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109526 Bug ID: 109526 Summary: Broken type name for anonymous struct containing a VLA member in diagnostic message Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug target/54816] [avr] shift is better than widening mul

2023-04-15 Thread klaus.doldinger64 at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54816 --- Comment #3 from Wilhelm M --- (In reply to Roger Sayle from comment #2) > The original problem looks to be fixed on mainline. Can you confirm this > Wilhelm? If so we can close this PR. > > With -Os -mmcu=atmega8, we currently generate

[Bug libstdc++/109525] typo in views::as_const::operator()

2023-04-15 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109525 --- Comment #1 from 康桓瑋 --- testcase: #include #include std::vector v; std::same_as>> auto r = std::views::as_const(v);

[Bug libstdc++/109525] New: typo in views::as_const::operator()

2023-04-15 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109525 Bug ID: 109525 Summary: typo in views::as_const::operator() Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug fortran/109511] incorrectly rejects set_exponent with constant negative exponent

2023-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109511 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:64efeac03cb9fa2603bb6628712f3a2541aef1cb commit r12-9402-g64efeac03cb9fa2603bb6628712f3a2541aef1cb Author: Harald Anlauf

[Bug target/109519] aarch64: wrong code with NEON intrinsics on gcc-10 and later

2023-04-15 Thread spop at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109519 --- Comment #5 from Sebastian Pop --- Thanks Andrew for the patch, it fixes the issue.

[Bug target/54816] [avr] shift is better than widening mul

2023-04-15 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54816 Roger Sayle changed: What|Removed |Added CC||roger at nextmovesoftware dot com ---

[Bug c++/21038] report unmatched brace as a note

2023-04-15 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21038 Xi Ruoyao changed: What|Removed |Added CC||xry111 at gcc dot gnu.org --- Comment #6

[Bug target/108807] [11/12 regression] gcc.target/powerpc/vsx-builtin-10d.c fails after r11-6857-gb29225597584b6 on power 9 BE

2023-04-15 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108807 --- Comment #7 from Jeffrey A. Law --- Once you've committed to the active release branches where this bug is active (11/12 in this case), you can just close the bug as resolved/fixed. No need to update the summary/title in that case. Thanks,

[Bug c++/109521] [11/12/13 Regression] Checking ICE with canonical types differ for identical types ‘UBYTE [7]’ {aka ‘unsigned char [7]’} and ‘unsigned char [7]’ since r11-6508-gabb1b6058c09a7

2023-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109521 Sam James changed: What|Removed |Added Summary|[11/12/13 Regression] |[11/12/13 Regression]

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

2023-04-15 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 URL||https://gcc.gnu.org/piperma

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

2023-04-15 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109522 --- Comment #2 from Xi Ruoyao --- (In reply to Jakub Jelinek from comment #1) > I bet we really don't need the macros from stdc-predef.h, so perhaps we > could use -nostdinc. > stdc-predef.h currently (sometimes) predefines > __STDC_IEC_559__ >

[Bug tree-optimization/109524] New: [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop -fnon-call-exceptions -fno-tree-ccp -fno

2023-04-15 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109524 Bug ID: 109524 Summary: [13 Regression] ICE: SIGSEGV in remove_unreachable::remove_and_update_globals (tree-vrp.cc:136) with -O3 -fno-tree-forwprop

[Bug tree-optimization/109154] [13 regression] jump threading de-optimizes nested floating point comparisons

2023-04-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109154 --- Comment #52 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:de0ee9d14165eebb3d31c84e98260c05c3b33acb commit r13-7192-gde0ee9d14165eebb3d31c84e98260c05c3b33acb Author: Jakub Jelinek Date:

[Bug target/108807] [11/12 regression] gcc.target/powerpc/vsx-builtin-10d.c fails after r11-6857-gb29225597584b6 on power 9 BE

2023-04-15 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108807 --- Comment #6 from Kewen Lin --- (In reply to Jeffrey A. Law from comment #5) > Kewen, is this BZ fixed on the trunk? If so we should update the title by > dropping the "/13" so that's not flagged as a gcc-13 regression. Yes, thanks for

[Bug c++/109521] [11/12/13 Regression] Checking ICE with canonical types differ for identical types ‘UBYTE [7]’ {aka ‘unsigned char [7]’} and ‘unsigned char [7]’

2023-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109521 --- Comment #2 from Sam James --- Created attachment 54866 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54866=edit reduced.ii Yours is better formed, I think, but let me attach the results of cvise which just finished for the hell of

[Bug c++/83264] std::initializer_list with a single element selects the wrong overload

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83264 --- Comment #13 from Andrew Pinski --- *** Bug 109523 has been marked as a duplicate of this bug. ***

[Bug c++/109523] List-initializing constructor of std::vector is selected erroneously

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109523 --- Comment #2 from Andrew Pinski --- Actually it is a dup of bug 83264. *** This bug has been marked as a duplicate of bug 83264 ***

[Bug c++/85577] list-initialization chooses initializer-list constructor

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

[Bug c++/109523] List-initializing constructor of std::vector is selected erroneously

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

[Bug c++/109521] [11/12/13 Regression] Checking ICE with canonical types differ for identical types ‘UBYTE [7]’ {aka ‘unsigned char [7]’} and ‘unsigned char [7]’

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109521 Andrew Pinski changed: What|Removed |Added Known to fail|11.3.1, 12.2.1, 13.0|11.1.0 Known to work|10.4.1

[Bug c++/109523] New: List-initializing constructor of std::vector is selected erroneously

2023-04-15 Thread fchelnokov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109523 Bug ID: 109523 Summary: List-initializing constructor of std::vector is selected erroneously Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2023-04-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |12.0

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2023-04-15 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #38 from Jonathan Wakely --- (In reply to Peter Bergner from comment #36) > Is this fixed now? Yes, I think the macros are defined consistently with the types now. Let's close it.

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

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

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

2023-04-15 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109522 Bug ID: 109522 Summary: Spurious "cc1: error: no include path in which to search for stdc-predef.h" building a cross compiler Product: gcc Version: 13.0 Status:

[Bug c/109521] New: Checking ICE (canonical types differ for identical types)

2023-04-15 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109521 Bug ID: 109521 Summary: Checking ICE (canonical types differ for identical types) Product: gcc Version: 13.0 URL: https://bugs.gentoo.org/904339 Status:

[Bug analyzer/109027] [13 Regression] ICE: SIGSEGV (infinite recursion in ana::constraint_manager::eval_condition / ana::constraint_manager::impossible_derived_conditions_p) with -fanalyzer since r13-

2023-04-15 Thread StevenSun2021 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109027 --- Comment #3 from Steven Sun --- Oh, my reduced test case has the same infinite recursion occurring, where the `a+4` is binop_svalue (pointer_plus_expr, unaryop_svalue (nop_expr, conjured_svalue (, _iterator::_iterator (&__position, 0);,

[Bug middle-end/109520] compiler never terminates with an inline-asm goto and an output with high register pressure

2023-04-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109520 Andrew Pinski changed: What|Removed |Added Known to fail|5.1.0 |11.1.0 Status|UNCONFIRMED

[Bug target/106364] ICE when compiling inline asm with -m32

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