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/52983] [4.8 Regression] internal compiler error: in df_uses_record, at df-scan.c:3243


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

--- Comment #13 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2012-08-02 00:34:30 UTC ---
Author: aoliva
Date: Thu Aug  2 00:34:26 2012
New Revision: 190062

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190062
Log:
PR debug/52983
* valtrack.c (cleanup_auto_inc_dec): Implement unconditionally,
falling back to copy_rtx on non-autoinc machines.
(propagate_for_debug_subst): Always use cleanup_auto_inc_dec.

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

--- Comment #14 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2012-08-02 00:34:45 UTC ---
Author: aoliva
Date: Thu Aug  2 00:34:41 2012
New Revision: 190063

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190063
Log:
PR debug/52983
* valtrack.c (dead_debug_insert_temp): Use cleanup_auto_inc_dec.

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


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