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]

r172457 - in /branches/pph/gcc: ChangeLog.pph l...


Author: dnovillo
Date: Thu Apr 14 20:34:51 2011
New Revision: 172457

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172457
Log:
	* lto-streamer-out.c (pack_ts_type_value_fields): Pack all bits
	of -1 value.
	* lto-streamer.h (bitpack_create): Assert that the value to
	pack does not overflow NBITS.
	* lto-streamer-in.c (unpack_ts_type_value_fields): Unpack
	BITS_PER_BITPACK_WORD bits for TYPE_ALIAS_SET.

Modified:
    branches/pph/gcc/ChangeLog.pph
    branches/pph/gcc/lto-streamer-in.c
    branches/pph/gcc/lto-streamer-out.c
    branches/pph/gcc/lto-streamer.h


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