[Bug c++/92438] [8 Regression] Function declaration parsed incorrectly with `-std=c++1z`

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92438 --- Comment #9 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:becbae00641077f7104d16b4565c1d64df5fafc6 commit r8-1-gbecbae00641077f7104d16b4565c1d64df5fafc6 Author: Jakub Jelinek Da

[Bug ipa/93087] Bogus `-Wsuggest-attribute=cold` on function already marked as `__attribute__((cold))`

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93087 --- Comment #4 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f01dfd67820e6a8254e6bf9ea242bf86134486ff commit r8-10002-gf01dfd67820e6a8254e6bf9ea242bf86134486ff Author: Jakub Jelinek Da

[Bug rtl-optimization/93088] [10 Regression] Compile time hog on gcc/testsuite/gcc.target/i386/pr56348.c w/ -O3 -funroll-loops -fno-tree-dominator-opts -fno-tree-vrp

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93088 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1ccdfea80e8ead4936c35b5eb736dc407a07fb32 commit r8-10003-g1ccdfea80e8ead4936c35b5eb736dc407a07fb32 Author: Jakub Jelinek Da

[Bug inline-asm/93202] [RISCV] ICE when using inline asm 'h' operand modifier

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93202 --- Comment #12 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:04e48115ac4f4eab20525280653e8ff985f1a3d8 commit r8-10004-g04e48115ac4f4eab20525280653e8ff985f1a3d8 Author: Jakub Jelinek D

[Bug c++/93228] [[deprecated("message")]] on template struct/class drops message

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93228 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ef2e6135591f2a197d4fb8a7dbb8425a9d2df85e commit r8-10005-gef2e6135591f2a197d4fb8a7dbb8425a9d2df85e Author: Jakub Jelinek Da

[Bug target/93073] [8 Regression] ICE in extract_insn, at recog.c:2294 (error: unrecognizable insn)

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93073 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f0776f088dce384106609fc868061defd472bc10 commit r8-10006-gf0776f088dce384106609fc868061defd472bc10 Author: Jakub Jelinek Da

