[Bug bootstrap/86316] tree-vect-loop.c possible uninitialized variable

2018-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86316 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/86316] tree-vect-loop.c possible uninitialized variable

2018-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86316 --- Comment #2 from Richard Biener --- Author: rguenth Date: Tue Jun 26 06:42:46 2018 New Revision: 262132 URL: https://gcc.gnu.org/viewcvs?rev=262132&root=gcc&view=rev Log: 2018-06-26 Richard Biener PR tree-optimization/86287

[Bug tree-optimization/86287] [9 Regression] AddressSanitizer: heap-use-after-free on bootstrap with -O3

2018-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86287 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Jun 26 06:42:46 2018 New Revision: 262132 URL: https://gcc.gnu.org/viewcvs?rev=262132&root=gcc&view=rev Log: 2018-06-26 Richard Biener PR tree-optimization/86287

[Bug tree-optimization/86287] [9 Regression] AddressSanitizer: heap-use-after-free on bootstrap with -O3

2018-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86287 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/86271] ICE due to size mismatch when inlining

2018-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86271 Richard Biener changed: What|Removed |Added Keywords||ice-checking Status|ASSIGNE

[Bug ipa/86271] ICE due to size mismatch when inlining

2018-06-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86271 --- Comment #4 from Richard Biener --- Author: rguenth Date: Tue Jun 26 06:40:43 2018 New Revision: 262131 URL: https://gcc.gnu.org/viewcvs?rev=262131&root=gcc&view=rev Log: 2018-06-26 Richard Biener PR middle-end/86271 * fol

