[Bug c++/67910] Two autos in a single function confuses the type system

2015-10-09 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67910 Guille changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/67910] Two autos in a single function confuses the type system

2015-10-09 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67910 --- Comment #6 from Guille --- Can confirm it does compile on gcc version 6.0.0 20151004.

[Bug libstdc++/63176] std::generate_canonical::digits>() generates 1.0f

2015-10-09 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63176 TC changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment #3 from TC ---

[Bug tree-optimization/67916] New: wrong code at -O3 on x86_64-linux-gnu

2015-10-09 Thread su at cs dot ucdavis.edu
: posix gcc version 6.0.0 20151009 (experimental) [trunk revision 228653] (GCC) $ $ gcc-trunk -O2 small.c; ./a.out $ gcc-5.2 -O3 small.c; ./a.out $ $ gcc-trunk -O3 small.c $ ./a.out Aborted (core dumped) $ int a[6], b = 1, d, e; long long c; static

[Bug debug/65779] [5/6 Regression] undefined local symbol on powerpc [regression]

2015-10-09 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65779 --- Comment #12 from baoshan --- (In reply to Andrew Pinski from comment #11) > I suspect this was fixed for GCC 6 with the patch that fixed bug 67789 > (which is the more correct patch). I think they are two different issues. 67789 is duplicate

[Bug debug/65779] [5/6 Regression] undefined local symbol on powerpc [regression]

2015-10-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65779 --- Comment #11 from Andrew Pinski --- I suspect this was fixed for GCC 6 with the patch that fixed bug 67789 (which is the more correct patch).

[Bug debug/65779] [5/6 Regression] undefined local symbol on powerpc [regression]

2015-10-09 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65779 --- Comment #10 from baoshan --- This is my fix for this issue, any comment is welcome. --- 10 gcc/function.c |5 +++-- 11 1 files changed, 3 insertions(+), 2 deletions(-) 12 13 diff --git a/gcc/function.c b/gcc/functi

[Bug tree-optimization/67915] New: ICE on valid code at -O2 and -O3 on x86_64-linux-gnu

2015-10-09 Thread su at cs dot ucdavis.edu
-werror --enable-multilib Thread model: posix gcc version 6.0.0 20151009 (experimental) [trunk revision 228653] (GCC) $ $ gcc-trunk -Os -c small.c $ gcc-5.2 -O2 -c small.c $ $ gcc-trunk -O2 -c small.c small.c: In function ‘fn2’: small.c:10:1: internal compiler error: Segmentation fault fn2

[Bug translation/67892] [5/6 Regression] Wrong code at -O1 and above

2015-10-09 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67892 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #2 fr

[Bug c/67914] Unrecognized command line argument warning not shown unless there is another warning for -Wno-*

2015-10-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67914 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/63499] gcc treats unknown -Wno-xxx options differently than -Wxxx

2015-10-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63499 Andrew Pinski changed: What|Removed |Added CC||e...@coeus-group.com --- Comment #5 from

[Bug c/67914] New: Unrecognized command line argument warning not shown unless there is another warning for -Wno-*

2015-10-09 Thread e...@coeus-group.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67914 Bug ID: 67914 Summary: Unrecognized command line argument warning not shown unless there is another warning for -Wno-* Product: gcc Version: unknown Status: UNCONFIRMED

[Bug fortran/64945] Structure constructors and non-NULL-data-targets and polymorphic pointer components

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64945 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/57126] Matching host-associated generic vs. same-named use-associated generic

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57126 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/56758] Missing bounds check for explict-size arrays (+ character scalar storage association)

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56758 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/67913] new expression with negative size not diagnosed

2015-10-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67913 --- Comment #1 from Martin Sebor --- The following otherwise untested patch makes GCC reject new expressions with negative numbers of elements: @@ -3066,6 +3378,14 @@ build_new (vec **placement, tree type, tree nelts, else

[Bug c++/67913] New: new expression with negative size not diagnosed

2015-10-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67913 Bug ID: 67913 Summary: new expression with negative size not diagnosed Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/67910] Two autos in a single function confuses the type system

