NetBSD/gnu/dist/gcc4/libcpp
christos a81b2a4e6c Restore functionality lost during the libcpp conversion: cpp -CC should convert
// comments to /* comments */ not only during macro definition, but also
macro argument collection. Otherwise the following:

    #define b(a) a
    main {
	b(
	// 1);
	0);
    }

gets expanded to:

    main()
    {
	    return //          1); 0;
    }

instead of:

    main()
    {
	    return /*          1);*/ 0;
    }
2008-05-30 15:12:24 +00:00
..
include
po import GCC-4.1 branch from 20070620 (revision 125891). this fixes 78 2007-06-20 22:55:47 +00:00
aclocal.m4
ChangeLog import GCC-4.1 branch from 20070620 (revision 125891). this fixes 78 2007-06-20 22:55:47 +00:00
charset.c
config.in
configure allow sh-*-* as a valid sh configuration. now need_64bit_hwint=yes is 2006-06-27 02:59:09 +00:00
configure.ac allow sh-*-* as a valid sh configuration. now need_64bit_hwint=yes is 2006-06-27 02:59:09 +00:00
directives.c import GCC-4.1 branch from 20070110 (revision 120647). this fixes the 2007-01-11 02:52:39 +00:00
errors.c
expr.c
files.c pull across from GCC3 tree: 2006-05-12 00:51:13 +00:00
identifiers.c
init.c
internal.h Restore functionality lost during the libcpp conversion: cpp -CC should convert 2008-05-30 15:12:24 +00:00
lex.c Restore functionality lost during the libcpp conversion: cpp -CC should convert 2008-05-30 15:12:24 +00:00
line-map.c
macro.c Restore functionality lost during the libcpp conversion: cpp -CC should convert 2008-05-30 15:12:24 +00:00
makedepend.c
Makefile.in Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:08:36 +00:00
makeucnid.c
mkdeps.c import GCC-4.1 branch from 20070620 (revision 125891). this fixes 78 2007-06-20 22:55:47 +00:00
pch.c
symtab.c
system.h
traditional.c
ucnid.h
ucnid.tab