[Bug debug/86064] [8/9 Regression] compiling Linux kernel: Error: can't resolve `.text.unlikely' {.text.unlikely section} - `.LVL43x' {.text section}

2018-06-25 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86064 --- Comment #11 from Alexandre Oliva --- Author: aoliva Date: Tue Jun 26 05:44:26 2018 New Revision: 262130 URL: https://gcc.gnu.org/viewcvs?rev=262130&root=gcc&view=rev Log: [PR86064] split single cross-partition range with nonzero locviews We

[Bug web/86315] Bugzilla: add "cc count" and "duplicate count" columns

2018-06-25 Thread LpSolit at netscape dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86315 Frédéric Buclin changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/86319] New: [9 Regression] ICE in vect_transform_stmt

2018-06-25 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86319 Bug ID: 86319 Summary: [9 Regression] ICE in vect_transform_stmt Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Prio

[Bug fortran/71612] [Coarray] Wrongly rejects coindexed variables in READ

2018-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71612 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug web/86315] Bugzilla: add "cc count" and "duplicate count" columns

2018-06-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86315 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug tree-optimization/86318] New: const local aggregates can be assumed not to be modified even when escaped

2018-06-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86318 Bug ID: 86318 Summary: const local aggregates can be assumed not to be modified even when escaped Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug target/85424] The __builtin_packlongdouble function might have issues with the output overlapping the inputs

2018-06-25 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85424 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/85424] The __builtin_packlongdouble function might have issues with the output overlapping the inputs

2018-06-25 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85424 --- Comment #2 from Michael Meissner --- Author: meissner Date: Mon Jun 25 23:28:27 2018 New Revision: 262122 URL: https://gcc.gnu.org/viewcvs?rev=262122&root=gcc&view=rev Log: 2018-06-25 Michael Meissner Back port from trunk

[Bug c++/86296] Creating a pointer class for a unique_ptr<>() deleter fails with optimizations

2018-06-25 Thread alexis at m2osw dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86296 --- Comment #3 from Alexis Wilke --- Okay, I understand and fixed my pointer class and its usage (i.e. I not have an "operator T () const" instead of "T & operator * ()" and I use "safe_fd.get()" instead of "*safe_fd"). However, as an FYI, I tri

[Bug c++/84140] Inline friends are not constrained by concepts

2018-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84140 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/84140] Inline friends are not constrained by concepts

2018-06-25 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84140 --- Comment #2 from Casey Carter --- *** Bug 69096 has been marked as a duplicate of this bug. ***

[Bug c++/69096] [concepts] return type deduction before checking constraint satisfaction

2018-06-25 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69096 Casey Carter changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/67491] [meta-bug] concepts issues

2018-06-25 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491 Bug 67491 depends on bug 69096, which changed state. Bug 69096 Summary: [concepts] return type deduction before checking constraint satisfaction https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69096 What|Removed |

[Bug c++/84140] Inline friends are not constrained by concepts

2018-06-25 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84140 Casey Carter changed: What|Removed |Added CC||Casey at Carter dot net --- Comment #1 fr

[Bug tree-optimization/86265] Wrong code on an invalid code starting with r255790

2018-06-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86265 --- Comment #6 from Martin Sebor --- The strlen range optimization doesn't take advantage of undefined behavior -- like all other optimizations, it simply assumes code is free of it. I have two goals for the warnings I work on: a) most important

[Bug sanitizer/84043] -fsanitize=alignment leads to massive compile time

2018-06-25 Thread sduvan.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84043 Johan Alfredsson changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #5 from Johan Alfr

[Bug libstdc++/86112] [8/9 Regression] Python printers don't work on Python 2.6

2018-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86112 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/86112] [8/9 Regression] Python printers don't work on Python 2.6

2018-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86112 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Mon Jun 25 21:06:56 2018 New Revision: 262116 URL: https://gcc.gnu.org/viewcvs?rev=262116&root=gcc&view=rev Log: PR libstdc++/86112 fix printers for Python 2.6 Dict comprehensions are o

[Bug libstdc++/86112] [8/9 Regression] Python printers don't work on Python 2.6

2018-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86112 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Mon Jun 25 21:03:49 2018 New Revision: 262115 URL: https://gcc.gnu.org/viewcvs?rev=262115&root=gcc&view=rev Log: PR libstdc++/86112 fix printers for Python 2.6 Dict comprehensions are o

[Bug target/86317] New: ICE: in sched_speculate_insn, at haifa-sched.c:8703 when building OpenJDK-11 on ia64

2018-06-25 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86317 Bug ID: 86317 Summary: ICE: in sched_speculate_insn, at haifa-sched.c:8703 when building OpenJDK-11 on ia64 Product: gcc Version: 8.1.1 URL: https://buildd.debian.org/

[Bug tree-optimization/86204] [9 Regression] wrong strlen result after prior strnlen

2018-06-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86204 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/86204] [9 Regression] wrong strlen result after prior strnlen

2018-06-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86204 --- Comment #2 from Martin Sebor --- Author: msebor Date: Mon Jun 25 20:46:45 2018 New Revision: 262114 URL: https://gcc.gnu.org/viewcvs?rev=262114&root=gcc&view=rev Log: PR tree-optimization/86204 - wrong strlen result after prior strnlen gcc

[Bug tree-optimization/83819] [meta-bug] missing strlen optimizations

2018-06-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819 Bug 83819 depends on bug 86204, which changed state. Bug 86204 Summary: [9 Regression] wrong strlen result after prior strnlen https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86204 What|Removed |Added -

[Bug tree-optimization/85700] Spurious -Wstringop-truncation warning with strncat

2018-06-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85700 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/81092] Missing symbols for new std::wstring constructors

2018-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81092 --- Comment #16 from Jonathan Wakely --- Author: redi Date: Mon Jun 25 20:36:51 2018 New Revision: 262112 URL: https://gcc.gnu.org/viewcvs?rev=262112&root=gcc&view=rev Log: Update powerpc64-linux-gnu/baseline_symbols.txt PR libstdc++/81

[Bug libstdc++/81092] Missing symbols for new std::wstring constructors

2018-06-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81092 --- Comment #17 from Jonathan Wakely --- Author: redi Date: Mon Jun 25 20:37:05 2018 New Revision: 262113 URL: https://gcc.gnu.org/viewcvs?rev=262113&root=gcc&view=rev Log: Update powerpc64-linux-gnu/baseline_symbols.txt PR libstdc++/81

[Bug tree-optimization/85700] Spurious -Wstringop-truncation warning with strncat

2018-06-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85700 --- Comment #4 from Martin Sebor --- Author: msebor Date: Mon Jun 25 20:33:28 2018 New Revision: 262110 URL: https://gcc.gnu.org/viewcvs?rev=262110&root=gcc&view=rev Log: PR tree-optimization/85700 - Spurious -Wstringop-truncation warning with s

[Bug target/85075] powerpc: ICE in iszero testcase

2018-06-25 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85075 Michael Meissner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/80290] [6/7/8/9 Regression] g++ uses unreasonable amount of memory compiling nested string maps

2018-06-25 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80290 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug fortran/86313] make -Warray-temporaries less noisy

2018-06-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86313 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P5 Status|UNCONFIRMED

[Bug fortran/83183] Out of memory with option -finit-derived

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83183 Fritz Reese changed: What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2017-11-27 00:

[Bug web/86315] Bugzilla: add "cc count" and "duplicate count" columns

2018-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86315 --- Comment #2 from Andrew Pinski --- +1.

[Bug fortran/83088] [8/9 Regression] ICE with -init-derived

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83088 --- Comment #6 from Fritz Reese --- Author: foreese Date: Mon Jun 25 19:23:49 2018 New Revision: 262107 URL: https://gcc.gnu.org/viewcvs?rev=262107&root=gcc&view=rev Log: 2018-06-25 Fritz Reese PR fortran/82972 PR fortran/830

[Bug fortran/82972] [8/9 Regression] ICE with -finit-derived in gfc_conv_structure, at fortran/trans-expr.c:7733 (and others)

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82972 --- Comment #10 from Fritz Reese --- Author: foreese Date: Mon Jun 25 19:23:49 2018 New Revision: 262107 URL: https://gcc.gnu.org/viewcvs?rev=262107&root=gcc&view=rev Log: 2018-06-25 Fritz Reese PR fortran/82972 PR fortran/83

[Bug fortran/85851] [8/9 Regression] ICE in gfc_conv_structure Segmentation fault at trans-expr.c:7810

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85851 --- Comment #6 from Fritz Reese --- Author: foreese Date: Mon Jun 25 19:23:49 2018 New Revision: 262107 URL: https://gcc.gnu.org/viewcvs?rev=262107&root=gcc&view=rev Log: 2018-06-25 Fritz Reese PR fortran/82972 PR fortran/830

[Bug fortran/83088] [8/9 Regression] ICE with -init-derived

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83088 --- Comment #5 from Fritz Reese --- Author: foreese Date: Mon Jun 25 19:07:03 2018 New Revision: 262106 URL: https://gcc.gnu.org/viewcvs?rev=262106&root=gcc&view=rev Log: 2018-06-25 Fritz Reese PR fortran/82972 PR fortran/83

[Bug fortran/85851] [8/9 Regression] ICE in gfc_conv_structure Segmentation fault at trans-expr.c:7810

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85851 --- Comment #5 from Fritz Reese --- Author: foreese Date: Mon Jun 25 19:07:03 2018 New Revision: 262106 URL: https://gcc.gnu.org/viewcvs?rev=262106&root=gcc&view=rev Log: 2018-06-25 Fritz Reese PR fortran/82972 PR fortran/83

[Bug fortran/82972] [8/9 Regression] ICE with -finit-derived in gfc_conv_structure, at fortran/trans-expr.c:7733 (and others)

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82972 --- Comment #9 from Fritz Reese --- Author: foreese Date: Mon Jun 25 19:07:03 2018 New Revision: 262106 URL: https://gcc.gnu.org/viewcvs?rev=262106&root=gcc&view=rev Log: 2018-06-25 Fritz Reese PR fortran/82972 PR fortran/83

[Bug fortran/85851] [8/9 Regression] ICE in gfc_conv_structure Segmentation fault at trans-expr.c:7810

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85851 Bug 85851 depends on bug 82972, which changed state. Bug 82972 Summary: [8/9 Regression] ICE with -finit-derived in gfc_conv_structure, at fortran/trans-expr.c:7733 (and others) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82972 What

[Bug fortran/82972] [8/9 Regression] ICE with -finit-derived in gfc_conv_structure, at fortran/trans-expr.c:7733 (and others)

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82972 Fritz Reese changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/83088] [8/9 Regression] ICE with -init-derived

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83088 Bug 83088 depends on bug 82972, which changed state. Bug 82972 Summary: [8/9 Regression] ICE with -finit-derived in gfc_conv_structure, at fortran/trans-expr.c:7733 (and others) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82972 What

[Bug fortran/85851] [8/9 Regression] ICE in gfc_conv_structure Segmentation fault at trans-expr.c:7810

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85851 Fritz Reese changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/82972] [8/9 Regression] ICE with -finit-derived in gfc_conv_structure, at fortran/trans-expr.c:7733 (and others)

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82972 Fritz Reese changed: What|Removed |Added CC||zeccav at gmail dot com --- Comment #7 fro

[Bug fortran/82972] [8/9 Regression] ICE with -finit-derived in gfc_conv_structure, at fortran/trans-expr.c:7733 (and others)

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82972 Fritz Reese changed: What|Removed |Added CC||valeryweber at hotmail dot com --- Comment

[Bug fortran/83088] [8/9 Regression] ICE with -init-derived

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83088 Fritz Reese changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/86153] [9 regression] test case g++.dg/pr83239.C fails starting with r261585

2018-06-25 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86153 Steve Ellcey changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #4 fro

[Bug fortran/83088] [8/9 Regression] ICE with -init-derived

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83088 --- Comment #3 from Fritz Reese --- Author: foreese Date: Mon Jun 25 18:33:11 2018 New Revision: 262104 URL: https://gcc.gnu.org/viewcvs?rev=262104&root=gcc&view=rev Log: Fix -finit-derived for c_ptr and c_funptr in programs which use i

[Bug fortran/85851] [8/9 Regression] ICE in gfc_conv_structure Segmentation fault at trans-expr.c:7810

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85851 --- Comment #3 from Fritz Reese --- Author: foreese Date: Mon Jun 25 18:33:11 2018 New Revision: 262104 URL: https://gcc.gnu.org/viewcvs?rev=262104&root=gcc&view=rev Log: Fix -finit-derived for c_ptr and c_funptr in programs which use i

[Bug fortran/82972] [8/9 Regression] ICE with -finit-derived in gfc_conv_structure, at fortran/trans-expr.c:7733 (and others)

2018-06-25 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82972 --- Comment #5 from Fritz Reese --- Author: foreese Date: Mon Jun 25 18:33:11 2018 New Revision: 262104 URL: https://gcc.gnu.org/viewcvs?rev=262104&root=gcc&view=rev Log: Fix -finit-derived for c_ptr and c_funptr in programs which use i

[Bug tree-optimization/86231] [6/7 Regression] vrp_meet causes wrong-code

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86231 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/86210] [6/7 Regression] Missing -Wnonnull warning for function defined in the same TU

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86210 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/85945] [6/7 Regression] ICE in resolve_subreg_use, at lower-subreg.c:751

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85945 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85659] [6/7 Regression] ICE with inline assembly inside virtual function

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85659 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/85878] [6/7 Regression] ICE in convert_mode_scalar, at expr.c:287

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85878 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/85300] [6 Regression] ICE in exact_int_to_float_conversion_p, at simplify-rtx.c:895

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85300 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/85257] [6/7 Regression] wrong code with -O -fno-tree-ccp and reading zeroed vector member

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85257 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/85252] [6/7 Regression] ICE with -g for static zero-length array initialization

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85252 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/85167] [6/7 Regression] shrink-wrap.c:333:15: runtime error with UBSAN

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85167 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/63426] [meta-bug] Issues found with -fsanitize=undefined

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426 Bug 63426 depends on bug 85167, which changed state. Bug 85167 Summary: [6/7 Regression] shrink-wrap.c:333:15: runtime error with UBSAN https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85167 What|Removed |Added ---

[Bug testsuite/86016] New tests for r260978 report excess errors

2018-06-25 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86016 Steve Ellcey changed: What|Removed |Added Last reconfirmed|2018-06-01 00:00:00 |2018-6-25 CC|

[Bug c++/85147] [6 Regression] ICE with invalid variadic template-template parameter

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85147 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85140] [6 Regression] ICE with invalid use of alignas

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85140 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85076] [6 Regression] ICE with invalid template used as lambda argument

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85076 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug inline-asm/85022] [6/7 Regression] internal compiler error: in write_dependence_p, at alias.c:3003

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85022 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85068] [6 Regression] ICE with invalid covariant return type hierarchy

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85068 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug inline-asm/85034] [6/7 Regression] -O1 internal compiler error: in elimination_costs_in_insn, at reload1.c:3633

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85034 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/84953] [6/7 Regression] misleading warning from strpbrk(x,"")

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84953 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/84899] [6 Regression] ICE: in final_scan_insn_1, at final.c:3139 (error: could not split insn)

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84899 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug inline-asm/84941] [6/7 Regression] internal compiler error: in reg_overlap_mentioned_p, at rtlanal.c:1870 (reg_overlap_mentioned_p()/match_asm_constraints_1())

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84941 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84791] ICE with broken OpenMP reduction clause

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84791 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84874] [6/7 Regression] internal compiler error: in reshape_init_class, at cp/decl.c:5800

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84874 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/84875] [6/7 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2348 on s390x

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84875 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/84786] [miscompilation] vunpcklpd accessing xmm16-22 targeting KNL

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84786 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84767] [6 Regression] ICE with pointer to VLA

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84767 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/84772] powerpc-spe: Spurious "is used uninitialized" warning, or possibly incorrect codegen for va_arg(long double)

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84772 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 84772, which changed state. Bug 84772 Summary: powerpc-spe: Spurious "is used uninitialized" warning, or possibly incorrect codegen for va_arg(long double) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84772 Wh

[Bug target/84700] [6 Regression] ICE on 32-bit BE powerpc targets w/ -misel -O1

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84700 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/84739] [6/7 Regression] ICE in get_value_for_expr, at tree-ssa-ccp.c:649

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84739 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84662] [6/7 Regression] internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in is_bitfield_expr_with_lowered_type, at cp/typeck.c:1944

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84662 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug inline-asm/84625] [6 Regression] ICE with empty constraint and vector constant

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84625 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84558] [6 Regression] ICE with invalid constexpr constructor

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84558 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84448] [6 Regression] ICE with broken condition in parallel for loop

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84448 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84341] [6 Regression] ICE with #pragma omp atomic

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84341 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/79078] Warnings from deprecated attribute are too noisy

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79078 Bug 79078 depends on bug 84222, which changed state. Bug 84222 Summary: [6/7 Regression] [[deprecated]] class complains about internal class usage https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84222 What|Removed

[Bug c++/84222] [6/7 Regression] [[deprecated]] class complains about internal class usage

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84222 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/84076] [6/7 Regression] Warning about objects through POD mistakenly claims the object is a pointer

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84076 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/83986] [6 Regression] ICE in maybe_record_trace_start, at dwarf2cfi.c:2348

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83986 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/83987] [6 Regression] ICE with OpenMP, sanitizer and virtual bases

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83987 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/83930] [6 Regression] ICE: RTL check: expected code 'const_int', have 'mem' in simplify_binary_operation_1, at simplify-rtx.c:3302

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83930 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/83824] [6 Regression] ICE on invalid C++ code with alignas: in chainon, at tree.c:3037

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83824 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/83605] [6 Regression] ICE: verify_gimple failed (error: dead STMT in EH table)

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83605 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/83553] [6 Regression] compiler removes body of the for-loop, although there is a case label inside

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83553 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug web/86315] Bugzilla: add "cc count" and "duplicate count" columns

2018-06-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86315 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/83550] [6 Regression] Bad location of DW_TAG_structure_type with forward declaration since r224161

2018-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83550 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

  1   2   3   4   >