[Bug tree-optimization/71908] [7 Regression] ICE at -Os and above in both 32-bit and 64-bit modes on x86_64-linux-gnu (get_constraint_for_component_ref)

2016-07-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71908 --- Comment #3 from Richard Biener --- So we're seeing a symbolic constant [(void *) + 4B] which ends up confusing things enough.

[Bug tree-optimization/71915] New: A missed opportunity for SLSR

2016-07-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71915 Bug ID: 71915 Summary: A missed opportunity for SLSR Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug tree-optimization/71901] [7 Regression] ice in find_or_generate_expression

2016-07-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71901 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/71902] [5/6/7 Regression] Unneeded temporary on reallocatable character assignment

2016-07-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71902 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug middle-end/71907] [6/7 regression] missing buffer overflow warnings with -flto

2016-07-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71907 Richard Biener changed: What|Removed |Added Keywords||diagnostic, lto Priority|P3

[Bug libstdc++/71107] wstring_convert::from_bytes produces wide chars with the wrong byte order

2016-07-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71107 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/71908] [7 Regression] ICE at -Os and above in both 32-bit and 64-bit modes on x86_64-linux-gnu (get_constraint_for_component_ref)

2016-07-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71908 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/71913] [5/6/7 Regression] Missing copy elision with operator new

2016-07-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71913 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/71893] [7 Regression] gfortran.dg ICEs in gcc/tree-ssa-pre.c; -fcode-hoisting?

2016-07-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71893 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/71910] ICE on invalid OpenMP code

2016-07-18 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71910 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug tree-optimization/71893] [7 Regression] gfortran.dg ICEs in gcc/tree-ssa-pre.c; -fcode-hoisting?

2016-07-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71893 --- Comment #4 from Richard Biener --- Author: rguenth Date: Mon Jul 18 08:46:42 2016 New Revision: 238426 URL: https://gcc.gnu.org/viewcvs?rev=238426=gcc=rev Log: 2016-07-18 Richard Biener PR

[Bug c++/71909] [4.9/5/6/7 Regression] g++ accepts an unreachable function catch block that lacks a corresponding try

2016-07-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71909 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.9.4

[Bug c++/71909] [4.9/5/6/7 Regression] g++ accepts an unreachable function catch block that lacks a corresponding try

2016-07-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71909 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org

[Bug c/71914] Name 'DOMAIN' is blocked when including math.h

2016-07-18 Thread henad221 at student dot liu.se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71914 --- Comment #3 from henad221 at student dot liu.se --- Thanks for quick reply. I didn't expect the name DOMAIN to be used by something when including math.h. Thanks to Jakub for an explanation of what is happening, next time I will try to dig

[Bug c++/71910] ICE on invalid OpenMP code

2016-07-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71910 Jakub Jelinek changed: What|Removed |Added Keywords||openmp CC|

[Bug c++/71913] [5/6/7 Regression] Missing copy elision with operator new

2016-07-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71913 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/71914] Name 'DOMAIN' is blocked when including math.h

2016-07-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71914 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug gcov-profile/71868] internal compiler error: in compute_working_sets, at gcov-io.c:1006

2016-07-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71868 --- Comment #4 from Martin Liška --- Created attachment 38920 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38920=edit Candidate patch

[Bug gcov-profile/71868] internal compiler error: in compute_working_sets, at gcov-io.c:1006

2016-07-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71868 --- Comment #3 from Martin Liška --- Created attachment 38919 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38919=edit Tree dump of the function we ICE in

[Bug gcov-profile/71868] internal compiler error: in compute_working_sets, at gcov-io.c:1006

2016-07-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71868 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #2

[Bug c/71914] Name 'DOMAIN' is blocked when including math.h

2016-07-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71914 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/71914] New: Name 'DOMAIN' is blocked when including math.h

2016-07-18 Thread henad221 at student dot liu.se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71914 Bug ID: 71914 Summary: Name 'DOMAIN' is blocked when including math.h Product: gcc Version: 4.8.5 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c

[Bug tree-optimization/71901] [7 Regression] ice in find_or_generate_expression

2016-07-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71901 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/71901] [7 Regression] ice in find_or_generate_expression

2016-07-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71901 --- Comment #3 from Martin Liška --- Created attachment 38918 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38918=edit Reduced test-case

[Bug middle-end/71898] [7 Regression] [graphite] ICE: verify_ssa failed

2016-07-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71898 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code

<    1   2