[Bug c++/90947] [9 Regression] Simple lookup table of array of strings is miscompiled

2019-08-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90947 Martin Sebor changed: What|Removed |Added Summary|[9/10 Regression] Simple|[9 Regression] Simple

[Bug c++/90947] [9/10 Regression] Simple lookup table of array of strings is miscompiled

2019-08-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90947 --- Comment #5 from Martin Sebor --- Author: msebor Date: Thu Aug 1 23:45:36 2019 New Revision: 273989 URL: https://gcc.gnu.org/viewcvs?rev=273989=gcc=rev Log: PR c++/90947 - Simple lookup table of array of strings is miscompiled

[Bug target/90993] simd integer division not optimized

2019-08-01 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90993 --- Comment #2 from joseph at codesourcery dot com --- Note that this is only valid with -fno-trapping-math (since integer division is not permitted to raise the "inexact" exception flag). (With AVX-512 there are instruction variants that

[Bug c++/91314] Confusing warning refers to nonexistent comma operator

2019-08-01 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91314 Harald van Dijk changed: What|Removed |Added CC||harald at gigawatt dot nl --- Comment

[Bug ada/91324] New: tree check: expected type_decl, have ggc_freed in debug_flush_symbol_queue, at dbxout.c:1481

2019-08-01 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91324 Bug ID: 91324 Summary: tree check: expected type_decl, have ggc_freed in debug_flush_symbol_queue, at dbxout.c:1481 Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug c/54192] -fno-trapping-math by default?

2019-08-01 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54192 --- Comment #4 from joseph at codesourcery dot com --- On Mon, 24 Jun 2019, rguenth at gcc dot gnu.org wrote: > so I guess it differs from -frounding-math also in a way that it doesn't > guard FENV access of the exception state (I'd say that is

[Bug target/81142] Segmentation fault when using static __thread variables

2019-08-01 Thread tomas_paukrt at conel dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #12 from tomas_paukrt at conel dot cz --- Hi Herald, have you tried to cross-compile the library with -mtls-dialect=gnu2 ? We are using this option as a workaround for this bug because no one seems to be interested in fixing it. I

[Bug c++/91314] Confusing warning refers to nonexistent comma operator

2019-08-01 Thread Keith.S.Thompson at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91314 --- Comment #1 from Keith Thompson --- Irrelevant correction: The post was in comp.lang.c, not comp.lang.c++.

[Bug fortran/42546] ALLOCATED statement typo in the docs and for scalar variables

2019-08-01 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42546 --- Comment #5 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #4) > I have a patch except for the doc fixes, which I'll nick from Tobias' 10 > year old patch. It seems over the years that we've fixed the documentation, but not

[Bug target/81142] Segmentation fault when using static __thread variables

2019-08-01 Thread laforge at gnumonks dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81142 --- Comment #11 from Harald Welte --- more than two years later, we can reproduce and observe this bug in a variety of ARM32 platforms, including raspbian 9 (with any gcc version shipped there, up to 6.3.x) and rapsbian 10 (up to gcc 6.5, but

[Bug c++/91286] invalid use of incomplete type depends on --enable-checking=release

2019-08-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91286 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2019-07-29

[Bug sanitizer/91203] __asan_set_error_report_callback has no effect on leak messages

2019-08-01 Thread diane2332 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91203 --- Comment #3 from Diane Meirowitz --- OK, I filed the following feature request. 1121 Ability to capture LSan messages as ASan has https://github.com/google/sanitizers/issues/1121

[Bug target/91323] LTGT rtx produces UCOMISS instead of COMISS

2019-08-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91323 Uroš Bizjak changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c++/91317] [7/8/9/10 Regression] false-positive maybe-uninitialized warning in destructor with placement new

2019-08-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91317 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #3

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-08-01 Thread mbelivea at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590 Matthew Beliveau changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/85693] Generation of SAD (Sum of Absolute Difference) instruction

2019-08-01 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85693 --- Comment #6 from uros at gcc dot gnu.org --- Author: uros Date: Thu Aug 1 18:07:19 2019 New Revision: 273981 URL: https://gcc.gnu.org/viewcvs?rev=273981=gcc=rev Log: PR target/85693 * config/i386/mmx.md (usadv8qi): New

[Bug c++/90590] enumeration value not handled in switch warning for std::ios_base::seek_dir

