[Bug ipa/90891] lto-bootstrap with ada enabled broken on x86_64

2019-06-15 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90891 Dmitry G. Dyachenko changed: What|Removed |Added CC||dimhen at gmail dot com --- Commen

[Bug fortran/90890] segfault on LHS memory reallocation

2019-06-15 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90890 --- Comment #3 from Steve Kargl --- On Sat, Jun 15, 2019 at 11:08:43PM +, bharat.mahajan at hotmail dot com wrote: > > I forgot to mention that code runs with no issues with ifort. Second, then why > the following code works with gfortran?

[Bug fortran/90890] segfault on LHS memory reallocation

2019-06-15 Thread bharat.mahajan at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90890 --- Comment #2 from Bharat Mahajan --- (In reply to kargl from comment #1) > (In reply to Bharat Mahajan from comment #0) > > The following program fails with segfault: > > > > program test > > implicit none > > real, dimension(:), allo

[Bug fortran/90890] segfault on LHS memory reallocation

2019-06-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90890 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ipa/90891] New: lto-bootstrap with ada enabled broken on x86_64

2019-06-15 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90891 Bug ID: 90891 Summary: lto-bootstrap with ada enabled broken on x86_64 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ip

[Bug fortran/90890] New: segfault on LHS memory reallocation

2019-06-15 Thread bharat.mahajan at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90890 Bug ID: 90890 Summary: segfault on LHS memory reallocation Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug other/43748] build machinery insufficient for installing target specific .def files as plugin headers

2019-06-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43748 Eric Gallager changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #3

[Bug tree-optimization/46029] -ftree-loop-if-convert-stores causes FAIL: libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc

2019-06-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46029 --- Comment #7 from Eric Gallager --- the pb_ds directory might be removed in the future; might want to retitle this to clarify that the underlying issue is actually in the compiler and the pb_ds testcase only happens to expose it, so that this b

[Bug lto/90889] snapshot 20190614 fails to build Ada with LTO

2019-06-15 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90889 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org,

[Bug middle-end/64242] Longjmp expansion incorrect

2019-06-15 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 --- Comment #28 from dave.anglin at bell dot net --- On 2019-06-14 10:13 a.m., wilco at gcc dot gnu.org wrote: > Given there are many possible stack layouts, the easiest option would be to > clear the input buffer so it will jump to a null pointer

[Bug c++/60364] [[noreturn]] specified for second declaration but not first doesn't result in a diagnostic

2019-06-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60364 Marek Polacek changed: What|Removed |Added Keywords||patch Status|NEW

[Bug objc/90709] [meta-bug] GNU Objective C (C++) cannot consume current headers on Darwin platforms.

2019-06-15 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90709 --- Comment #5 from Iain Sandoe --- Author: iains Date: Sat Jun 15 14:03:44 2019 New Revision: 272327 URL: https://gcc.gnu.org/viewcvs?rev=272327&root=gcc&view=rev Log: [objective-c/c++, testsuite, 3/3] Workaround for PR90709. Use the CF-CFStri

[Bug objc/90709] [meta-bug] GNU Objective C (C++) cannot consume current headers on Darwin platforms.

2019-06-15 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90709 --- Comment #4 from Iain Sandoe --- Author: iains Date: Sat Jun 15 14:00:24 2019 New Revision: 272326 URL: https://gcc.gnu.org/viewcvs?rev=272326&root=gcc&view=rev Log: [objective-c/c++, testsuite, 2/3] Workaround for PR90709. Use the CF-CFStri

[Bug objc/90709] [meta-bug] GNU Objective C (C++) cannot consume current headers on Darwin platforms.

2019-06-15 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90709 --- Comment #3 from Iain Sandoe --- Author: iains Date: Sat Jun 15 13:54:36 2019 New Revision: 272325 URL: https://gcc.gnu.org/viewcvs?rev=272325&root=gcc&view=rev Log: [objective-c/c++, testsuite, 1/3] Workaround for PR90709. Since we cannot p

[Bug c++/63149] wrong auto deduction from braced-init-list

2019-06-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63149 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/89713] Optimize away an empty loop whose finiteness can not be analytically determined

2019-06-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89713 --- Comment #7 from Tom de Vries --- Author: vries Date: Sat Jun 15 12:01:30 2019 New Revision: 272324 URL: https://gcc.gnu.org/viewcvs?rev=272324&root=gcc&view=rev Log: [nvptx, libgomp] Update pr85381-{2,4}.c test-cases After the fix for "PR t

[Bug middle-end/90779] Fortran array initialization in offload regions

2019-06-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90779 --- Comment #12 from Tom de Vries --- *** Bug 84592 has been marked as a duplicate of this bug. ***

[Bug lto/84592] [openacc,openmp] lto1: ICE in input_varpool_node, at lto-cgraph.c:1424: for function static var

2019-06-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84592 Tom de Vries changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/90577] [9/10 Regression] FAIL: gfortran.dg/lrshift_1.f90 with -O(2|3) and -flto

2019-06-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90577 --- Comment #7 from Dominique d'Humieres --- > Fixed on trunk for the invalid testcase. Can someone please check/confirm > that it solves the LTO issues? Confirmed. It would be nice to understand why revision r268992 exposed the problem. It wo

[Bug fortran/68544] ICE trying to pass derived type constructor as a function

2019-06-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68544 --- Comment #13 from Dominique d'Humieres --- Note that the test z4.f90 in comment 6 is still accepted.

[Bug middle-end/90779] Fortran array initialization in offload regions

2019-06-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90779 --- Comment #11 from Tom de Vries --- (In reply to Thomas Schwinge from comment #1) > Same for OpenACC ('!$acc parallel copyout(v)'). > > > Thsi sounds similar to PR85063, >

[Bug middle-end/84992] [openacc] function static var in parallel

2019-06-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84992 --- Comment #2 from Tom de Vries --- (In reply to Tom de Vries from comment #0) > When compiling this openacc testcase: > > #include > > int > main (void) > { > int n[1]; > n[0] = 3; > #pragma acc parallel copy(n) > { > static co

[Bug target/88952] The asm operator modifiers for rs6000 should be documented like they are for x86

2019-06-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88952 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug lto/84592] [openacc,openmp] lto1: ICE in input_varpool_node, at lto-cgraph.c:1424: for function static var

2019-06-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84592 Tom de Vries changed: What|Removed |Added CC||jakub at redhat dot com --- Comment #12 f

[Bug tree-optimization/90009] [nvptx] ICE when OpenACC region has num_workers>1

2019-06-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90009 Tom de Vries changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/90779] Fortran array initialization in offload regions

2019-06-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90779 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Sat Jun 15 07:09:04 2019 New Revision: 272322 URL: https://gcc.gnu.org/viewcvs?rev=272322&root=gcc&view=rev Log: PR middle-end/90779 * gimplify.c: Include omp-offload.h a

[Bug tree-optimization/90009] [nvptx] ICE when OpenACC region has num_workers>1

2019-06-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90009 --- Comment #5 from Tom de Vries --- Author: vries Date: Sat Jun 15 07:06:19 2019 New Revision: 272321 URL: https://gcc.gnu.org/viewcvs?rev=272321&root=gcc&view=rev Log: [openacc] Disable pass_thread_jumps for IFN_UNIQUE If we compile the opena