[Bug driver/108865] gcc on Windows fails with Unicode path to source file

2023-02-28 Thread costas.argyris at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108865 --- Comment #7 from Costas Argyris --- I think the problem is that the embedding of the manifest into the executable is a very low-level process that depends on ms specifics that mt.exe (or VS) knows about and windres + link doesn't. For exampl

[Bug c++/108975] Internal compiler error on constexpr variable used as nontype template

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108975 --- Comment #4 from Andrew Pinski --- Created attachment 54560 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54560&action=edit Original unreduced testcase

[Bug driver/108865] gcc on Windows fails with Unicode path to source file

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108865 --- Comment #8 from Andrew Pinski --- (In reply to Costas Argyris from comment #7) > I couldn't find examples online for doing this.There are examples of > compiling and linking resource files in general using GNU tools, but not a > resourc

[Bug libstdc++/108974] std::barrier except completion function which is not manifestly noexcept

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

[Bug libstdc++/108974] std::barrier except completion function which is not manifestly noexcept

2023-02-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108974 --- Comment #2 from Jonathan Wakely --- "is_nothrow_invocable_v shall be true." Failing to meet that requirement is undefined, so we're not required to reject it as ill-formed.

[Bug driver/108865] gcc on Windows fails with Unicode path to source file

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108865 --- Comment #9 from Andrew Pinski --- https://github.com/jbruchon/jdupes Suggest this is definitely possible. That program includes a manifest that say that the program supports long file names.

[Bug c++/108975] Internal compiler error on constexpr variable used as nontype template

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108975 --- Comment #5 from Andrew Pinski --- Trying to reduce this.

[Bug driver/108865] gcc on Windows fails with Unicode path to source file

2023-02-28 Thread costas.argyris at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108865 --- Comment #10 from Costas Argyris --- The only interesting bit I found there was the shell script that gets called before actually running windres: https://github.com/jbruchon/jdupes/blob/master/Makefile#L201 which is doing some setup: http

[Bug target/106609] [12 Regression] sh3eb-elf cross compiler is being miscompiled since r12-1525-g3155d51bfd1de8b6c4645

2023-02-28 Thread sam at gentoo dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106609 Sam James changed: What|Removed |Added CC||sam at gentoo dot org --- Comment #16 from

[Bug libstdc++/108976] New: codecvt for Unicode allows surrogate code points

