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]

r178885 - in /branches/gupc/gcc: ChangeLog.upc ...


Author: gfunck
Date: Thu Sep 15 14:58:32 2011
New Revision: 178885

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178885
Log:
gcc/
	Fix ICE involving shared bit field accesses.
	* tree.c (build3_stat): Propagate TEEE_SHARED()
	and TREE_STRICT() and TREE_RELAXED() flags, if applicable.

gcc/upc/
	* upc-genericize.c (upc_simplify_shared_ref): Improve
	"shared bit fields not yet implemented" error message
	by adding file/line number location.

Modified:
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-genericize.c


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