[Bug libstdc++/97273] [8/9/10/11 Regression] Strange behaviour of unordered_set when vector is included (i686)

2020-10-04 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97273 --- Comment #3 from Patrick Palka --- Patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2020-October/555465.html

[Bug fortran/97272] Wrong answer from MAXLOC with character arg

2020-10-04 Thread longb at cray dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97272 --- Comment #5 from Bill Long --- The original intent of adding the KIND argument was because some implementations used a 32-bit integer for the result, and it is possible for the answer to be larger than 2**31-1. Just checking to be sure that

[Bug c++/97288] Assignment sequence before order - evaluating reference to value of right side not in order

2020-10-04 Thread kirshamir at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97288 --- Comment #1 from Amir Kirsh --- For user defined type this behavior might be ok, as the order of evaluation of parameters is not defined, however this behavior is reflected also for primitive types: int main() { int a {5}; (a += 1)

[Bug c++/97288] New: Assignment sequence before order - evaluating reference to value of right side not in order

2020-10-04 Thread kirshamir at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97288 Bug ID: 97288 Summary: Assignment sequence before order - evaluating reference to value of right side not in order Product: gcc Version: 10.2.0 Status: UNCONFIRMED

[Bug fortran/97272] Wrong answer from MAXLOC with character arg

2020-10-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97272 --- Comment #4 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:35d2c6b6e8a7448a84abbf967feeb78a29117014 commit r11-3646-g35d2c6b6e8a7448a84abbf967feeb78a29117014 Author: Harald Anlauf Date:

[Bug target/97286] GCC sometimes uses an extra xmm register for the destination of _mm_blend_ps

2020-10-04 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97286 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug c/97287] New: Warn for expanding range of an arithmetic type

2020-10-04 Thread matthew at wil dot cx via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97287 Bug ID: 97287 Summary: Warn for expanding range of an arithmetic type Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug rtl-optimization/97275] Linux kernel cgroup.c internal compiler error (ICE).

2020-10-04 Thread dr.duncan.p.simpson at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97275 --- Comment #1 from Duncan Simpson --- Further information: if I use the same compiler version but a x86_64-linux-gnu version then I get a message from the assembler telling me than the strlr instruction is not supported but no ICE.

[Bug c/97286] New: GCC sometimes uses an extra xmm register for the destination of _mm_blend_ps

2020-10-04 Thread shlomo at fastmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97286 Bug ID: 97286 Summary: GCC sometimes uses an extra xmm register for the destination of _mm_blend_ps Product: gcc Version: 10.2.0 Status: UNCONFIRMED Keywords:

[Bug fortran/97070] Discrepancy in results between OpenMP/OpenACC

2020-10-04 Thread venetis at ceid dot upatras.gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97070 --- Comment #4 from Ioannis E. Venetis --- It seems that the problem was indeed some kind of confusion due to multiple gcc installs. I removed the nvptx related packages of gcc-9.3.0 from my Ubuntu 16.04.7 LTS system (packages

[Bug fortran/96870] Class name on error message

2020-10-04 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96870 Dominique d'Humieres changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug fortran/96809] Duplicated module name in Fortran test cases

2020-10-04 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96809 Dominique d'Humieres changed: What|Removed |Added Last reconfirmed||2020-10-04 Ever confirmed|0

[Bug fortran/97224] [8/9/10/11 Regression] SPECCPU 2006 Gamess fails to build after g:e5a76af3a2f3324efc60b4b2778ffb29d5c377bc

2020-10-04 Thread drikosev at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224 --- Comment #10 from Ev Drikos --- (In reply to Dominique d'Humieres from comment #9) > I think the two attached patches are not pertinent... Possibly, you are right. I have no access to the particular source code. > I get > > 8 | call

[Bug c++/97285] New: Interaction between no_unique_address and has_unique_object_representations

2020-10-04 Thread barry.revzin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97285 Bug ID: 97285 Summary: Interaction between no_unique_address and has_unique_object_representations Product: gcc Version: 10.0 Status: UNCONFIRMED Severity:

[Bug fortran/97224] [8/9/10/11 Regression] SPECCPU 2006 Gamess fails to build after g:e5a76af3a2f3324efc60b4b2778ffb29d5c377bc

2020-10-04 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224 --- Comment #9 from Dominique d'Humieres --- I think the two attached patches are not pertinent: both tests use independent translation units, so they should compile. If I couple the TUs as in SUBROUTINE

[Bug c++/97284] New: internal compiler error: 'global_options' are modified in local context

2020-10-04 Thread euloanty at live dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97284 Bug ID: 97284 Summary: internal compiler error: 'global_options' are modified in local context Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/89256] No optimized division by constant for __int128

2020-10-04 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89256 --- Comment #2 from Thomas Koenig --- See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97282#c1 for one example how this could be done for small integers (base 10 in that case). The solution with the precomputed tables is probably not feasible

[Bug ada/97283] GNAT rejects valid formal type definition with -gnat2020

2020-10-04 Thread charlet at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97283 Arnaud Charlet changed: What|Removed |Added Target Milestone|--- |11.0 Resolution|---