[Bug libgomp/65993] [6 Regression] Numerous libgomp.oacc failures seen in r222712

2015-05-04 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65993 Thomas Schwinge changed: What|Removed |Added Keywords||openacc CC|

[Bug tree-optimization/66002] New: paq8p benchmark 50% slower than clang on sandybridge

2015-05-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66002 Bug ID: 66002 Summary: paq8p benchmark 50% slower than clang on sandybridge Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/66001] [5/6 regression] ICE when NSDMI in a literal class uses a destructor

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66001 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/48890] [F95] Wrong length of a character component of named constant derived-type

2015-05-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48890 --- Comment #4 from Tobias Burnus --- (In reply to Francois-Xavier Coudert from comment #3) > It's a "Fortran 95"-only issue! See the variant below: Why? I don't see ad hoc anything which makes this a F95-only bug. It looks to me like a general

[Bug tree-optimization/66003] New: missed cse opportunity in addr expressions because of tree pre/lim

2015-05-04 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66003 Bug ID: 66003 Summary: missed cse opportunity in addr expressions because of tree pre/lim Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug libgomp/65993] [6 Regression] Numerous libgomp.oacc failures seen in r222712

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

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/64835] -fno-ipa-cp is inconsitently supported when attributes optimize or target are used

2015-05-04 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 --- Comment #7 from chrbr at gcc dot gnu.org --- aarch64: Seems to exhibit the same problem than x86: override_options_after_change doesn't restore the align flags. ia64: will check, chances that this exhibits the same latent bug.

[Bug tree-optimization/65935] [6 Regression] 433.milc in SPEC CPU 2006 is miscompiled

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65935 --- Comment #8 from Richard Biener --- Testcase that also fails with -m64. /* { dg-do run } */ /* { dg-additional-options "-O3" } */ /* { dg-require-effective-target vect_double } */ #include "tree-vect.h" extern void abort (void); extern void

[Bug target/65990] ICE: in extract_insn, at recog.c:2341 (unrecognizable insn) with -mmemcpy-strategy=rep_8byte:-1:noalign -m32 -mtune=btver2

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65990 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/48890] [F95] Wrong length of a character component of named constant derived-type

2015-05-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48890 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug fortran/50537] explicit interface required (r178939)

2015-05-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50537 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org Sev

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #2 from Dominique d'Humieres --- The following test (from pr58334) program foo implicit none character(len=16) :: a,b,c a="XXX" b="& &XXX" c="XXX & & XXX" write(0,*) 'a=',a,' b=',b,' c=',c endprogram foo shows the same behavior

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #3 from Jakub Jelinek --- Though, looking at the implementation and documentation of -dH, it sounds like it is intentional. -dH is supposed to stand for abort the compiler after issuing an error. That is not an internal compiler err

[Bug fortran/50537] explicit interface required (r178939)

2015-05-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50537 --- Comment #3 from Dominique d'Humieres --- Since gcc version 4.9.2 and up to trunk (6.0) I now get pr50537_db.f90:5:24: character(len=2) f 1 Error: Explicit interface required for 'f' at (1): result with non-con

[Bug tree-optimization/65935] [6 Regression] 433.milc in SPEC CPU 2006 is miscompiled

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65935 --- Comment #9 from Richard Biener --- Testing a fix. The issue is latent with at least constant operands - but it's probably impossible(?) to get bogus operand order on those. In theory if the loads from phase were just in a different BB the i

[Bug middle-end/65984] [4.9/5/6 Regression] ICE: definition in block 4 does not dominate use in block 2 with -fnon-call-exceptions -fsanitize=enum

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65984 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/65559] [5/6 Regression] lto1.exe: internal compiler error: in read_cgraph_and_symbols, at lto/lto.c:2947

2015-05-04 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65559 --- Comment #35 from Kai Tietz --- Author: ktietz Date: Mon May 4 10:16:23 2015 New Revision: 222759 URL: https://gcc.gnu.org/viewcvs?rev=222759&root=gcc&view=rev Log: PR target/65559 * lto-wrapper.c (run_gcc): Open filename

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread Melven.Roehrig-Zoellner at DLR dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 Melven.Roehrig-Zoellner at DLR dot de changed: What|Removed |Added Severity|normal |minor --- Comment

