r178346 - in /branches/gupc/gcc: c-typeck.c tre...
gfunck@gcc.gnu.org
gfunck@gcc.gnu.org
Tue Aug 30 23:58:00 GMT 2011
Author: gfunck
Date: Tue Aug 30 23:58:36 2011
New Revision: 178346
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178346
Log:
2011-08-30 Gary Funck <gary@intrepid.com>
* tree.h (check_qualified_type): Change 'const_tree'
argument types back to 'tree' to avoid complaints
of assignment drops qualifiers for invocations of the
newly implemented TYPE_BLOCK_FACTOR() macro, which
invokes hash functions with 'tree' pointer values that
are not const qualified.
* tree.c (check_qualified_type, check_aligned_type): Ditto.
* c-typeck.c (comptypes_internal): Ditto.
Modified:
branches/gupc/gcc/c-typeck.c
branches/gupc/gcc/tree.c
branches/gupc/gcc/tree.h
More information about the Gcc-cvs
mailing list