[Bug fortran/66128] ICE for some intrinsics with zero sized array parameter

2015-05-12 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66128 --- Comment #1 from Gerhard Steinmetz --- Some more examples with other error messages. This one ... program p integer, parameter :: z(0) = 0 print *, count(z > 0) end yields : internal compiler error: in gfc_conv_intrinsic_c

[Bug c/66066] [6 Regression] r222889 causes bogus error: initializer element is not constant

2015-05-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66066 --- Comment #14 from Manuel López-Ibáñez --- (In reply to Marek Polacek from comment #13) > I expect to have a proper fix (additional folding in c_fully_fold_internal) > today or tomorrow, depends on how many issues I hit along the way (see e.g.

[Bug middle-end/66127] Division by zero gets folded away

2015-05-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66127 --- Comment #3 from Marek Polacek --- I suppose this particular issue might be even relevant to e.g. -mcheck-zero-division on MIPS, i.e. everywhere where we're expect to trap on integer division by zero. (ubsan's -fsanitize=integer-divide-by-zer

[Bug tree-optimization/66129] New: [6 Regression] FAIL: gcc.dg/vect/vect-strided-*c execution test

2015-05-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66129 Bug ID: 66129 Summary: [6 Regression] FAIL: gcc.dg/vect/vect-strided-*c execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/66130] New: "invalid use of non-static member function" message could be clearer

2015-05-12 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66130 Bug ID: 66130 Summary: "invalid use of non-static member function" message could be clearer Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug c/66066] [6 Regression] r222889 causes bogus error: initializer element is not constant

2015-05-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66066 --- Comment #15 from Marek Polacek --- Created attachment 35534 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35534&action=edit gcc6-pr66066 Untested patch without a test

[Bug inline-asm/65897] GAS(asm) "named variable" of extended asm (type ::"m" or "g") generated in wrong code style, variable stays still in ".att_syntax" -32(%ebp) not ".intel_syntax noprefix" DWORD P

2015-05-12 Thread sstsoft at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65897 stanley changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug ipa/65908] [5/6 Regression] ICE: in expand_thunk, at cgraphunit.c:1700

2015-05-12 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65908 --- Comment #8 from Jan Hubicka --- I think pushing TYPE_CANONICAL is a bug: we do check ODR properties of the parameter and TYPE_CANONICAL is not guaranteed to be the same. Just remove the TYPE_CANONICAL wrap here. The patch seems OK with this

[Bug c/66090] Wrong loop code generation with -O2 on ARM

2015-05-12 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66090 Richard Earnshaw changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED CC|

[Bug target/65697] __atomic memory barriers not strong enough for __sync builtins

2015-05-12 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65697 --- Comment #57 from Andrew Macleod --- Author: amacleod Date: Tue May 12 20:01:47 2015 New Revision: 223096 URL: https://gcc.gnu.org/viewcvs?rev=223096&root=gcc&view=rev Log: 2015-05-12 Andrew MacLeod PR target/65697 * coret

[Bug c++/66091] [c++-concepts] Overloading of member operators based on constraints rejected; regression from r211591

2015-05-12 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66091 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/65862] [MIPS] IRA/LRA issue: integers spilled to floating-point registers

2015-05-12 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65862 --- Comment #11 from Vladimir Makarov --- (In reply to Robert Suchanek from comment #10) > Hi Vlad, > > I'm pleased with the results so far. In the larger codebase, it behaves as > the original > patch reverted and I haven't seen a missed case.

[Bug c++/66130] "invalid use of non-static member function" message could be clearer

2015-05-12 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66130 Manuel López-Ibáñez changed: What|Removed |Added Keywords||easyhack Status|UNCONF

[Bug other/55375] libsanitizer license incomplete

2015-05-12 Thread dsl at dsl dot pp.ua
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55375 Eliot changed: What|Removed |Added CC||dsl at dsl dot pp.ua --- Comment #5 from Eliot

[Bug debug/54114] VTA compile-time performance could be improved

2015-05-12 Thread dsl at dsl dot pp.ua
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54114 Eliot changed: What|Removed |Added CC||dsl at dsl dot pp.ua --- Comment #14 from Eliot

[Bug fortran/66111] [6 regression] ICE with matmul and vector subscripts

2015-05-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66111 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/66111] [6 regression] ICE with matmul and vector subscripts

2015-05-12 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66111 --- Comment #3 from Thomas Koenig --- Author: tkoenig Date: Tue May 12 21:12:55 2015 New Revision: 223099 URL: https://gcc.gnu.org/viewcvs?rev=223099&root=gcc&view=rev Log: 2015-05-12 Thomas Koenig PR fortran/66111 * frontend

[Bug target/66047] [5/6 Regression] vlc compilation failure with target attribute

2015-05-12 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66047 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug ipa/65873] [5/6 Regression] Failure to inline always_inline memcpy

2015-05-12 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65873 --- Comment #6 from Jan Hubicka --- Patch posted https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01167.html

[Bug ipa/65873] [5/6 Regression] Failure to inline always_inline memcpy

2015-05-12 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65873 --- Comment #7 from Jan Hubicka --- Author: hubicka Date: Wed May 13 02:54:50 2015 New Revision: 223107 URL: https://gcc.gnu.org/viewcvs?rev=223107&root=gcc&view=rev Log: PR ipa/65873 * ipa-inline.c (can_inline_edge_p): Allow ea

[Bug ipa/65873] [5/6 Regression] Failure to inline always_inline memcpy

2015-05-12 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65873 --- Comment #8 from Jan Hubicka --- Author: hubicka Date: Wed May 13 02:57:27 2015 New Revision: 223108 URL: https://gcc.gnu.org/viewcvs?rev=223108&root=gcc&view=rev Log: PR ipa/65873 * ipa-inline.c (can_inline_edge_p): Allow ea

[Bug rtl-optimization/64616] Redundant ldr when accessing var inside and outside a loop

2015-05-12 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64616 --- Comment #4 from Thomas Preud'homme --- Author: thopre01 Date: Wed May 13 05:39:14 2015 New Revision: 223113 URL: https://gcc.gnu.org/viewcvs?rev=223113&root=gcc&view=rev Log: 2015-05-13 Thomas Preud'homme gcc/ PR rtl-optimization

<    1   2