[Bug target/91298] $ at the beginging causing Error: junk `(%rip)' after expression

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91298 --- Comment #14 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:93266871ac794243e9785d92a0cec09b2fa5648b commit r8-10010-g93266871ac794243e9785d92a0cec09b2fa5648b Author: Jakub Jelinek D

[Bug fortran/93463] ICE in oacc_code_to_statement, at fortran/openmp.c:6007

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93463 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e0cbedff53ead3bbb6e7af959c727a04ec8445c7 commit r8-10012-ge0cbedff53ead3bbb6e7af959c727a04ec8445c7 Author: Jakub Jelinek Da

[Bug rtl-optimization/93402] [8 Regression] Wrong code when returning padded struct

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93402 --- Comment #9 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:83799a013b4a7f555b1a168fcb5f8df25edede99 commit r8-10011-g83799a013b4a7f555b1a168fcb5f8df25edede99 Author: Jakub Jelinek Da

[Bug target/93333] ICE: RTL check: expected code 'const_int', have 'and' in riscv_rtx_costs, at config/riscv/riscv.c:1645

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 --- Comment #9 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0b00f43cf381f03aeaced375f8f0ef1e731c9f43 commit r8-10007-g0b00f43cf381f03aeaced375f8f0ef1e731c9f43 Author: Jakub Jelinek Da

[Bug fortran/93329] ICE in omp_code_to_statement, at fortran/openmp.c:5902

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93329 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ba6ebaafc62924a05c961146cb0ec114ae8b04cf commit r8-10008-gba6ebaafc62924a05c961146cb0ec114ae8b04cf Author: Jakub Jelinek Da

[Bug middle-end/93505] [8 Regression] wrong code or ICE with __builtin_bswap64() and rotation at -Og

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93505 --- Comment #21 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:a73ee641c3d2ca729bdf55225afd881f57bf4d96 commit r8-10013-ga73ee641c3d2ca729bdf55225afd881f57bf4d96 Author: Jakub Jelinek D

[Bug libgomp/93515] OpenMP target teams distribute parallel for with defaultmap not mapping correctly

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93515 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:fdaf101b1dd46d6673a318139e9620c068f45a12 commit r8-10015-gfdaf101b1dd46d6673a318139e9620c068f45a12 Author: Jakub Jelinek Da

[Bug middle-end/93555] ICE in simd_clone_struct_copy, at omp-simd-clone.c:84

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93555 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:5781600c42f3ed9860a804dbbf892392bea3e39d commit r8-10014-g5781600c42f3ed9860a804dbbf892392bea3e39d Author: Jakub Jelinek Da

[Bug target/65782] Assembly failure (invalid register for .seh_savexmm) with -O3 -mavx512f on mingw-w64

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:baef3efdc4992e4dcb7f4de62ff5bcb13bf05f60 commit r8-10016-gbaef3efdc4992e4dcb7f4de62ff5bcb13bf05f60 Author: Jakub Jelinek D

[Bug target/93696] AVX512VPOPCNTDQ writemask intrinsics produce incorrect results

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93696 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:db4bfbae142906291ee319d768f4fa56d2a7682c commit r8-10020-gdb4bfbae142906291ee319d768f4fa56d2a7682c Author: Jakub Jelinek Da

[Bug target/93637] [9 Regression] ICE: Segmentation fault (in force_operand)

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93637 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:231b10fe9f870a8a8a162e95416a6bc6df023839 commit r8-10017-g231b10fe9f870a8a8a162e95416a6bc6df023839 Author: Jakub Jelinek D

[Bug middle-end/93576] [8 Regression] internal compiler error: Segmentation fault (in gimplify.c)

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93576 --- Comment #12 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:cd73697811f4d638a26be9aeada6eb20b645b739 commit r8-10021-gcd73697811f4d638a26be9aeada6eb20b645b739 Author: Jakub Jelinek D

[Bug target/93673] Fake error given by gcc when compiling for _kshift intrinsics

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93673 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:fbb4d21086a20cd996049309d6c24d7fb3099123 commit r8-10019-gfbb4d21086a20cd996049309d6c24d7fb3099123 Author: Jakub Jelinek Da

[Bug target/93670] ICE for _mm256_extractf32x4_ps (unrecognized insn)

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93670 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:5538456480ad9c1a411b76479c798984bcae2c5c commit r8-10018-g5538456480ad9c1a411b76479c798984bcae2c5c Author: Jakub Jelinek Da

[Bug c++/61414] enum class bitfield size-checking needs a separate warning flag controlling it

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414 --- Comment #26 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:519a33f954fd71cb8b74053e168e23a1cb00d30b commit r10-6637-g519a33f954fd71cb8b74053e168e23a1cb00d30b Author: Jakub Jelinek Date: F

[Bug c++/61414] enum class bitfield size-checking needs a separate warning flag controlling it

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414 --- Comment #27 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f0a72494ea3747d1f66a0cda3e67a7611779030d commit r9-8238-gf0a72494ea3747d1f66a0cda3e67a7611779030d Author: Jakub Jelinek Da

[Bug c++/61414] enum class bitfield size-checking needs a separate warning flag controlling it

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414 --- Comment #28 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:53073523bca574251d45bded65b2b0c183b01e5d commit r8-10022-g53073523bca574251d45bded65b2b0c183b01e5d Author: Jakub Jelinek D

[Bug target/93704] TLS sequences not understood by SPARC/Solaris linker

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93704 --- Comment #6 from CVS Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:81fc552558f54c6f691e7816da9ab4ad8483f7ef commit r10-6639-g81fc552558f54c6f691e7816da9ab4ad8483f7ef Author: Eric Botcazou Date: Fr

[Bug target/93704] TLS sequences not understood by SPARC/Solaris linker

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93704 --- Comment #7 from CVS Commits --- The releases/gcc-9 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:c1379a1c645684599b8902edcdf4a2b5f2648542 commit r9-8239-gc1379a1c645684599b8902edcdf4a2b5f2648542 Author: Eric Botcazou Dat

[Bug target/93704] TLS sequences not understood by SPARC/Solaris linker

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93704 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:c35cfc834eda41cd8b08ee989b028552ad9cd6a8 commit r8-10023-gc35cfc834eda41cd8b08ee989b028552ad9cd6a8 Author: Eric Botcazou Da

[Bug other/93168] Error messages are full of control code garbage

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93168 --- Comment #5 from CVS Commits --- The master branch has been updated by Bernd Edlinger : https://gcc.gnu.org/g:458c8d6459c4005fc9886b6e25d168a6535ac415 commit r10-6643-g458c8d6459c4005fc9886b6e25d168a6535ac415 Author: Bernd Edlinger Date:

[Bug c/87488] hyperlink filenames in diagnostics

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87488 --- Comment #23 from CVS Commits --- The master branch has been updated by Bernd Edlinger : https://gcc.gnu.org/g:458c8d6459c4005fc9886b6e25d168a6535ac415 commit r10-6643-g458c8d6459c4005fc9886b6e25d168a6535ac415 Author: Bernd Edlinger Date:

[Bug tree-optimization/93744] [8/9/10 Regression] Different results between gcc-9 and gcc-7

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744 --- Comment #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:187dd955dbee3939c3a2ca7b6839e7f70125 commit r10-6646-g187dd955dbee3939c3a2ca7b6839e7f70125 Author: Jakub Jelinek Date: Sa

[Bug tree-optimization/93744] [8/9/10 Regression] Different results between gcc-9 and gcc-7

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744 --- Comment #9 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:498055331393d3c32fea5a6142c926b6a7700b8d commit r9-8241-g498055331393d3c32fea5a6142c926b6a7700b8d Author: Jakub Jelinek Dat

[Bug tree-optimization/93744] [8/9/10 Regression] Different results between gcc-9 and gcc-7

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93744 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e24c48585721fc4122ae10282e32af49aff4c380 commit r8-10025-ge24c48585721fc4122ae10282e32af49aff4c380 Author: Jakub Jelinek D

[Bug c++/90764] [10 Regression] internal compiler error in build_deduction_guide, at cp/pt.c:27162

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90764 --- Comment #5 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:4d5bb56b1d3e6873a7d08dc8f5f4a4997e51bfde commit r10-6647-g4d5bb56b1d3e6873a7d08dc8f5f4a4997e51bfde Author: Jason Merrill Date: Sa

[Bug c++/92583] [8/9 Regression] internal compiler error: in tsubst_copy, at cp/pt.c:15552

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92583 --- Comment #5 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:d71365427670a791c5b54bfec6e3d41210844a8a commit r10-6648-gd71365427670a791c5b54bfec6e3d41210844a8a Author: Jason Merrill Date: Sa

[Bug c++/92556] [10 Regression] ICE if using dependent name inside lambda expression in simple-requirement since r10-3735-gcb57504a55015891

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92556 --- Comment #2 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:1e166191ef330f3491d405bf3eb09b2b796c9b0e commit r10-6649-g1e166191ef330f3491d405bf3eb09b2b796c9b0e Author: Jason Merrill Date: Sa

[Bug c++/68061] Can't use [[deprecated]] with requires clause

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68061 --- Comment #4 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:acff02ef1f4bc951ab7b4e3fdc117e0646d5d8f5 commit r10-6650-gacff02ef1f4bc951ab7b4e3fdc117e0646d5d8f5 Author: Jason Merrill Date: Sa

[Bug c++/93710] poor location in diagnostics of messages about array initializers

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93710 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/93710] poor location in diagnostics of messages about array initializers

2020-02-15 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93710 --- Comment #5 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:eef65c474e6836cc0470eb84f28895050161fcb8 commit r10-6657-geef65c474e6836cc0470eb84f28895050161fcb8 Author: Marek Polacek Date: We

[Bug go/93679] [10 regression] gccgo cannot bootstrap go1.14

2020-02-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93679 --- Comment #1 from CVS Commits --- The master branch has been updated by Ian Lance Taylor : https://gcc.gnu.org/g:72700543b67561ab6a466e93b4c0d4fa8e6530e6 commit r10-6661-g72700543b67561ab6a466e93b4c0d4fa8e6530e6 Author: Ian Lance Taylor Date

[Bug target/93743] [9/10 Regression] swapped arguments in atan2l

2020-02-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93743 --- Comment #5 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:6e37e49616d429c5d922324ebd72ae95f12a079f commit r10-6662-g6e37e49616d429c5d922324ebd72ae95f12a079f Author: Uros Bizjak Date: Sun Fe

[Bug target/93743] [9/10 Regression] swapped arguments in atan2l

2020-02-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93743 --- Comment #6 from CVS Commits --- The releases/gcc-9 branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:bfa537a2ffb30c0d537bb74ade124ca07e9712fe commit r9-8243-gbfa537a2ffb30c0d537bb74ade124ca07e9712fe Author: Uros Bizjak Date:

[Bug target/93047] frename-registers does not work well with __builtin_return

2020-02-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93047 --- Comment #5 from CVS Commits --- The master branch has been updated by Jiu Fu Guo : https://gcc.gnu.org/g:a8532e9927ad6e4bbedbb957b02ca413aedf9098 commit r10-6664-ga8532e9927ad6e4bbedbb957b02ca413aedf9098 Author: Jiufu Guo Date: Mon Feb 1

[Bug analyzer/93388] ensure -fanalyzer works with our C code

2020-02-16 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93388 --- Comment #13 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:f76a88ebf089871dcce215aa0cb1956ccc060895 commit r10-6667-gf76a88ebf089871dcce215aa0cb1956ccc060895 Author: David Malcolm Date: T

[Bug c/86134] earlier diagnostic causes followup diagnostic about unknown -Wno-* options

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86134 --- Comment #13 from CVS Commits --- The master branch has been updated by Richard Guenther : https://gcc.gnu.org/g:abe13e1847fb91d43f02b5579c4230214d4369f4 commit r10-6668-gabe13e1847fb91d43f02b5579c4230214d4369f4 Author: Richard Biener Date:

[Bug other/93756] typo: compatable

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93756 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:1db97918101b2c22dfffa2242f13c7ea1b830558 commit r10-6669-g1db97918101b2c22dfffa2242f13c7ea1b830558 Author: Martin Liska Date: Mon

[Bug translation/93755] nested quotes in command line options errors

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93755 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:c83a55d8b4e66c9cd73b5177c2f06de274866d2c commit r10-6670-gc83a55d8b4e66c9cd73b5177c2f06de274866d2c Author: Martin Liska Date: Mon

[Bug ipa/93760] wrong grammar in diagnostic

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93760 --- Comment #3 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:5e2dae50d2dced9896048e036e2c8bebfc65472c commit r10-6671-g5e2dae50d2dced9896048e036e2c8bebfc65472c Author: Martin Liska Date: Mon

[Bug debug/92763] [8 Regression] ICE in dwarf2out_abstract_function, at dwarf2out.c:22659, or in force_type_die, at dwarf2out.c:26224

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92763 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:0727fae83508fe21bd510ae380d6a361ac632680 commit r8-10031-g0727fae83508fe21bd510ae380d6a361ac632680 Author: Richard Biene

[Bug tree-optimization/92704] [8 Regression] ICE: Segmentation fault (in process_bb)

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92704 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:da1f7a6dfa20d2da45d62bba824766d5ec963ccf commit r8-10030-gda1f7a6dfa20d2da45d62bba824766d5ec963ccf Author: Richard Biener

[Bug lto/92674] [8 Regression] ICE in gimple_phi_arg, at gimple.h:4406 since r240291

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92674 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:8a7f319cad03b87020b788c0779cf49a2718e12e commit r8-10029-g8a7f319cad03b87020b788c0779cf49a2718e12e Author: Richard Biener

[Bug tree-optimization/93054] [8 Regression] ICE in gimple_set_lhs, at gimple.c:1820

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93054 --- Comment #8 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:2065106aed5e32891e2e96881615b922d1a14667 commit r8-10032-g2065106aed5e32891e2e96881615b922d1a14667 Author: Richard Biener

[Bug tree-optimization/93381] points-to wrong for integer offsetting and field-sensitive analysis

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93381 --- Comment #7 from CVS Commits --- The releases/gcc-8 branch has been updated by Richard Guenther : https://gcc.gnu.org/g:9eba9635f653291804ecb832eebe1ed96e3346ba commit r8-10033-g9eba9635f653291804ecb832eebe1ed96e3346ba Author: Richard Biener

[Bug libstdc++/92546] [10 Regression] Large increase in preprocessed file sizes in C++2a mode

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546 --- Comment #3 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:c03b53da9129ae2d5ac9629c4b874d0981a7d418 commit r10-6675-gc03b53da9129ae2d5ac9629c4b874d0981a7d418 Author: Jonathan Wakely Date:

[Bug libstdc++/92546] [10 Regression] Large increase in preprocessed file sizes in C++2a mode

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:9cd4eeefcc641dd70d026e08e9d218101b826c52 commit r10-6676-g9cd4eeefcc641dd70d026e08e9d218101b826c52 Author: Jonathan Wakely Date:

[Bug analyzer/93775] ICE in cgraph_node::get(tree_node const*)

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93775 --- Comment #2 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:d8cde6f9c223f1b6d4f4e4e07088f08a629b7c2a commit r10-6686-gd8cde6f9c223f1b6d4f4e4e07088f08a629b7c2a Author: David Malcolm Date: Mo

[Bug driver/93796] typo: functoin

2020-02-17 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93796 --- Comment #1 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8def1d525c52f0f7fccd90f3c4624a8fe6c42882 commit r10-6688-g8def1d525c52f0f7fccd90f3c4624a8fe6c42882 Author: Jakub Jelinek Date: Tu

[Bug tree-optimization/93780] [10 Regression] ICE in SET_TYPE_VECTOR_SUBPARTS

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93780 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:be7c145ad52e76a1a0fd201dd96bc92e8d3a275d commit r10-6689-gbe7c145ad52e76a1a0fd201dd96bc92e8d3a275d Author: Jakub Jelinek Date: Tu

[Bug tree-optimization/92420] [8/9 Regression] Vectorization miscompilation with negative strides since r238039

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92420 --- Comment #4 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:2d8ea3a0a6095a56b7c59c50b1068d602cde934a commit r9-8248-g2d8ea3a0a6095a56b7c59c50b1068d602cde934a Author: Richard Sandif

[Bug tree-optimization/92710] [9 Regression] Vectoriser generates invalid simd call for bool arguments

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92710 --- Comment #5 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:84a465171761faeceb87037a606f7834dab18942 commit r9-8249-g84a465171761faeceb87037a606f7834dab18942 Author: Richard Sandif

[Bug target/90724] ICE with __sync_bool_compare_and_swap with -march=armv8.2-a+sve

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90724 --- Comment #5 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:65709f4b93c74101440ab16bf4bddf6e44672177 commit r9-8247-g65709f4b93c74101440ab16bf4bddf6e44672177 Author: Prathamesh Kul

[Bug tree-optimization/93434] [8/9 Regression] Miscompilation with -O3 starting from 8.1

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93434 --- Comment #8 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:e129cd5283c2e57fc2a86e6981b8e1556b13069c commit r9-8250-ge129cd5283c2e57fc2a86e6981b8e1556b13069c Author: Richard Sandif

[Bug ipa/93797] typo: speculative_uid

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93797 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:da67227bfc407dd1412b3396ed962f30084f9401 commit r10-6690-gda67227bfc407dd1412b3396ed962f30084f9401 Author: Jakub Jelinek Date: Tu

[Bug fortran/93580] [9/10 Regression] ICE in gfc_validate_kind(): Got bad kind

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93580 --- Comment #5 from CVS Commits --- The master branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:d4c10c9f4bff616e7ed07e92504fe31a700e2af1 commit r10-6691-gd4c10c9f4bff616e7ed07e92504fe31a700e2af1 Author: Mark Eggleston Date:

[Bug fortran/93580] [9/10 Regression] ICE in gfc_validate_kind(): Got bad kind

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93580 --- Comment #6 from CVS Commits --- The releases/gcc-9 branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:560139481239e37a1cc878fb90805fa5e94f623c commit r9-8251-g560139481239e37a1cc878fb90805fa5e94f623c Author: Mark Eggleston D

[Bug fortran/93603] [10 Regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1201

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93603 --- Comment #2 from CVS Commits --- The master branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:8f55a0eec910dd02992f4caca083048d91c0b2e1 commit r10-6692-g8f55a0eec910dd02992f4caca083048d91c0b2e1 Author: Mark Eggleston Date:

[Bug c++/90313] [8/9 Regression] Is an assignment elided with gcc7.3 -O2?

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90313 --- Comment #7 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:52db14c1f700e14e5b1b6c7fc702c0a08cc3781c commit r9-8252-g52db14c1f700e14e5b1b6c7fc702c0a08cc3781c Author: Richard Sandif

[Bug tree-optimization/92768] [8/9 Regression] Maybe a wrong code for vector constants

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92768 --- Comment #20 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:2408b93a10c9c6cb210bc2a93d39ce6d56144ca3 commit r9-8253-g2408b93a10c9c6cb210bc2a93d39ce6d56144ca3 Author: Richard Sandi

[Bug analyzer/93779] ICE: unhandled tree code in region_model::get_lvalue_1: 'function_decl'

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93779 --- Comment #5 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:68f9c41d54a7839e90d10e1400c8726c8ccde88d commit r10-6693-g68f9c41d54a7839e90d10e1400c8726c8ccde88d Author: David Malcolm Date: Mo

[Bug analyzer/93774] ICE in lhd_incomplete_type_error

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93774 --- Comment #3 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:a674c7b8b8028c5d7e52dd38783e8e2b02034b63 commit r10-6694-ga674c7b8b8028c5d7e52dd38783e8e2b02034b63 Author: David Malcolm Date: Mo

[Bug analyzer/93388] ensure -fanalyzer works with our C code

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93388 --- Comment #14 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:2e6233935c77b56a68e939c629702f960b8e6fb2 commit r10-6695-g2e6233935c77b56a68e939c629702f960b8e6fb2 Author: David Malcolm Date: M

[Bug analyzer/93778] ICE in get_region, at analyzer/region-model.h:1732

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93778 --- Comment #4 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:2e6233935c77b56a68e939c629702f960b8e6fb2 commit r10-6695-g2e6233935c77b56a68e939c629702f960b8e6fb2 Author: David Malcolm Date: Mo

[Bug analyzer/93777] ICE in maybe_cast_1, at analyzer/region-model.cc:5064

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93777 --- Comment #5 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:4f40164a9322105012e9070eebd57ba80c69b873 commit r10-6696-g4f40164a9322105012e9070eebd57ba80c69b873 Author: David Malcolm Date: Mo

[Bug analyzer/93692] Possible typo: supergraph vs. callgraph

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93692 --- Comment #5 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:0b2b45a68f48817e2310b12db3e03e648d4d2005 commit r10-6697-g0b2b45a68f48817e2310b12db3e03e648d4d2005 Author: David Malcolm Date: Tu

[Bug tree-optimization/92924] [10 regression] reproducible indirect call profile merging causes 80% slowdown in Firefox pref-reftest-singletons id-getter microbenchmarks

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92924 --- Comment #29 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:ea0b12523d0d9a9059b5173ce9653b92ddfb284f commit r10-6698-gea0b12523d0d9a9059b5173ce9653b92ddfb284f Author: Martin Liska Date: Tue

[Bug ipa/93583] [10 Regression] bootstrap failure on powerpc64le-linux-gnu

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583 --- Comment #18 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:33351ff9faa21c4c1af377d661a52ac0ce366db3 commit r10-6699-g33351ff9faa21c4c1af377d661a52ac0ce366db3 Author: Martin Liska Date: Tue

[Bug ipa/92518] [10 regression] ppc rounding tests fail after r278207

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92518 --- Comment #10 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:08afe87b7976e93197a66e01f93191ead496ad42 commit r10-6700-g08afe87b7976e93197a66e01f93191ead496ad42 Author: Martin Liska Date: Tue

[Bug fortran/93601] [10 Regression] ICE: Invalid expression in gfc_element_size

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93601 --- Comment #2 from CVS Commits --- The master branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:23d3f25c87d307536f7e0f15e211968a87657602 commit r10-6701-g23d3f25c87d307536f7e0f15e211968a87657602 Author: Mark Eggleston Date:

[Bug fortran/93714] [8/9/10 Regression] ICE in gfc_check_same_strlen, at fortran/check.c:1253

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93714 --- Comment #3 from CVS Commits --- The master branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:06119d691e27e25fd4f4486467ad95f7b545fde3 commit r10-6703-g06119d691e27e25fd4f4486467ad95f7b545fde3 Author: Mark Eggleston Date:

[Bug fortran/93599] [9/10 regression] Bug in fortran asynchronous I/O wait function

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93599 --- Comment #13 from CVS Commits --- The master branch has been updated by Thomas Kथघnig : https://gcc.gnu.org/g:3fe1910509e32d611b3a7b8503502103bc53b5e4 commit r10-6710-g3fe1910509e32d611b3a7b8503502103bc53b5e4 Author: Thomas König Date: Th

[Bug c++/93817] FAIL: g++.dg/diagnostic/array-init1.C -std=c++98 (test for errors, line 10)

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93817 --- Comment #2 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:b02719918d7bfa224b7caa38fdb9be095cd3f4ad commit r10-6714-gb02719918d7bfa224b7caa38fdb9be095cd3f4ad Author: Marek Polacek Date: Tu

[Bug libstdc++/93818] [10 Regression] Last week's changes in libstdc++ break using it with clang

2020-02-18 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93818 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:a5b213dda50aca90637979f13da2eb377eff9930 commit r10-6716-ga5b213dda50aca90637979f13da2eb377eff9930 Author: Jonathan Wakely Date:

[Bug fortran/93714] [8/9/10 Regression] ICE in gfc_check_same_strlen, at fortran/check.c:1253

2020-02-19 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93714 --- Comment #4 from CVS Commits --- The releases/gcc-9 branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:44ea6508f1009086018d0db4347a14b9c4eec2c0 commit r9-8256-g44ea6508f1009086018d0db4347a14b9c4eec2c0 Author: Mark Eggleston D

[Bug tree-optimization/93667] [10 regression] ICE in esra with nested [[no_unique_address]] field

2020-02-19 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93667 --- Comment #7 from CVS Commits --- The master branch has been updated by Martin Jambor : https://gcc.gnu.org/g:665c5bad168ab63629b29ed2ce08ed042c088dc2 commit r10-6722-g665c5bad168ab63629b29ed2ce08ed042c088dc2 Author: Martin Jambor Date: We

[Bug tree-optimization/93776] [10 Regression] ICE in verify_sra_access_forest, at tree-sra.c:2326

2020-02-19 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93776 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Jambor : https://gcc.gnu.org/g:51faf07cef9293af544bfacc7d0b320ab90d7d60 commit r10-6723-g51faf07cef9293af544bfacc7d0b320ab90d7d60 Author: Martin Jambor Date: We

[Bug fortran/93714] [8/9/10 Regression] ICE in gfc_check_same_strlen, at fortran/check.c:1253

2020-02-19 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93714 --- Comment #5 from CVS Commits --- The releases/gcc-8 branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:db0e1e9948434352455db1e729383272d79105e8 commit r8-10037-gdb0e1e9948434352455db1e729383272d79105e8 Author: Mark Eggleston

[Bug tree-optimization/93767] [8/9/10 Regression] wrong code at -O3 on x86_64-linux-gnu since r8-6064

2020-02-19 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93767 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:f91aa3e6cb808f8dfc6b45fa135f7583a7549161 commit r10-6732-gf91aa3e6cb808f8dfc6b45fa135f7583a7549161 Author: Richard Sandiford Da

[Bug tree-optimization/92128] fold more non-constant strlen relational expressions

2020-02-19 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92128 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Sebor : https://gcc.gnu.org/g:ccf86d54cb02ed24bc4568bd9fffdcdbf0bf68a8 commit r10-6748-gccf86d54cb02ed24bc4568bd9fffdcdbf0bf68a8 Author: Martin Sebor Date: Wed

[Bug c++/93169] [10 regression] Variable incorrectly put into readonly section.

2020-02-19 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93169 --- Comment #8 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:8f9dd1b0bdd935592ba151e9d843fddf6193afbc commit r10-6749-g8f9dd1b0bdd935592ba151e9d843fddf6193afbc Author: Marek Polacek Date: We

[Bug translation/93841] typo in or1kopt: generated using using

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93841 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:4a172be3e5e849ef82f07ce034837630e73f025b commit r10-6755-g4a172be3e5e849ef82f07ce034837630e73f025b Author: Martin Liska Date: Thu

[Bug translation/93831] wrong abbreviation in diagnostic for 64-bit Darwin

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93831 --- Comment #3 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:093bdf2cec611947fb69d8ced21a2d875166cba0 commit r10-6753-g093bdf2cec611947fb69d8ced21a2d875166cba0 Author: Martin Liska Date: Thu

[Bug translation/93838] space at the end of a diagnostic in cp/parser.c

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93838 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:6c39d0b79db7f9bf58a64bf987c161ae0b9dcec4 commit r10-6754-g6c39d0b79db7f9bf58a64bf987c161ae0b9dcec4 Author: Martin Liska Date: Thu

[Bug translation/93830] typo in avr command line error message

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93830 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:f40237a37b28a4c9143bfcbf5886fc9a6d3b5cfe commit r10-6752-gf40237a37b28a4c9143bfcbf5886fc9a6d3b5cfe Author: Martin Liska Date: Thu

[Bug target/93656] FAIL: gcc.target/i386/pr67770.c execution test with -fcf-protection

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93656 --- Comment #2 from CVS Commits --- The releases/gcc-9 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:f55bf4ddbfac3c7360cb00f3200b663c19baf504 commit r9-8259-gf55bf4ddbfac3c7360cb00f3200b663c19baf504 Author: H.J. Lu Date: Thu Feb

[Bug target/93656] FAIL: gcc.target/i386/pr67770.c execution test with -fcf-protection

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93656 --- Comment #3 from CVS Commits --- The releases/gcc-8 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:b4edc88453b61d6f3bdb9143cd0486536f95598d commit r8-10040-gb4edc88453b61d6f3bdb9143cd0486536f95598d Author: H.J. Lu Date: Thu Fe

[Bug target/93658] [9/10 Regression] infinite loop building ghostscript and icu with -O3 on powerpc64le-linux-gnu

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93658 --- Comment #11 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:b82d426662469ee8b78ec7e8f74abe950485c9d5 commit r10-6760-gb82d426662469ee8b78ec7e8f74abe950485c9d5 Author: Peter Bergner Date: T

[Bug fortran/93825] [OpenACC] Implicit typing not honored – bogus type errors

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93825 --- Comment #2 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:2c52b2884ba10b1c5050fe066bae651680c8ebae commit r10-6761-g2c52b2884ba10b1c5050fe066bae651680c8ebae Author: Tobias Burnus Date: Th

[Bug target/93658] [9/10 Regression] infinite loop building ghostscript and icu with -O3 on powerpc64le-linux-gnu

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93658 --- Comment #12 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:e6f24f824beb8ba6805702e287bbd6153b472488 commit r10-6762-ge6f24f824beb8ba6805702e287bbd6153b472488 Author: Peter Bergner Date: T

[Bug target/93828] [10 Regression] incorrect shufps instruction emitted for -march=k8

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93828 --- Comment #3 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:f6088573d81d52e8573b704984fdb515e4391b1a commit r10-6765-gf6088573d81d52e8573b704984fdb515e4391b1a Author: Uros Bizjak Date: Thu Fe

[Bug target/93828] [10 Regression] incorrect shufps instruction emitted for -march=k8

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93828 --- Comment #4 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:d56779b8ae587c599bf46b20587afcd6ee51fcaa commit r10-6766-gd56779b8ae587c599bf46b20587afcd6ee51fcaa Author: Uros Bizjak Date: Thu Fe

[Bug target/93828] [10 Regression] incorrect shufps instruction emitted for -march=k8

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93828 --- Comment #5 from CVS Commits --- The releases/gcc-9 branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:bd2537ed5d4cda1a896974f30bd62dfb68ae39b0 commit r9-8260-gbd2537ed5d4cda1a896974f30bd62dfb68ae39b0 Author: Uros Bizjak Date:

[Bug target/93828] [10 Regression] incorrect shufps instruction emitted for -march=k8

2020-02-20 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93828 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:e4a43b20c564aaca847ae74cc17ca0b48ce6d3ff commit r8-10042-ge4a43b20c564aaca847ae74cc17ca0b48ce6d3ff Author: Uros Bizjak Date:

<    25   26   27   28   29   30   31   32   33   34   >