[Bug lto/65559] [5/6 Regression] lto1.exe: internal compiler error: in read_cgraph_and_symbols, at lto/lto.c:2947

2015-05-04 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65559 --- Comment #36 from Kai Tietz --- Author: ktietz Date: Mon May 4 10:23:55 2015 New Revision: 222761 URL: https://gcc.gnu.org/viewcvs?rev=222761&root=gcc&view=rev Log: Backmerge from trunk. PR lto/65559 * lto-wrapper.c

[Bug lto/65559] [5/6 Regression] lto1.exe: internal compiler error: in read_cgraph_and_symbols, at lto/lto.c:2947

2015-05-04 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65559 Kai Tietz changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/65992] Internal compiler error: in gimple_expand_cfg, at cfgexpand.c:5658

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65992 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/65985] compiler segfault with assert() in constexpr constructor body

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65985 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/65985] [5/6 Regression] compiler segfault with assert() in constexpr constructor body

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65985 Marek Polacek changed: What|Removed |Added Target Milestone|--- |5.2 Summary|compiler segfault

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #5 from Jakub Jelinek --- I don't have mpi installed, so it is hard to find out if you get an error or not - your testcase is clearly not self-contained; I certainly do get an error and correct abort after that.

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug middle-end/65965] Straight-line memcpy/memset not vectorized when equivalent loop is

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65965 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #6 from Dominique d'Humieres --- > I don't have mpi installed, so it is hard to find out if you get an error > or not - your testcase is clearly not self-contained; I certainly do get > an error and correct abort after that. Self con

[Bug c++/65973] segmentation fault when compiling C++14 code

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/65985] [5/6 Regression] compiler segfault with assert() in constexpr constructor body

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65985 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/65973] segmentation fault when compiling C++14 code

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973 Marek Polacek changed: What|Removed |Added CC||rhalbersma at gmail dot com --- Comment

[Bug fortran/65996] [5 Regression] gfortran ICE with -dH

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #7 from Jakub Jelinek --- So supposedly gfc_error needs to for buffered_p case also save and temporarily clear global_dc->abort_on_error. Maybe various other changes needed for that. Wonder what is -dH good for, don't really see whe

[Bug tree-optimization/65961] [6 Regression] ice in vect_is_simple_use_1 with -O3

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65961 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Target Mil

[Bug middle-end/61828] gcc.dg/strlenopt-8.c XPASSes

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61828 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/65984] [4.9/5/6 Regression] ICE: definition in block 4 does not dominate use in block 2 with -fnon-call-exceptions -fsanitize=enum

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65984 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug lto/65995] LTO: ICE in add_symbol_to_partition_1 for debug build

2015-05-04 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65995 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/65963] Missed vectorization of loads strided with << when equivalent * succeeds

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65963 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/65962] Missed vectorization of strided stores

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65962 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/65961] [6 Regression] ice in vect_is_simple_use_1 with -O3

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65961 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/65983] [6 Regression] ICE: SIGSEGV in mark_label_nuses (emit-rtl.c:3618) with -fsanitize=thread -mavx512ifma -march=barcelona

2015-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65983 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/65957] Loop with if-statement yields different results for -O3 vs -O3 -fno-tree-vectorize

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65957 Richard Biener changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRM

[Bug c++/65985] [5/6 Regression] compiler segfault with assert() in constexpr constructor body

2015-05-04 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65985 --- Comment #4 from Daniel Krügler --- (In reply to Marek Polacek from comment #3) > Actually I think it's a dup. Can we nonetheless ensure that the assert example would become a test case?

[Bug c++/65973] [5/6 Regression] segmentation fault when compiling C++14 code

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973 --- Comment #4 from Marek Polacek --- When fixing this, remember to also add the testcase in PR65985.

[Bug rtl-optimization/65980] [6 Regression] -fcompare-debug failure building Linux kernel

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65980 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Com

[Bug lto/65982] [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65982 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.2

[Bug target/65987] [6 Regression] [SH] Wrong jump generated for gcc.dg/tree-prof/va-arg-pack-1.c with -fprofile-use

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65987 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug libgomp/65993] [6 Regression] Numerous libgomp.oacc failures seen in r222712

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65993 Richard Biener changed: What|Removed |Added Version|5.0 |6.0 Target Milestone|---