2023-02-28 Thread dmjpp at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108976 Bug ID: 108976 Summary: codecvt for Unicode allows surrogate code points Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/108977] New: [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10

2023-02-28 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108977 Bug ID: 108977 Summary: [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10 Product: gcc Version: 11.3.1 Status: UNCONFIRMED

[Bug target/108315] -mcpu=power10 changes ABI

2023-02-28 Thread rui314 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108315 --- Comment #9 from Rui Ueyama --- I'm the maintainer of the mold linker. I didn't implement that POWER10 ABI because I didn't have an access to a POWER10 machine and therefore couldn't verify the correctness of my implementation.

[Bug gcov-profile/97923] [GCOV]Wrong code coverage for multiple expressions with Logical OR Operator at multiple lines

2023-02-28 Thread yinyuefengyi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97923 Xionghu Luo (luoxhu at gcc dot gnu.org) changed: What|Removed |Added CC||yinyuefengyi at

[Bug gcov-profile/97923] [GCOV]Wrong code coverage for multiple expressions with Logical OR Operator at multiple lines

2023-02-28 Thread yinyuefengyi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97923 --- Comment #6 from Xionghu Luo (luoxhu at gcc dot gnu.org) --- below changes could fix the incorrect location diff --git a/gcc/gimplify.cc b/gcc/gimplify.cc index 96845154a92..2dc8608dedf 100644 --- a/gcc/gimplify.cc +++ b/gcc/gimplify.cc @@ -3

[Bug c/108978] New: Add __builtin_FILE_NAME() which behaves like the __FILE_NAME__ macro

2023-02-28 Thread i at maskray dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108978 Bug ID: 108978 Summary: Add __builtin_FILE_NAME() which behaves like the __FILE_NAME__ macro Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c/108978] Add __builtin_FILE_NAME() which behaves like the __FILE_NAME__ macro

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108978 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Andrew

[Bug gcov-profile/93680] [GCOV] "do-while" structure in case statement leads to incorrect code coverage

2023-02-28 Thread yinyuefengyi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93680 Xionghu Luo (luoxhu at gcc dot gnu.org) changed: What|Removed |Added CC||yinyuefengyi at

[Bug c/108978] Add __builtin_FILE_NAME() which behaves like the __FILE_NAME__ macro

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108978 --- Comment #2 from Andrew Pinski --- Created attachment 54561 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54561&action=edit quick patch This is a quick hacked patch which adds this. I didn't even test it or add testcases. It might not

[Bug c/108978] Add __builtin_FILE_NAME() which behaves like the __FILE_NAME__ macro

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

[Bug tree-optimization/108979] New: [13 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248

2023-02-28 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108979 Bug ID: 108979 Summary: [13 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248 Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords:

[Bug tree-optimization/108979] [13 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248

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

[Bug target/108977] [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10

2023-02-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108977 Kewen Lin changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |linkw at gcc dot gnu.org

[Bug target/108977] [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10

2023-02-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108977 --- Comment #2 from Kewen Lin --- (In reply to Kewen Lin from comment #1) > The newly added test case requires Richard's commit r13-5979 to pass. This > should be fixed once that commit gets fixed.

[Bug target/103784] suboptimal code for returning bool value on target ppc

2023-02-28 Thread jskumari at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103784 --- Comment #9 from Surya Kumari Jangala --- The same issue of unnecessary rldicl instruction is there if we change return value from bool to int. int foo (int a, int b) { if (a > 2) return 0; if (b < 10) return 1; return 0; }

[Bug c++/108980] New: Warning text missing the warning itself (GCC 13)

2023-02-28 Thread thiago at kde dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108980 Bug ID: 108980 Summary: Warning text missing the warning itself (GCC 13) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/108980] Warning text missing the warning itself (GCC 13)

2023-02-28 Thread thiago at kde dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108980 --- Comment #1 from Thiago Macieira --- GCC 13 (trunk) built today.

[Bug tree-optimization/108980] Warning text missing the warning itself (GCC 13)

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108980 --- Comment #2 from Andrew Pinski --- The problem is obviously in array_bounds_checker::check_array_ref .

[Bug tree-optimization/108980] [13 Regression] Warning text missing the warning itself (GCC 13)

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108980 Andrew Pinski changed: What|Removed |Added Summary|Warning text missing the|[13 Regression] Warning

[Bug tree-optimization/108980] [13 Regression] Warning text missing the warning itself (GCC 13)

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

[Bug tree-optimization/108980] [13 Regression] Warning text missing the warning itself (GCC 13)

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108980 --- Comment #4 from Andrew Pinski --- Created attachment 54562 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54562&action=edit Patch which I think is correct but not 100% sure

[Bug target/108240] [13 Regression] Error message missing since r13-4894-gacc727cf02a144 (then make concealed ICE exposed)

2023-02-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108240 --- Comment #14 from CVS Commits --- The master branch has been updated by Kewen Lin : https://gcc.gnu.org/g:392f399ae0595e6b4433c18900cc67991fb140f4 commit r13-6383-g392f399ae0595e6b4433c18900cc67991fb140f4 Author: Kewen Lin Date: Tue Feb

[Bug target/108981] New: Raise errors for cpu type without powerpc64 support.

2023-02-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108981 Bug ID: 108981 Summary: Raise errors for cpu type without powerpc64 support. Product: gcc Version: 13.0 URL: https://gcc.gnu.org/pipermail/gcc-patches/2023-January /6

[Bug target/108981] Raise errors for cpu type without powerpc64 support.

2023-02-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108981 Kewen Lin changed: What|Removed |Added Keywords|ice-on-valid-code |diagnostic Depends on|108240

[Bug target/108415] ICE in emit_library_call_value_1 at gcc/calls.cc:4181

2023-02-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108415 Bug 108415 depends on bug 108240, which changed state. Bug 108240 Summary: [13 Regression] Error message missing since r13-4894-gacc727cf02a144 (then make concealed ICE exposed) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108240 Wha

[Bug target/108240] [13 Regression] Error message missing since r13-4894-gacc727cf02a144 (then make concealed ICE exposed)

2023-02-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108240 Kewen Lin changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug testsuite/108727] gcc.dg/split-5.c fails on power 9 BE

2023-02-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108727 Kewen Lin changed: What|Removed |Added CC||linkw at gcc dot gnu.org Status

[Bug testsuite/108729] gcc.target/powerpc/bfp/scalar-test-data-class-12.c fails on power 9 BE

2023-02-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108729 Kewen Lin changed: What|Removed |Added Status|NEW |ASSIGNED Component|target

[Bug c/108982] New: While recompiling when even we modify any line in got its giving error

2023-02-28 Thread vinaykumar.kondreddy at staples dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982 Bug ID: 108982 Summary: While recompiling when even we modify any line in got its giving error Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal

[Bug c/108982] While recompiling when even we modify any line in got its giving error

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982 --- Comment #1 from Andrew Pinski --- First off 4.8.x has not been supported for around 5 years now so there is not much we can do plus since this is also from a binary build of gcc you should ask where you got gcc from for support.

[Bug c/108982] While recompiling when even we modify any line in got its giving error

2023-02-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982 --- Comment #2 from Andrew Pinski --- Third you might need to run fix includes again after doing the install.

[Bug target/108950] [11/12/13 Regression] ICE: verify_gimple failed (error: conversion of register to a different size in 'view_convert_expr'; error: type mismatch in 'widen_sum_expr') since r11-418-g

2023-02-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108950 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:e3837b6f6c28a1d2cea3a69efbda795ea3fb8816 commit r13-6384-ge3837b6f6c28a1d2cea3a69efbda795ea3fb8816 Author: Richard Biener Date:

[Bug tree-optimization/108970] [13 Regression] ICE in vect_do_peeling, at tree-vect-loop-manip.cc:2971, or ICE in dump_printf_loc, at dumpfile.cc:1359

2023-02-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108970 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned

[Bug c++/108971] [13 Regression] ICE in tree_profiling, at tree-profile.cc:724

2023-02-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108971 Richard Biener changed: What|Removed |Added Target Milestone|--- |13.0 Ever confirmed|0

[Bug c/108982] While recompiling when even we modify any line in got its giving error

2023-02-28 Thread vinaykumar.kondreddy at staples dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982 --- Comment #3 from vinay kumar --- Hi Andrew Pinski Currently we upgraded from 4.2 to 4.8.3. we used rpm to upgrade GCC to 4.8.3 with below command. rpm -ivh gcc-cpp-8-1.aix7.1.ppc.rpmĀ  ValidationĀ  gcc --version(4.8.3) we are trying to ge

[Bug c++/108972] ICE: tree check: expected tree that contains 'decl common' structure, have 'error_mark' in compare_lambda_template_head, at cp/lambda.cc:1551

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

[Bug target/108977] [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10

2023-02-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108977 Richard Biener changed: What|Removed |Added Keywords||testsuite-fail Target Milestone|---

[Bug tree-optimization/108979] [13 Regression] ICE in compute_live_loop_exits, at tree-ssa-loop-manip.cc:248

2023-02-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108979 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned

[Bug tree-optimization/108980] [13 Regression] Warning text missing the warning itself (GCC 13)

2023-02-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108980 Richard Biener changed: What|Removed |Added CC||pinskia at gcc dot gnu.org --- Comment

[Bug c/108982] While recompiling when even we modify any line in got its giving error

2023-02-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108982 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

<    1   2