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 tree-optimization/63551] [4.9/5 Regression] wrong code (segfaults) at -Os on x86_64-linux-gnu


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

--- Comment #8 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Mon Dec  1 12:05:41 2014
New Revision: 218205

URL: https://gcc.gnu.org/viewcvs?rev=218205&root=gcc&view=rev
Log:
2014-12-01  Martin Jambor  <mjambor@suse.cz>

    PR ipa/63551
    * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Convert
    value of the argument to the type of the value in the condition.

testsuite/
    * gcc.dg/ipa/pr63551.c: New test.
    * gcc.dg/ipa/pr64041.c: Likewise.


Added:
    trunk/gcc/testsuite/gcc.dg/ipa/pr63551.c
    trunk/gcc/testsuite/gcc.dg/ipa/pr64041.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-inline-analysis.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]