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

CLASS_CANNOT_CHANGE_MODE and CANNOT_CHANGE_MODE_CLASS in df.c


We currently have in df.c uses of CLASS_CANNOT_CHANGE_MODE which is
nowhere defined - and also have the macro CANNOT_CHANGE_MODE_CLASS.

My question is now whether the code in df.c is wrong and we should do
a s/CLASS_CANNOT_CHANGE_MODE/CANNOT_CHANGE_MODE_CLASS/; or whether
that macro can be removed completly.

Michael and Daniel, the last ChangeLog entry is this one:

2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
	Merge changes from new-regalloc-branch

	From Michael Matz  <matz@suse.de>
	* df.c (df_ref_record_1): Move init of loc to safe point.
	Only recurse on interesting things in parallels.
	Handle CLASS_CANNOT_CHANGE_MODE smarter.
	(df_uses_record): Ditto.

Are you sure that this is intented?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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