2015-10-09 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67910 --- Comment #5 from Guille --- (In reply to Marc Glisse from comment #4) > This seems to be already fixed on trunk. Just tested on most recent gcc version 5.2.1 20151006 (GCC) and it doesn't compile: t.c: In function ‘int main()’: t.c:10:12: e

[Bug middle-end/47595] c-c++-common/uninit-17.c fails test for warnings when -fgraphite-identity enabled at -O2

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47595 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/67909] [6 Regression] 416.gamess in SPEC CPU 2006 is miscompiled

2015-10-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67909 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 --- Comment #8 from Mikael Morin --- (In reply to Dominique d'Humieres from comment #7) > AFAICT the (l\u)bound have been set by r190098. Mikael CCed. I think that revision just made scalarization work. For the calls with the dim= argument, I do

[Bug fortran/67757] ICE after "ambiguous reference"

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67757 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/67912] New: [6 regression] ICE in gen_lowpart_common, at emit-rtl.c:1399

2015-10-09 Thread ro at gcc dot gnu.org
-solaris2.10/include -isystem /vol/gcc/i386-pc-solaris2.10/sys-include-c -g -O2 -m64 -fpic -W -Wall -gnatpg -nostdinc -m64 s-regpat.adb -o s-regpat.o +===GNAT BUG DETECTED==+ | 6.0.0 20151009 (experimental) [trunk revision 228636] (i386-pc

[Bug middle-end/67912] [6 regression] ICE in gen_lowpart_common, at emit-rtl.c:1399

2015-10-09 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67912 Rainer Orth changed: What|Removed |Added Target Milestone|--- |6.0

[Bug c++/67910] Two autos in a single function confuses the type system

2015-10-09 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67910 Marc Glisse changed: What|Removed |Added Severity|major |normal --- Comment #4 from Marc Glisse --

[Bug c++/67911] new expression fails to align overaligned types

2015-10-09 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67911 --- Comment #1 from Marc Glisse --- (I thought we already had a PR or 2 about this) The future is likely to be based on http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0035r0.html but sadly this is moving forward quite slowly. Users can

[Bug libstdc++/67903] std::locale compatibility between gcc4.9 and gcc5.1

2015-10-09 Thread ylow at graphlab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67903 --- Comment #4 from Yucheng Low --- I have tried version scripts and it ought to work but I couldn't quite figure out what symbols to hide. In any case, the proposed modification does fix a questionable bit of code in locale.cc (i.e. the resize

[Bug c++/67910] Two autos in a single function confuses the type system

2015-10-09 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67910 --- Comment #3 from Guille --- gcc 5.2.0: -Wall -Wextra -std=c++1y

[Bug c++/67910] Two autos in a single function confuses the type system

2015-10-09 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67910 --- Comment #2 from Guille --- struct A {}; struct B {}; static auto f(auto b) -> A { return A(); } // error: could not convert 'A()' from 'A' to 'B' int main() { A a = f(B()); // error: conversion from 'B' to non-scalar type 'A' requeste

[Bug c++/67911] New: new expression fails to align overaligned types

2015-10-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67911 Bug ID: 67911 Summary: new expression fails to align overaligned types Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/67910] Two autos in a single function confuses the type system

2015-10-09 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67910 --- Comment #1 from Guille --- Ignore "__attribute__((unused))", it was added by mistake.

[Bug c++/67910] New: Two autos in a single function confuses the type system

2015-10-09 Thread guille at cal dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67910 Bug ID: 67910 Summary: Two autos in a single function confuses the type system Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: major Priorit

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 50210, which changed state. Bug 50210 Summary: [4.9/5/6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1137 with fgraphite-identity -ffast-math -fno-tree-scev-cprop -fstrict-overflow https:/

[Bug middle-end/50210] [4.9/5/6 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1137 with fgraphite-identity -ffast-math -fno-tree-scev-cprop -fstrict-overflow

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50210 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/67518] [6 Regression][graphite] ISL: position out of bounds

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67518 Sebastian Pop changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 67518, which changed state. Bug 67518 Summary: [6 Regression][graphite] ISL: position out of bounds https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67518 What|Removed |Added ---

[Bug tree-optimization/66926] [6 regression] FAIL: gfortran.dg/graphite/vect-pr40979.f90 -O (internal compiler error)

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66926 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/67909] New: [6 Regression] 416.gamess in SPEC CPU 2006 is miscompiled

