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]

Re: [Bug preprocessor/23479] Implement binary constants with a "0b" prefix


As Tom Tromey wrote:

> Joerg> Which I'm hereby doing.  I updated the patch to the output of
> Joerg> "svn diff" as of yesterday, and reassured everything works fine
> Joerg> with the SVN trunk still.

> There's no ChangeLog entry.  That is required for a patch to go in.

Sorry for that.  Here's the ChangeLog entries:

libcpp/ChangeLog

2007-02-09 Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	PR preprocessor/23479
	* expr.c: Implement 0b-prefixed binary integer constants.
	* include/cpplib.h: Add CPP_N_BINARY, to be used for 0b-
	prefixed binary integer constants.

gcc/ChangeLog

2007-02-09 Joerg Wunsch <j.gnuuriah.heep.sax.de>

	PR preprocessor/23479
	* doc/extend.texi: Document the 0b-prefixed binary
	integer constant extension.

gcc/testsuite/ChangeLog

2007-02-09 Joerg Wunsch <j.gnuuriah.heep.sax.de>

	PR preprocessor/23479
	* testsuite/gcc.dg/binary-constants-1.c: Add test suites for
	the 0b-prefixed binary integer constants.
	* testsuite/gcc.dg/binary-constants-2.c: (Ditto.)
	* testsuite/gcc.dg/binary-constants-3.c: (Ditto.)
	* testsuite/gcc.dg/binary-constants-4.c: (Ditto.)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

Attachment: patch-0b-with-testsuite.diff
Description: Text document

Attachment: pgp00000.pgp
Description: PGP signature


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