[Bug tree-optimization/66003] missed cse opportunity in addr expressions because of tree pre/lim

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66003 Richard Biener changed: What|Removed |Added Keywords||missed-optimization --- Comment #1 from

[Bug c++/66001] [5/6 regression] ICE when NSDMI in a literal class uses a destructor

2015-05-04 Thread maltsevm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66001 Mikhail Maltsev changed: What|Removed |Added CC||maltsevm at gmail dot com --- Comment

[Bug fortran/65996] [5/6 Regression] gfortran ICE with -dH

2015-05-04 Thread Melven.Roehrig-Zoellner at DLR dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 --- Comment #8 from Melven.Roehrig-Zoellner at DLR dot de --- Thanks for the quick replies and the discussion about the "not-so-usefulness" of the -dH switch (at least for our project). We most probably used this switch by mistake - you might poss

[Bug go/61303] gccgo: segfault, regression since 4.8.2

2015-05-04 Thread maciej at opencsw dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61303 --- Comment #8 from Maciej Bliziński --- Here's my attempt to get some information: experimental10s 14:35:13 ~/src/opencsw-gar/v2/go $ gcc -v Reading specs from /opt/csw/lib/gcc/sparc-sun-solaris2.10/5.1.0/specs COLLECT_GCC=gcc COLLECT_LTO_WRAPP

[Bug libstdc++/66004] New: [6 Regression]: performance of 26_numerics/random/negative_binomial_distribution/operators/values.cc

2015-05-04 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66004 Bug ID: 66004 Summary: [6 Regression]: performance of 26_numerics/random/negative_binomial_distribution/oper ators/values.cc Product: gcc Version: unknown

[Bug tree-optimization/66002] paq8p benchmark 50% slower than clang on sandybridge

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66002 --- Comment #1 from Richard Biener --- gprof tells me Each sample counts as 0.01 seconds. % cumulative self self total time seconds secondscalls s/call s/call name 67.13 25.4025.40 20

[Bug tree-optimization/66002] paq8p benchmark 50% slower than clang on sandybridge

2015-05-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66002 --- Comment #2 from Markus Trippelsdorf --- clang without -vectorize-loops -vectorize-slp: ./paq8p -4 file1.in 54.82s user 0.08s system 100% cpu 54.891 total

[Bug testsuite/65767] Test pr65276 failed on arm-none-eabi

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65767 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug lto/52159] ICE when building qemu with GCC 4.7 trunk: cannot read LTO decls

2015-05-04 Thread steffen at hauihau dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52159 Steffen Hau changed: What|Removed |Added CC||steffen at hauihau dot de --- Comment #3 f

[Bug libstdc++/66004] [6 Regression]: performance of 26_numerics/random/negative_binomial_distribution/operators/values.cc

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66004 Richard Biener changed: What|Removed |Added Version|unknown |6.0 Target Milestone|---

[Bug lto/52159] ICE when building qemu with GCC 4.7 trunk: cannot read LTO decls

2015-05-04 Thread steffen at hauihau dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52159 --- Comment #4 from Steffen Hau --- Created attachment 35452 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35452&action=edit preprocessed sources and minimal build script

[Bug other/51153] OpenACC implementation

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51153 Bug 51153 depends on bug 64950, which changed state. Bug 64950 Summary: postpone expanding va_arg till pass_stdarg https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64950 What|Removed |Added -

[Bug tree-optimization/64950] postpone expanding va_arg till pass_stdarg

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64950 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug target/41089] [4.8/4.9/5/6 Regression] stdarg pass produces wrong code

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089 Bug 41089 depends on bug 64950, which changed state. Bug 64950 Summary: postpone expanding va_arg till pass_stdarg https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64950 What|Removed |Added -

[Bug target/65983] [6 Regression] ICE: SIGSEGV in mark_label_nuses (emit-rtl.c:3618) with -fsanitize=thread -mavx512ifma -march=barcelona

2015-05-04 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65983 Uroš Bizjak changed: What|Removed |Added Depends on||65915 --- Comment #2 from Uroš Bizjak ---

