[Bug fortran/61459] [4.8/4.9/4.10 Regression] segfault when assigning to allocatable function result from matmul result

2014-07-06 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61459 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug target/61387] [4.10 Regression] ~900 test failures on on x86_64-apple-darwin13 for g++ with -m64 after r211089

2014-07-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61387 --- Comment #11 from Dominique d'Humieres --- Is the following patch acceptable while waiting for a better understanding of the problem? --- ../_clean/gcc/config/i386/i386.c2014-07-02 23:54:09.0 +0200 +++ gcc/config/i386/i386.c20

[Bug fortran/61459] [4.8/4.9/4.10 Regression] segfault when assigning to allocatable function result from matmul result

2014-07-06 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61459 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Commen

[Bug c++/61726] New: Ambiguous overload resolution with inherited op()s

2014-07-06 Thread kaballo86 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61726 Bug ID: 61726 Summary: Ambiguous overload resolution with inherited op()s Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug fortran/61459] [4.8/4.9/4.10 Regression] segfault when assigning to allocatable function result from matmul result

2014-07-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61459 --- Comment #5 from Dominique d'Humieres --- AFAICT the patch also fixes pr58883.

[Bug fortran/58883] Wrong code with realloc on assignment with assigning RESHAPE() to the function result variable

2014-07-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58883 --- Comment #2 from Dominique d'Humieres --- AFAICT this PR is fixed by the patch for pr61459.

[Bug c/61727] New: #pragma simd is undocumented

2014-07-06 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61727 Bug ID: 61727 Summary: #pragma simd is undocumented Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee

[Bug c/6940] taking sizeof array parameter should trigger a warning

2014-07-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6940 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Sun Jul 6 19:00:10 2014 New Revision: 212312 URL: https://gcc.gnu.org/viewcvs?rev=212312&root=gcc&view=rev Log: PR c/6940 * doc/invoke.texi: Document -Wsizeof-array-argument. c

[Bug c/6940] taking sizeof array parameter should trigger a warning

2014-07-06 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6940 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/61727] #pragma simd is undocumented

2014-07-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61727 --- Comment #1 from Andrew Pinski --- Most of the openmp ones are also undocumented, see bug 26154.

[Bug c++/61636] generic lambda "cannot call member function without object"

2014-07-06 Thread abutcher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636 Adam Butcher changed: What|Removed |Added CC|adam at jessamine dot co.uk|abutcher at gcc dot gnu.org --- C

[Bug c++/61636] generic lambda "cannot call member function without object"

2014-07-06 Thread abutcher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636 --- Comment #5 from Adam Butcher --- In an attempt to get a reduced testcase, I've uncovered an ICE. With the extra "this->" qualification on the reference to 'f' below, the code compiles fine. Alternatively, if 'this' is explicitly captured, t

[Bug libstdc++/61728] New: [4.10 regression] lost symbol FUNC:_ZNK10__cxxabiv117__pbase_type_info15__pointer_catchEPKS0_PPvj@@CXXABI_1.3

2014-07-06 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61728 Bug ID: 61728 Summary: [4.10 regression] lost symbol FUNC:_ZNK10__cxxabiv117__pbase_type_info15__pointer_ca tchEPKS0_PPvj@@CXXABI_1.3 Product: gcc Version: 4.10.0

[Bug c++/61538] g++ compiled binary, linked to glibc libpthread, hangs on SGI MIPS R1x000 systems on Linux

2014-07-06 Thread kumba at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61538 --- Comment #12 from Joshua Kinard --- So I discovered the presence of the --disable-linux-futex configure flag, rebuilt gcc-4.9.0 with it, and tested my conftest.c testcase, and can confirm that the resulting binary no longer hangs on a futex sy

[Bug c++/61636] generic lambda "cannot call member function without object"

2014-07-06 Thread abutcher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636 Adam Butcher changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61729] New: FAIL: g++.dg/abi/scoped1.C -std=gnu++11 execution test

2014-07-06 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61729 Bug ID: 61729 Summary: FAIL: g++.dg/abi/scoped1.C -std=gnu++11 execution test Product: gcc Version: 4.10.0 Status: UNCONFIRMED Keywords: wrong-code S

[Bug c++/61636] generic lambda "cannot call member function without object"

2014-07-06 Thread tower120 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636 --- Comment #7 from tower120 --- I'm not sure what you mean, about adding "this->". But this case is not working : http://coliru.stacked-crooked.com/a/d69de477f9a746cb But to be true, it not work with clang either.

[Bug bootstrap/61679] build fails with G++ 4.5.1 - prototype for hash_table does not match any in class

2014-07-06 Thread tsaunders at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61679 --- Comment #6 from Trevor Saunders --- > --- Comment #4 from Gary Funck --- > Created attachment 33076 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33076&action=edit > make log after trying patch thanks! I think the attached patch sh

[Bug bootstrap/61679] build fails with G++ 4.5.1 - prototype for hash_table does not match any in class

2014-07-06 Thread gary at intrepid dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61679 --- Comment #7 from Gary Funck --- (In reply to Trevor Saunders from comment #6) > thanks! I think the attached patch should fix all of those issues, would > you mind testing it? Confirmed. With that patch, the stage1 compiler compiled successf

[Bug middle-end/61225] [4.10 Regression] Several new failures after r210458 on x86_64-*-* with -m32

2014-07-06 Thread zhenqiang.chen at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225 --- Comment #10 from zhenqiang.chen at linaro dot org --- Yes. I see. The patch is in review. But no feedback although I had pinged it for three times. https://gcc.gnu.org/ml/gcc-patches/2014-06/msg01325.html I will go on ping it.

[Bug libfortran/61640] KIND=4 Character Array Internal Unit Read Fail

2014-07-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Mon Jul 7 03:35:09 2014 New Revision: 212319 URL: https://gcc.gnu.org/viewcvs?rev=212319&root=gcc&view=rev Log: 2014-07-06 Jerry DeLisle Backport from trunk. PR libgfortr

[Bug libfortran/61499] [4.9/4.10 Regression] Internal read of negative integer broken

2014-07-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61499 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/61640] KIND=4 Character Array Internal Unit Read Fail

2014-07-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640 --- Comment #7 from Jerry DeLisle --- Author: jvdelisle Date: Mon Jul 7 03:58:16 2014 New Revision: 212321 URL: https://gcc.gnu.org/viewcvs?rev=212321&root=gcc&view=rev Log: 2014-07-06 Jerry DeLisle Backport from mainline. PR libgfo

[Bug libfortran/61640] KIND=4 Character Array Internal Unit Read Fail

2014-07-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/61640] KIND=4 Character Array Internal Unit Read Fail

2014-07-06 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640 --- Comment #9 from Jerry DeLisle --- Author: jvdelisle Date: Mon Jul 7 04:22:29 2014 New Revision: 212322 URL: https://gcc.gnu.org/viewcvs?rev=212322&root=gcc&view=rev Log: 2014-07-06 Jerry DeLisle PR libgfortran/61640 * gfortran.d

[Bug target/61730] New: Cygwin AVX __m256i return value misaligned

2014-07-06 Thread roland at rschulz dot eu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61730 Bug ID: 61730 Summary: Cygwin AVX __m256i return value misaligned Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target