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 lto/64076] [4.9/5 Regression] ICE: in update_visibility_by_resolution_info, at ipa-visibility.c:427


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

--- Comment #3 from tbsaunde at gcc dot gnu.org ---
Author: tbsaunde
Date: Tue Feb 10 02:23:11 2015
New Revision: 220561

URL: https://gcc.gnu.org/viewcvs?rev=220561&root=gcc&view=rev
Log:
Tolerate different definitions of symbols in lto

gcc/

    PR lto/64076
    * ipa-visibility.c (update_visibility_by_resolution_info): Only
    assert when not in lto mode.

Added:
    trunk/gcc/testsuite/g++.dg/lto/pr64076.H
    trunk/gcc/testsuite/g++.dg/lto/pr64076_0.C
    trunk/gcc/testsuite/g++.dg/lto/pr64076_1.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-visibility.c


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