[Bug libgomp/65993] [6 Regression] Numerous libgomp.oacc failures seen in r222712

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65993 Rainer Orth changed: What|Removed |Added Target|hppa64-hp-hpux11.11 |hppa64-hp-hpux11.11, |

[Bug tree-optimization/65935] [6 Regression] 433.milc in SPEC CPU 2006 is miscompiled

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65935 --- Comment #10 from Richard Biener --- Author: rguenth Date: Mon May 4 13:31:02 2015 New Revision: 222764 URL: https://gcc.gnu.org/viewcvs?rev=222764&root=gcc&view=rev Log: 2015-05-04 Richard Biener PR tree-optimization/65935

[Bug tree-optimization/65935] [6 Regression] 433.milc in SPEC CPU 2006 is miscompiled

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65935 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgomp/66005] New: libgomp make check time is excessive

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66005 Bug ID: 66005 Summary: libgomp make check time is excessive Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp

[Bug tree-optimization/66002] paq8p benchmark 50% slower than clang on sandybridge

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66002 --- Comment #3 from Richard Biener --- high up in the profile are functions train() and dot_product(), also ContextMap::mix1 and Mixer::p. But void train(short *t, short *w, int n, int err) { n=(n+7)&-8; for (int i=0; i>16)+1>>1); if (w

[Bug tree-optimization/66002] paq8p benchmark 50% slower than clang on sandybridge

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66002 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/66002] paq8p benchmark 50% slower than clang on sandybridge

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66002 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug libstdc++/66006] New: [6 regression] abi_check FAILs

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66006 Bug ID: 66006 Summary: [6 regression] abi_check FAILs Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug libstdc++/66006] [6 regression] abi_check FAILs

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

[Bug tree-optimization/66002] paq8p benchmark 50% slower than clang on sandybridge

2015-05-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66002 --- Comment #6 from Markus Trippelsdorf --- (In reply to Richard Biener from comment #4) > prephitmp_61 = _53 <= 65535 ? pretmp_60 : -32768; > > is > > unsigned int <= 65535 ? short int : short int; > > pushing the condition to a separa

[Bug lto/50394] [meta-bug] Issues with building libreoffice with LTO

2015-05-04 Thread steffen at hauihau dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50394 Steffen Hau changed: What|Removed |Added CC||steffen at hauihau dot de --- Comment #30

[Bug c++/66007] New: [5 Regression] Narrowing conversion inside { } results in all zero elements in C++11 mode

2015-05-04 Thread evangelos at foutrelis dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66007 Bug ID: 66007 Summary: [5 Regression] Narrowing conversion inside { } results in all zero elements in C++11 mode Product: gcc Version: 5.1.1 Status: UNCONFIRMED

[Bug lto/52159] ICE when building qemu with GCC 4.7 trunk: cannot read LTO decls

2015-05-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52159 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug c++/65801] [5/6 Regression] Allow -Wno-narrowing to silence stricter C++11 narrowing rules

2015-05-04 Thread evangelos at foutrelis dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65801 Evangelos Foutras changed: What|Removed |Added CC||evangelos at foutrelis dot com --- C

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 65965, which changed state. Bug 65965 Summary: Straight-line memcpy/memset not vectorized when equivalent loop is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65965 What|Removed |Added

[Bug middle-end/65965] Straight-line memcpy/memset not vectorized when equivalent loop is

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65965 --- Comment #2 from Richard Biener --- Author: rguenth Date: Mon May 4 14:24:49 2015 New Revision: 222765 URL: https://gcc.gnu.org/viewcvs?rev=222765&root=gcc&view=rev Log: 2015-05-04 Richard Biener PR tree-optimization/65965

[Bug middle-end/65965] Straight-line memcpy/memset not vectorized when equivalent loop is

2015-05-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65965 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/44735] ICE on FORALL with character array pointer

2015-05-04 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44735 --- Comment #8 from Francois-Xavier Coudert --- Author: fxcoudert Date: Mon May 4 14:27:14 2015 New Revision: 222766 URL: https://gcc.gnu.org/viewcvs?rev=222766&root=gcc&view=rev Log: PR fortran/44735 * gfortran.dg/pr44735.f90:

