This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81520

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Jul 25 10:20:23 2017
New Revision: 250501

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

2017-07-25  Martin Liska  <mliska@suse.cz>

        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  <mliska@suse.cz>

        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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]