[Bug ipa/81520] [8 Regression] ICE: in function_and_variable_visibility, at ipa-visibility.c:639

2017-07-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81520

Martin Liška  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Martin Liška  ---
Fixed.

[Bug ipa/81520] [8 Regression] ICE: in function_and_variable_visibility, at ipa-visibility.c:639

2017-07-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81520

--- Comment #2 from Martin Liška  ---
Author: marxin
Date: Tue Jul 25 10:20:23 2017
New Revision: 250501

URL: https://gcc.gnu.org/viewcvs?rev=250501=gcc=rev
Log:
Fix wrong condition in ipa-visibility.c (PR ipa/81520).

2017-07-25  Martin Liska  

PR ipa/81520
* ipa-visibility.c (function_and_variable_visibility): Make the
redirection
just on target that do supporting aliasing.  Fix GNU coding style.
2017-07-25  Martin Liska  

PR ipa/81520
* gcc.dg/ipa/pr81520.c: New test.

Added:
trunk/gcc/testsuite/gcc.dg/ipa/pr81520.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-visibility.c
trunk/gcc/testsuite/ChangeLog

[Bug ipa/81520] [8 Regression] ICE: in function_and_variable_visibility, at ipa-visibility.c:639

2017-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81520

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |8.0

[Bug ipa/81520] [8 Regression] ICE: in function_and_variable_visibility, at ipa-visibility.c:639

2017-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81520

Martin Liška  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

[Bug ipa/81520] [8 Regression] ICE: in function_and_variable_visibility, at ipa-visibility.c:639

2017-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81520

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-07-24
 CC||tetra2005 at gmail dot com
   Assignee|unassigned at gcc dot gnu.org  |marxin at gcc dot 
gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Confirmed, started with r250442, I've got patch for that I will send soon to
ML.