2019-08-01 Thread mbelivea at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90590 --- Comment #8 from Matthew Beliveau --- Author: mbelivea Date: Thu Aug 1 18:04:23 2019 New Revision: 273980 URL: https://gcc.gnu.org/viewcvs?rev=273980=gcc=rev Log: PR c++/90590 * c-warn.c (c_do_switch_warnings): Suppress warning for

[Bug target/91323] LTGT rtx produces UCOMISS instead of COMISS

2019-08-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91323 --- Comment #1 from Uroš Bizjak --- For x86, we have: /* Figure out whether to use unordered fp comparisons. */ static bool ix86_unordered_fp_compare (enum rtx_code code) { if (!TARGET_IEEE_FP) return false; switch (code) {

[Bug target/91306] [MSP430] libgcc/crtstuff.c: Alignment of frame_dummy .init_array entry is too big

2019-08-01 Thread jozefl.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91306 --- Comment #3 from Jozef Lawrynowicz --- (In reply to Andrew Pinski from comment #2) > If that is true, then maybe alignof should be used instead of sizeof. > Can you try alignof (__alignof__)? Thanks, __alignof__ works for me. Below change

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-08-01 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #21 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #20) > (In reply to Joel Yliluoma from comment #19) > > If the function return type is changed to "unsigned short", the AVX code > > with "vpextrb" will do a spurious

[Bug tree-optimization/91109] [10 regression][arm] gcc.c-torture/execute/20040709-1.c fails since r273135

2019-08-01 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91109 --- Comment #7 from Bernd Edlinger --- I can reproduce this defect with gcc-9 (!) $ ../gcc-9-branch/configure --prefix=/home/ed/gnu/arm-linux-gnueabihf-linux64-1 --target=arm-linux-gnueabihf --enable-languages=c,c++ --with-arch=armv7-a

[Bug target/88962] Invalid/inconsistent PowerPC TLS variable access

2019-08-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88962 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/90805] Overflow in switch case is not detected

2019-08-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90805 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/90805] Overflow in switch case is not detected

2019-08-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90805 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Thu Aug 1 16:27:04 2019 New Revision: 273976 URL: https://gcc.gnu.org/viewcvs?rev=273976=gcc=rev Log: PR c++/90805 - detect narrowing in case values. * decl.c

[Bug target/91323] New: LTGT rtx produces UCOMISS instead of COMISS

2019-08-01 Thread iii at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91323 Bug ID: 91323 Summary: LTGT rtx produces UCOMISS instead of COMISS Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug c/89549] [7/8/9/10 Regression] -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers

2019-08-01 Thread david.bolvansky at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89549 Dávid Bolvanský changed: What|Removed |Added CC||david.bolvansky at gmail dot com ---

[Bug tree-optimization/91322] [10 regression] alias-4 test failure

2019-08-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91322 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Target

[Bug tree-optimization/91322] New: [10 regression] alias-4 test failure

2019-08-01 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91322 Bug ID: 91322 Summary: [10 regression] alias-4 test failure Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug web/91321] commit mails with PR d/1234 do not get to bugzilla

2019-08-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91321 Richard Biener changed: What|Removed |Added CC||fche at redhat dot com --- Comment #1

[Bug web/91321] New: commit mails with PR d/1234 do not get to bugzilla

2019-08-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91321 Bug ID: 91321 Summary: commit mails with PR d/1234 do not get to bugzilla Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-08-01 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 --- Comment #25 from rguenther at suse dot de --- On Wed, 31 Jul 2019, hjl.tools at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 > > --- Comment #19 from H.J. Lu --- > (In reply to Richard Biener from comment #17)

[Bug lto/91313] [10 regression] r273908 breaks lto on power 7

2019-08-01 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91313 --- Comment #6 from seurer at gcc dot gnu.org --- Yes, that fixed things on the previously failing machine.

[Bug c++/91319] Designated initializer doesn't support direct-initialization

2019-08-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91319 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/91320] New: [9.1] x86-64 code generation / register allocation regressed.

2019-08-01 Thread maxim.yegorushkin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91320 Bug ID: 91320 Summary: [9.1] x86-64 code generation / register allocation regressed. Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/91319] New: Designated initializer doesn't support direct-initialization

