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

2020-09-28 Thread markeggleston at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224 markeggleston at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

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

2020-09-28 Thread mark.eggleston at codethink dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224 --- Comment #1 from mark.eggleston at codethink dot co.uk --- Reverting changes clearly addition test cases are required regards, Mark On 28/09/2020 10:48, tnfchris at gcc dot gnu.org wrote: >

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

2020-09-28 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97224 Bug ID: 97224 Summary: [8/9/10/11 Regression] SPECCPU 2006 Gamess fails to build after g:e5a76af3a2f3324efc60b4b2778ffb29d5c377bc Product: gcc Version: 11.0 Status:

[Bug ada/96799] C and Ada frontends have a different interpretation of double constants

2020-09-28 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96799 Eric Botcazou changed: What|Removed |Added Resolution|--- |INVALID CC|

[Bug target/97194] optimize vector element set/extract at variable position

2020-09-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97194 --- Comment #8 from Richard Biener --- (In reply to Alexander Monakov from comment #7) > FWIW, Peter Cordes provides an overview of available approaches for > extraction depending on vector length and ISA extensions (up to AVX2, not > including

[Bug target/96770] -mpure-code produces suboptimal code for relocations with small offset for thumb-1

2020-09-28 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96770 --- Comment #1 from Christophe Lyon --- Patch sent for review: https://gcc.gnu.org/pipermail/gcc-patches/2020-September/554957.html

[Bug target/96767] -mpure-code produces indirect loads for thumb-1

2020-09-28 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96767 --- Comment #1 from Christophe Lyon --- Patch sent for review: https://gcc.gnu.org/pipermail/gcc-patches/2020-September/554956.html

[Bug target/97194] optimize vector element set/extract at variable position

2020-09-28 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97194 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug middle-end/55135] Segfault of gcc on a big file

2020-09-28 Thread hubicka at ucw dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55135 --- Comment #32 from Jan Hubicka --- > > Honza - you put the finger to it, can't we refactor things so we apply > this update in the caller after all stmts were processed? The clone tree issue should not be too hard to solve. We need to keep

[Bug fortran/82721] [8/9/10/11 Regression] Error message with corrupted text, sometimes ICE

2020-09-28 Thread markeggleston at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82721 --- Comment #11 from markeggleston at gcc dot gnu.org --- No progress. I have no idea how to fix this and will no longer work on it.

[Bug tree-optimization/97223] Failure to optimize comparison of char arithmetic to single comparison

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

[Bug c++/97222] GCC discards attributes aligned and may_alias for typedefs passed as template arguments

2020-09-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97222 --- Comment #2 from Richard Biener --- would be interesting to see how ICC mangles the aligned case

[Bug middle-end/55135] Segfault of gcc on a big file

2020-09-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55135 Richard Biener changed: What|Removed |Added Last reconfirmed|2013-02-28 00:00:00 |2020-9-28 Known to fail|

[Bug tree-optimization/97223] New: Failure to optimize comparison of char arithmetic to comparison

2020-09-28 Thread gabravier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97223 Bug ID: 97223 Summary: Failure to optimize comparison of char arithmetic to comparison Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal

[Bug target/97194] optimize vector element set/extract at variable position

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

[Bug target/96789] x264: sub4x4_dct() improves when vectorization is disabled

2020-09-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96789 --- Comment #31 from Richard Biener --- (In reply to Kewen Lin from comment #29) > (In reply to Hongtao.liu from comment #28) > > > Probably you can try to tweak it in ix86_add_stmt_cost? when the statement > > > > Yes, it's the place. > > > >

[Bug target/96789] x264: sub4x4_dct() improves when vectorization is disabled

2020-09-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96789 --- Comment #30 from Richard Biener --- (In reply to Hongtao.liu from comment #23) > > _813 = {_437, _448, _459, _470, _490, _501, _512, _523, _543, _554, _565, > > _576, _125, _143, _161, _179}; > > The cost of vec_construct in i386 backend

[Bug target/96789] x264: sub4x4_dct() improves when vectorization is disabled

2020-09-28 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96789 --- Comment #29 from Kewen Lin --- (In reply to Hongtao.liu from comment #28) > > Probably you can try to tweak it in ix86_add_stmt_cost? when the statement > > Yes, it's the place. > > > is UB to UH conversion statement, further check if the

[Bug fortran/95614] ICE in build_field, at fortran/trans-common.c:301

2020-09-28 Thread markeggleston at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95614 markeggleston at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

<    1   2