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 middle-end/68999] [6 Regression]: FAIL: gfortran.fortran-torture/execute/save_1.f90 execution


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

--- Comment #8 from uros at gcc dot gnu.org ---
Author: uros
Date: Mon Jan 11 15:48:40 2016
New Revision: 232229

URL: https://gcc.gnu.org/viewcvs?rev=232229&root=gcc&view=rev
Log:
        PR middle-end/68999
        * alias.c (base_alias_check): Move check for addresses with
        alignment ANDs before the call for compare_base_decls.
        (memrefs_conflict_p): Return -1 for different decls
        that went through alignment adjustments.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/alias.c

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