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

[ira] small fixes for problems reported by Mike Meissner and Richard Sandiford


The following patch solves bootstrap problem reported by Mike Meissner
in

http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00592.html

The solution is actually proposed by Jakub Julinek.

The patch also fixes inaccuracy in comments for allocno_copy reported
by Richard Sandiford.

2008-06-10 Vladimir Makarov <vmakarov@redhat.com>

* ira-int.h (allocno_copy): Change comments.
* ira-conflicts.c (build_conflict_bit_table): Use cast in printf
for %ld.


The following patch solves bootstrap problem reported by Mike Meissner
in

http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00592.html

The solution is actually proposed by Jakub Julinek.

The patch also fixes inaccuracy in comments for allocno_copy reported
by Richard Sandiford.

2008-06-10  Vladimir Makarov  <vmakarov@redhat.com>

	* ira-int.h (allocno_copy):  Change comments.
	
	* ira-conflicts.c (build_conflict_bit_table): Use cast in printf
	for %ld.


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