2015-10-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67909 Bug ID: 67909 Summary: [6 Regression] 416.gamess in SPEC CPU 2006 is miscompiled Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal Prio

[Bug tree-optimization/62113] [graphite] ICE using -floop-parallelize-all

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62113 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225 --- Comment #24 from Dominique d'Humieres --- > So deferring to 6.0 then. Any progress?

[Bug middle-end/47598] -fgraphite-identity at -O2 breaks profiledbootstrap

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47598 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/67895] Wrong assembly: incorrect rounding/SAE specifier position

2015-10-09 Thread afomin.mailbox at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67895 Alexander Fomin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/67779] Strange ordering with strings in extended object

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67779 --- Comment #4 from Dominique d'Humieres --- I have instrumented the test and found that 'String = 10 ', which at the first position, is compared only once at the first call to quick sort, but not for the other invocations of array(1:j).

[Bug tree-optimization/66070] [GRAPHITE] cc1 gets killed by OOM killer

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66070 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/67895] Wrong assembly: incorrect rounding/SAE specifier position

2015-10-09 Thread afomin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67895 --- Comment #1 from afomin at gcc dot gnu.org --- Author: afomin Date: Fri Oct 9 15:57:06 2015 New Revision: 228660 URL: https://gcc.gnu.org/viewcvs?rev=228660&root=gcc&view=rev Log: AVX512: Fix embedded rounding/SAE specifier position. gcc/

[Bug fortran/66860] [5/6 Regression] FAIL: gfortran.dg/graphite/pr42393.f90 -O (internal compiler error)

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66860 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libgomp/65437] acc_update_device and acc_update_self fail to initialize runtime.

2015-10-09 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65437 Thomas Schwinge changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libgomp/66518] FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is not m

2015-10-09 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66518 Thomas Schwinge changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libgomp/51132] [4.7 Regression] FAIL: libgomp.graphite/force-parallel-[678].c

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51132 Sebastian Pop changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #6 fro

[Bug libgomp/48241] libgomp.graphite/force-parallel-1.c FAILs on Solaris 10

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48241 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/67518] [6 Regression][graphite] ISL: position out of bounds

2015-10-09 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67518 --- Comment #2 from Joost VandeVondele --- yes, on current trunk this doesn't fail anymore, not sure if it has gone latent or was fixed with some of the recent activity. Unfortunately, I seemingly still have a wrong code case, which I have not

[Bug other/58202] [graphite] qtcore-4.8* (compiling with glib support):error fatal: glib.h: No such file or directory

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58202 Sebastian Pop changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c++/57167] [graphite] Virtualbox 4.2.2 and above wont work with multiple CPUs.

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57167 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/57168] [graphite] -fgraphite-identity breaks app-office/libreoffice-3.6.6.2 OpenXML filter

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57168 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/64116] ice with -O3 -fgraphite-identity on bootstrap

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64116 Sebastian Pop changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug bootstrap/64976] Bootstrap fails with -O3 -fgraphite-identity

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64976 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/67518] [6 Regression][graphite] ISL: position out of bounds

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67518 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/57732] [4.8/4.9/5 Regression] ICE (segfault in libisl) building drizzle on 32bit targets (at least arm-linux and i586-linux)

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57732 Bug 57732 depends on bug 59121, which changed state. Bug 59121 Summary: [4.9/5/6 Regression] endless loop with -O2 -floop-parallelize-all https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121 What|Removed |Added -

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 59121, which changed state. Bug 59121 Summary: [4.9/5/6 Regression] endless loop with -O2 -floop-parallelize-all https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121 What|Removed |Added -