2019-08-01 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91319 Bug ID: 91319 Summary: Designated initializer doesn't support direct-initialization Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal

[Bug target/91306] [MSP430] libgcc/crtstuff.c: Alignment of frame_dummy .init_array entry is too big

2019-08-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91306 --- Comment #2 from Andrew Pinski --- Also the patch is still needed. Try with one than one entry and you will see the issue. The patch is not to workaround a GCC bug but rather enforce a smaller alignment than what GCC decides to use. >but

[Bug target/90346] gcc generates the "lfence" instruction on CPUs that don't support it

2019-08-01 Thread mikulas at artax dot karlin.mff.cuni.cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90346 --- Comment #5 from mikulas at artax dot karlin.mff.cuni.cz --- On non-SSE2 CPUs, it should generate "lock; addl $0,(%esp)" That provides barrier equivalent to "mfence"

[Bug target/91306] [MSP430] libgcc/crtstuff.c: Alignment of frame_dummy .init_array entry is too big

2019-08-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91306 Andrew Pinski changed: What|Removed |Added Target||MSP430 CC|

[Bug tree-optimization/91109] [10 regression][arm] gcc.c-torture/execute/20040709-1.c fails since r273135

2019-08-01 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91109 --- Comment #6 from Bernd Edlinger --- with this patch the relevant part if the reload dump file looks different: (insn 3414 6591 6682 129 (set (mem/c:SI (reg/f:SI 5 r5 [5715]) [1 s.5566D.5531+0 S4 A32]) (reg:SI 6 r6 [orig:828 _821 ]

[Bug c++/88419] [7 Regression] [ICE] "Same canonical type node for different types" for CTAD in noexcept

2019-08-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88419 Bug 88419 depends on bug 89906, which changed state. Bug 89906 Summary: [8 Regression] template template parameter redeclared https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89906 What|Removed |Added

[Bug c++/89906] [8 Regression] template template parameter redeclared

2019-08-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89906 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/89906] [8 Regression] template template parameter redeclared

2019-08-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89906 --- Comment #7 from Marek Polacek --- Author: mpolacek Date: Thu Aug 1 14:37:08 2019 New Revision: 273974 URL: https://gcc.gnu.org/viewcvs?rev=273974=gcc=rev Log: PR c++/89906 - ICE with template placeholder for TTP. PR

[Bug c++/86098] canonical types differ for identical types

2019-08-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86098 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Thu Aug 1 14:37:08 2019 New Revision: 273974 URL: https://gcc.gnu.org/viewcvs?rev=273974=gcc=rev Log: PR c++/89906 - ICE with template placeholder for TTP. PR

[Bug lto/91313] [10 regression] r273908 breaks lto on power 7

2019-08-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91313 --- Comment #5 from Martin Liška --- @seurer: Can you please test the following patch candidate: https://gcc.gnu.org/ml/gcc-patches/2019-08/msg00040.html

[Bug c++/91318] warnings about unused internal macros with -Wunused-macros and #pragma GCC optimize

2019-08-01 Thread phd at phd dot re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91318 --- Comment #1 from Piotr Henryk Dabrowski --- Created attachment 46656 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46656=edit 0001-do-not-warn-unused-macros-pragma-gcc-optimize.patch

[Bug c++/91318] New: warnings about unused internal macros with -Wunused-macros and #pragma GCC optimize

2019-08-01 Thread phd at phd dot re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91318 Bug ID: 91318 Summary: warnings about unused internal macros with -Wunused-macros and #pragma GCC optimize Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-08-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 --- Comment #24 from Richard Biener --- Btw, this is controlled by symtab_node::output_to_lto_symbol_table_p which has /* FIXME: Builtins corresponding to real functions probably should have symbol table entries. */ if (TREE_CODE

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #20 from Jakub Jelinek --- (In reply to Joel Yliluoma from comment #19) > If the function return type is changed to "unsigned short", the AVX code > with "vpextrb" will do a spurious "movzx eax, al" at the end — but if the > return

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2019-08-01 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 Bill Schmidt changed: What|Removed |Added Known to fail||7.4.0 --- Comment #23 from Bill Schmidt

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-08-01 Thread bisqwit at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #19 from Joel Yliluoma --- If the function return type is changed to "unsigned short", the AVX code with "vpextrb" will do a spurious "movzx eax, al" at the end — but if the return type is "unsigned int", it will not. The code with

