This is the mail archive of the gcc-cvs@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]

r148581 - in /branches/var-tracking-assignments...


Author: aoliva
Date: Wed Jun 17 07:44:24 2009
New Revision: 148581

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148581
Log:
* dwarf2out.c (mem_loc_descriptor): Handle DIV, MOD, AND, IOR,
XOR, NOT, ABS and NEG.  Accept but discard EQ, GE, GT, LE, LT,
NE, COMPARE, IF_THEN_ELSE, SMIN, SMAX, ROTATE, ROTATERT,
TRUNCATE, and several operations that cannot be represented
with DWARF opcodes.
(mem_loc_descriptor): Fail more verbosely on unrecognized RTL,
but only with checking enabled.
(loc_descriptor): Limit expansion to types narrower than
pointers.

Modified:
    branches/var-tracking-assignments-branch/gcc/ChangeLog.vta
    branches/var-tracking-assignments-branch/gcc/dwarf2out.c


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