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/64307] [5 Regression] ICE: verify_gimple failed: invalid argument to gimple call with -fPIC -fipa-icf


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

--- Comment #5 from Martin LiÅka <marxin at gcc dot gnu.org> ---
Hello.

Following patch handles both issues:
https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00934.html.

Problem with the example is that the pass decides to process local redirection
as merge operation. Unfortunately, there's no caller and that's the reason for
empty dump file output.

Martin

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