[Bug fortran/44735] ICE on FORALL with character array pointer

2015-05-04 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44735 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/32834] [Meta-bug] 'Fortran 95'-only failures

2015-05-04 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32834 Bug 32834 depends on bug 44735, which changed state. Bug 44735 Summary: ICE on FORALL with character array pointer https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44735 What|Removed |Added -

[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran

2015-05-04 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19276 Bug 19276 depends on bug 44735, which changed state. Bug 44735 Summary: ICE on FORALL with character array pointer https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44735 What|Removed |Added -

[Bug c++/66007] [5 Regression] Narrowing conversion inside { } results in all zero elements in C++11 mode

2015-05-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66007 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug fortran/65428] ICE on nest array constructor

2015-05-04 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65428 Francois-Xavier Coudert changed: What|Removed |Added Last reconfirmed|2015-03-15 00:00:00 |2015-5-4 --- Comment #1 from F

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 62283, which changed state. Bug 62283 Summary: basic-block vectorization fails https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62283 What|Removed |Added

[Bug fortran/62283] basic-block vectorization fails

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62283 --- Comment #24 from Rainer Orth --- Created attachment 35454 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35454&action=edit bb-slp-14.c.141t.slp2 dump

[Bug fortran/62283] basic-block vectorization fails

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62283 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug rtl-optimization/53533] [4.8/4.9/5/6 regression] vectorization causes loop unrolling test slowdown as measured by Adobe's C++Benchmark

2015-05-04 Thread maltsevm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 Mikhail Maltsev changed: What|Removed |Added CC||maltsevm at gmail dot com --- Comment

[Bug target/65456] powerpc64le autovectorized copy loop missed optimization

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65456 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug c++/66007] [5 Regression] Narrowing conversion inside { } results in all zero elements in C++11 mode

2015-05-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66007 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/65456] powerpc64le autovectorized copy loop missed optimization

2015-05-04 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65456 --- Comment #23 from Rainer Orth --- Created attachment 35456 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35456&action=edit bb-slp-32.c.141t.slp2 dump

[Bug rtl-optimization/53533] [4.8/4.9/5/6 regression] vectorization causes loop unrolling test slowdown as measured by Adobe's C++Benchmark

2015-05-04 Thread maltsevm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53533 --- Comment #29 from Mikhail Maltsev --- Results for attached testcase: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz (Haswell) g++ -O3 -march=native -mtune=native 1 iterations Clang 3.7 Total absolute time for int32_t for loop unrolling: 0.99 s

[Bug ipa/65972] ICE after applying a patch to enable verify_ssa

2015-05-04 Thread hiraditya at msn dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65972 --- Comment #3 from AK --- Created attachment 35457 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35457&action=edit Preprocesed unwind-arm.i

[Bug fortran/64674] [OOP] ICE in ASSOCIATE with class array

2015-05-04 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64674 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/64674] [OOP] ICE in ASSOCIATE with class array

2015-05-04 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64674 --- Comment #4 from vehre at gcc dot gnu.org --- First patch available at: https://gcc.gnu.org/ml/fortran/2015-05/msg00011.html

[Bug fortran/60322] [OOP] Incorrect bounds on polymorphic dummy array

2015-05-04 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug fortran/47359] Recursive functions of intrinsic names generates invalid assembler

2015-05-04 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47359 Francois-Xavier Coudert changed: What|Removed |Added Last reconfirmed|2011-05-23 09:58:19 |2015-5-4 CC|

[Bug c++/54835] [C++11][DR 1518] Explicit default constructors not respected during copy-list-initialization

2015-05-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54835 --- Comment #9 from Jason Merrill --- I believe that the resolution of DR 1630 clarifies that value-initialization can invoke an explicit constructor even in copy-list-initialization context, so I should revert my change for this PR.

[Bug c++/65854] [c++-concepts] Type constraint satisfaction error for type aliases; regression from r211591

2015-05-04 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65854 --- Comment #2 from Andrew Sutton --- Confirmed. Parsing a type requirement that names an alias template was giving back a declaration, which wasn't being instantiated correctly. r222769 unwraps the type from the declaration and will correctly

  1   2   >