[Bug tree-optimization/91144] [10 regression] 176.gcc miscompare after r273294

2019-08-01 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91144 Wilco changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-08-01 Thread bisqwit at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #18 from Joel Yliluoma --- Great, thanks. I can test this in a few days, but I would like to make sure that the proper thing still happens if the vector is of bytes but the return value of the function is a larger-than-byte integer

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #17 from Jakub Jelinek --- Created attachment 46655 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46655=edit gcc10-pr91201-extr.patch pextrb is indeed not available (added in sse4.1) in -msse2 only, but we indeed can use movd

[Bug ada/87100] FAIL: gnat.dg/config_pragma1.adb execution test

2019-08-01 Thread helge.deller at sap dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87100 --- Comment #3 from Helge Deller --- On 31.07.19 18:16, danglin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87100 > > John David Anglin changed: > > What|Removed |Added >

[Bug lto/91313] [10 regression] r273908 breaks lto on power 7

2019-08-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91313 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug tree-optimization/91169] [10 regression] cd2a31a FAILs

2019-08-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91169 Eric Botcazou changed: What|Removed |Added Component|ada |tree-optimization --- Comment #9 from

[Bug sanitizer/91311] __attribute__ ((aligned (128))) results in stack-use-after-scope and stack-buffer-overflow

2019-08-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91311 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/91313] [10 regression] r273908 breaks lto on power 7

2019-08-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91313 Martin Liška changed: What|Removed |Added Keywords||patch --- Comment #4 from Martin Liška

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-08-01 Thread bisqwit at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #16 from Joel Yliluoma --- In reference to my previous comment, this is the code I tested with and the compiler flags were -Ofast -mno-avx. unsigned char bytes[128]; unsigned char sum (void) {

[Bug tree-optimization/91201] [7/8/9/10 Regression] SIMD not generated for horizontal sum of bytes in array

2019-08-01 Thread bisqwit at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91201 --- Comment #15 from Joel Yliluoma --- Seems to work neatly now. Any reason why on vector size 128, non-AVX, it does the low byte move through the red zone? Are pextrb or movd instructions not available? Or does ABI specify that the upper bits

[Bug c/91192] [9 regression] non-deterministic ICE on invalid

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91192 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/91216] [9 Regression] OpenMP ICE starting with r265930

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91216 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/91301] ICE in omp_add_variable on random access iterator distribute parallel for private (iterator)

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91301 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Thu Aug 1 06:31:20 2019 New Revision: 273966 URL: https://gcc.gnu.org/viewcvs?rev=273966=gcc=rev Log: Backported from mainline 2019-07-31 Jakub Jelinek PR

[Bug c/91192] [9 regression] non-deterministic ICE on invalid

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91192 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Thu Aug 1 06:31:54 2019 New Revision: 273967 URL: https://gcc.gnu.org/viewcvs?rev=273967=gcc=rev Log: Backported from mainline 2019-07-31 Jakub Jelinek PR

[Bug middle-end/91216] [9 Regression] OpenMP ICE starting with r265930

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91216 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Thu Aug 1 06:30:26 2019 New Revision: 273965 URL: https://gcc.gnu.org/viewcvs?rev=273965=gcc=rev Log: Backported from mainline 2019-07-30 Jakub Jelinek PR

[Bug target/91150] [10 Regression] wrong code with -O -mavx512vbmi due to wrong writemask

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91150 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Thu Aug 1 06:29:22 2019 New Revision: 273964 URL: https://gcc.gnu.org/viewcvs?rev=273964=gcc=rev Log: Backported from mainline 2019-07-30 Jakub Jelinek PR

[Bug tree-optimization/91157] [10 Regression] ICE: verify_gimple failed (error: position plus size exceeds size of referenced object in 'bit_field_ref')

2019-08-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91157 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Thu Aug 1 06:28:19 2019 New Revision: 273963 URL: https://gcc.gnu.org/viewcvs?rev=273963=gcc=rev Log: Backported from mainline 2019-07-17 Jakub Jelinek PR

[Bug c++/91317] [7/8/9/10 Regression] false-positive maybe-uninitialized warning in destructor with placement new

2019-08-01 Thread martindorey at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91317 Martin Dorey changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---