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 bootstrap/53021] [4.8 Regression] bootstrap failure on Linux/ia32


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-04-20 12:20:07 UTC ---
Author: jakub
Date: Fri Apr 20 12:19:51 2012
New Revision: 186623

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186623
Log:
    PR bootstrap/53021
    * alias.h (UNIQUE_BASE_VALUE_SP, UNIQUE_BASE_VALUE_ARGP,
    UNIQUE_BASE_VALUE_FP, UNIQUE_BASE_VALUE_HFP): Define.
    * alias.c (init_alias_targets): Use UNIQUE_BASE_VALUE_*
    macros instead of constants.
    * dse.c (record_store): Check for SP ADDRESS by comparing
    XWINT to UNIQUE_BASE_VALUE_SP instead of expecting
    XEXP to be stack_pointer_rtx.

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


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