r157526 - in /branches/milepost-integration/gcc...
amylaar@gcc.gnu.org
amylaar@gcc.gnu.org
Thu Mar 18 02:08:00 GMT 2010
Author: amylaar
Date: Thu Mar 18 02:08:15 2010
New Revision: 157526
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157526
Log:
* Makefile.in (CXXX): Add -fpermissive.
* graphite.h (struct name_tree, struct sese): Rename to:
(struct name_tree_s, struct sese_s).
* graphite.c: Likewise.
(struct ivtype_map_elt, struct rename_map_elt): Rename to:
(struct ivtype_map_elt_s, struct rename_map_elt_s).
(struct ifsese): Rename to:
(struct ifsese_s).
Modified:
branches/milepost-integration/gcc/ChangeLog.cxx
branches/milepost-integration/gcc/Makefile.in
branches/milepost-integration/gcc/graphite.c
branches/milepost-integration/gcc/graphite.h
More information about the Gcc-cvs
mailing list