[Bug tree-optimization/59121] [4.9/5/6 Regression] endless loop with -O2 -floop-parallelize-all

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/59121] [4.9/5/6 Regression] endless loop with -O2 -floop-parallelize-all

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121 Sebastian Pop changed: What|Removed |Added CC||spop at gcc dot gnu.org --- Comment #25

[Bug fortran/67760] ICE on contained subroutine in function modifying function return value

2015-10-09 Thread thomas.or...@uni-hamburg.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67760 --- Comment #2 from Dr. Thomas Orgis --- Am Fri, 09 Oct 2015 13:59:08 + schrieb "dominiq at lps dot ens.fr" : > After including a line > > module fancymod Yeah, sorry about that, but it is kindof obvious that this line is missing from the

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 59586, which changed state. Bug 59586 Summary: [4.9 Regression] [graphite] Segmentation fault with -Ofast -floop-parallelize-all -ftree-parallelize-loops https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586 What

[Bug tree-optimization/59586] [4.9 Regression] [graphite] Segmentation fault with -Ofast -floop-parallelize-all -ftree-parallelize-loops

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59586 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/64394] ICE: in build_linearized_memory_access, at graphite-interchange.c:121 (isl_constraint.c:558: expecting integer value) with -floop-interchange

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64394 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/66117] GCC can not compile when graphite is enabled, due to missing isl headers.

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66117 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/64392] ICE: in pdr_stride_in_loop, at graphite-interchange.c:261 (isl_val_gmp.c:47: expecting rational value) with -floop-interchange -floop-strip-mine --param=loop-block-tile-size=0

2015-10-09 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64392 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/67861] [6 Regression] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944

2015-10-09 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67861 --- Comment #6 from Nathan Sidwell --- Author: nathan Date: Fri Oct 9 14:13:39 2015 New Revision: 228657 URL: https://gcc.gnu.org/viewcvs?rev=228657&root=gcc&view=rev Log: * config/nvptx/nvptx.c (nvptx_init_axis_predicate): Fix output

[Bug fortran/54753] assumed-rank dummies: Reject assumed-size actuals in in some cases (C535c)

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54753 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/67760] ICE on contained subroutine in function modifying function return value

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67760 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/67908] New: gcc segfaults with -fstack-check (internal compiler error) / armv7 host and target

2015-10-09 Thread gcc-bugs at zahlenfresser dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67908 Bug ID: 67908 Summary: gcc segfaults with -fstack-check (internal compiler error) / armv7 host and target Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severi

[Bug fortran/67779] Strange ordering with strings in extended object

2015-10-09 Thread arjen.markus895 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67779 --- Comment #3 from Arjen Markus --- Let me clarify: the STRING "String = 10" should come after the STRING "String = 1 ". It is not a matter of the numbers inside. If you compare these strings with LLT(), you will see this.

[Bug libstdc++/67843] experimental/filesystem/iterators/directory_iterator.cc fails on armv5t

2015-10-09 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67843 --- Comment #8 from Christophe Lyon --- I've tested the patch you attached. It needs a slight modification because it does not apply to current trunk: _GLIBCXX_READ_MEM_BARRIER; _GLIBCXX_WRITE_MEM_BARRIER; have be

[Bug fortran/67779] Strange ordering with strings in extended object

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67779 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/67806] ICE on initialization of type(character) with len null

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67806 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/56149] 64 bit gFortran-C interop hidden character argument length passed as 32 bit value

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56149 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/53867] Probably a bogus warning on types

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53867 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/67907] New: regression: internal compiler error: Segmentation fault

2015-10-09 Thread tropikhajma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67907 Bug ID: 67907 Summary: regression: internal compiler error: Segmentation fault Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priori

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 Dominique d'Humieres changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Com

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread john.donners at surfsara dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 --- Comment #6 from John Donners --- I did have a look at the gcc code to see if I could change this, but I don't know where to start. I did see the tests for the assumed rank bounds and I could help to change those.

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 --- Comment #5 from Dominique d'Humieres --- > I think that you meant an assumed-shape array with ... Indeed! Thanks for the pointer.

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread john.donners at surfsara dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 --- Comment #4 from John Donners --- I think that you meant an assumed-shape array with real,dimension(:,:,:) :: a The assumed-shape array is described in section 5.5.8.3 of the draft standard and it explicitly says that the lower bound is 1,

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW --- Comment #3 from Dominique

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread john.donners at surfsara dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 --- Comment #2 from John Donners --- Hello Dominique, thank you for your reaction. Yes, I should have added the output and my expectation. I expected to see the following: Actual argument, allocatable, lbound= 3 10

