[Bug c++/107128] armhf: floatn-common.h:214:9: error: multiple types in one declaration

2022-11-17 Thread mh+gcc at glandium dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107128 Mike Hommey changed: What|Removed |Added CC||mh+gcc at glandium dot org --- Comment #6

[Bug fortran/107742] New: class mismatch in passed procedure

2022-11-17 Thread jwmwalrus at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107742 Bug ID: 107742 Summary: class mismatch in passed procedure Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug c++/107128] armhf: floatn-common.h:214:9: error: multiple types in one declaration

2022-11-17 Thread mh+gcc at glandium dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107128 --- Comment #7 from Mike Hommey --- Forget my last comment, it came from the use of a sysroot with an older glibc. I wonder why the sysroot path didn't appear in those messages...

[Bug c++/107128] armhf: floatn-common.h:214:9: error: multiple types in one declaration

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107128 --- Comment #8 from Andrew Pinski --- (In reply to Mike Hommey from comment #7) > Forget my last comment, it came from the use of a sysroot with an older > glibc. I wonder why the sysroot path didn't appear in those messages... Can you file a n

[Bug bootstrap/107739] --enable-languages= duplicates yield odd error

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739 Andrew Pinski changed: What|Removed |Added Keywords||build, diagnostic Status|UN

[Bug bootstrap/107739] --enable-languages= duplicates yield odd error

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739 --- Comment #3 from Andrew Pinski --- So there are two issues but I don't know how to solve the second part of the issue. The first issue is there is a missing g for the flags of the s command of the sed command here: missing_languages=`echo "$

[Bug driver/45749] Response file unwrapped between collect2.exe and ld.exe

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45749 Andrew Pinski changed: What|Removed |Added Assignee|pinskia at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug middle-end/14840] fold tree_code_type[CST] and tree_code_length[CST] in GCC itself

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14840 Andrew Pinski changed: What|Removed |Added Attachment #8839|0 |1 is obsolete|

[Bug middle-end/14840] fold tree_code_type[CST] and tree_code_length[CST] in GCC itself

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14840 --- Comment #14 from Andrew Pinski --- Compile time using the same base compiler (without the patch and with --enable-checking=yes) Without the patch: apinski@xeond:~/src/upstream-gcc/gcc/objdir/gcc$ time make -j16 generic-match.o CXXFLAGS="-O2

[Bug middle-end/14840] fold tree_code_type[CST] and tree_code_length[CST] in GCC itself

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14840 --- Comment #15 from Andrew Pinski --- Looking at the -fdump-tree-optimized for generic-match.cc (-O2 -g) in terms of lines, we get: 832068 before 718872 after That is 17% less lines. That is nice improvments. Majority is debugging info for

[Bug target/107692] [13 regression] r13-3950-g071e428c24ee8c breaks many test cases

2022-11-17 Thread guojiufu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107692 Jiu Fu Guo changed: What|Removed |Added CC||guojiufu at gcc dot gnu.org --- Comment #4

[Bug target/107692] [13 regression] r13-3950-g071e428c24ee8c breaks many test cases

2022-11-17 Thread guojiufu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107692 --- Comment #5 from Jiu Fu Guo --- > -munroll-only-small-loops does not turn on or off -funroll-loops, and it > should not, so that it does what it says, if nothing else. Yes, and -funroll-loops would win over -munroll-only-small-loops

[Bug target/107713] Wrong implementation atomic_exchange on LoongArch

2022-11-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107713 --- Comment #5 from CVS Commits --- The master branch has been updated by LuluCheng : https://gcc.gnu.org/g:f0024bfb228f94e60e06dc32a4983e40a9b90be5 commit r13-4136-gf0024bfb228f94e60e06dc32a4983e40a9b90be5 Author: Jinyang He Date: Thu Nov

[Bug target/107692] [13 regression] r13-3950-g071e428c24ee8c breaks many test cases

2022-11-17 Thread wwwhhhyyy333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107692 --- Comment #6 from Hongyu Wang --- (In reply to Jiu Fu Guo from comment #4) > (In reply to Hongyu Wang from comment #2) > > Created attachment 53897 [details] > > A patch > > > > Sorry for introducing these fails. Here is the patch. > > > > I

[Bug middle-end/107743] New: expmed: extract_bit_field_1: maybe-uninitialized warning

2022-11-17 Thread aldot at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107743 Bug ID: 107743 Summary: expmed: extract_bit_field_1: maybe-uninitialized warning Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Prio

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

2022-11-17 Thread fchelnokov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107744 Bug ID: 107744 Summary: Error in constant evaluation of dynamic_cast Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug tree-optimization/107647] [12/13 Regression] GCC 12.2.0 may produce FMAs even with -ffp-contract=off

2022-11-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107647 --- Comment #17 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:c5df8392c5848c0462558f41cdf6eab31db301cf commit r13-4137-gc5df8392c5848c0462558f41cdf6eab31db301cf Author: Richard Biener Date:

[Bug tree-optimization/107647] [12 Regression] GCC 12.2.0 may produce FMAs even with -ffp-contract=off

2022-11-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107647 Richard Biener changed: What|Removed |Added Summary|[12/13 Regression] GCC |[12 Regression] GCC 12.2.0

[Bug c++/107128] armhf: floatn-common.h:214:9: error: multiple types in one declaration

2022-11-17 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107128 --- Comment #9 from Jakub Jelinek --- (In reply to Mike Hommey from comment #7) > Forget my last comment, it came from the use of a sysroot with an older > glibc. I wonder why the sysroot path didn't appear in those messages... You need to use

[Bug bootstrap/107739] --enable-languages= duplicates yield odd error

2022-11-17 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739 --- Comment #4 from Andreas Schwab --- missing_languages=`echo "$missing_languages" | sed -e ':loop' -e "s/,$language,/,/" -e 't loop'`

<    1   2