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 rtl-optimization/58831] [4.8/4.9 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu in 64-bit mode


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58831

--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Fri Oct 25 09:21:11 2013
New Revision: 204055

URL: http://gcc.gnu.org/viewcvs?rev=204055&root=gcc&view=rev
Log:
    PR rtl-optimization/58831
    * alias.c (init_alias_analysis): At the beginning of each iteration, set
    the reg_seen[N] bit if static_reg_base_value[N] is non-null.

Added:
    trunk/gcc/testsuite/gcc.c-torture/execute/pr58831.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/alias.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]