[Bug rtl-optimization/64164] [4.9/5/6 Regression] one more stack slot used due to one less inlining level

2015-10-09 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64164 Bug 64164 depends on bug 67891, which changed state. Bug 67891 Summary: [6 Regression] FAIL: gcc.dg/pr43300.c (internal compiler error) on alpha-linux-gnu https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67891 What|Removed

[Bug middle-end/67891] [6 Regression] FAIL: gcc.dg/pr43300.c (internal compiler error) on alpha-linux-gnu

2015-10-09 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67891 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/64164] [4.9/5/6 Regression] one more stack slot used due to one less inlining level

2015-10-09 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64164 Bug 64164 depends on bug 67766, which changed state. Bug 67766 Summary: [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766 What|Remove

[Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c

2015-10-09 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/67828] [6 Regression] wrong code at -O3 on x86_64-linux-gnu

2015-10-09 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67828 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c

2015-10-09 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766 --- Comment #6 from Alexandre Oliva --- Author: aoliva Date: Fri Oct 9 12:18:40 2015 New Revision: 228651 URL: https://gcc.gnu.org/viewcvs?rev=228651&root=gcc&view=rev Log: [PR67766] reorder handling of parallels, concats and promoted values in

[Bug middle-end/67891] [6 Regression] FAIL: gcc.dg/pr43300.c (internal compiler error) on alpha-linux-gnu

2015-10-09 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67891 --- Comment #4 from Alexandre Oliva --- Author: aoliva Date: Fri Oct 9 12:18:58 2015 New Revision: 228652 URL: https://gcc.gnu.org/viewcvs?rev=228652&root=gcc&view=rev Log: [PR67891] don't test is_gimple_reg after parm expansion for gcc/Chang

[Bug fortran/67817] Missing compilation error for some wrong conversions in data

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67817 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/67828] [6 Regression] wrong code at -O3 on x86_64-linux-gnu

2015-10-09 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67828 --- Comment #7 from Alexandre Oliva --- Author: aoliva Date: Fri Oct 9 12:18:24 2015 New Revision: 228650 URL: https://gcc.gnu.org/viewcvs?rev=228650&root=gcc&view=rev Log: [PR67828] don't unswitch on default defs of non-parms for gcc/ChangeL

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug libstdc++/67903] std::locale compatibility between gcc4.9 and gcc5.1

2015-10-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67903 --- Comment #3 from Jonathan Wakely --- (If this is something that should be fixed in the library at all),

[Bug fortran/67900] [4.9/5/6 Regression] Interface bug: Binding parameters to C causes a compiler segmentation fault.

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67900 --- Comment #3 from Dominique d'Humieres --- The code compiles without error with the patch in comment 2 without regression. I have reread the comments in pr48858 and pr55465 and did not convinced myself that the code is invalid.

[Bug libstdc++/67903] std::locale compatibility between gcc4.9 and gcc5.1

2015-10-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67903 --- Comment #2 from Jonathan Wakely --- (In reply to Yucheng Low from comment #0) > This would not be a problem if not for the fact that: > - the global locale is initialized with an inplace new: > locale_init.cc:378 > _M_fac

[Bug c++/67876] [6 Regression] ICE when compiling Firefox 38

2015-10-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67876 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/67192] [6 Regression] Backward-goto in loop can get wrong line number

2015-10-09 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67192 --- Comment #19 from Manuel López-Ibáñez --- (In reply to Richard Biener from comment #18) > The "simpler" progression seems to be to remove code like > > if (CAN_HAVE_LOCATION_P (t) && code != LABEL_EXPR) > { > if (!EXPR_HAS_LOCATIO

  1   2   >