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]

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


Author: gfunck
Date: Thu Apr 14 04:33:35 2011
New Revision: 172412

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172412
Log:
2011-04-13  Gary Funck  <gary@intrepid.com>

gcc/upc/
	* upc-gimplify.c (upc_gimplify_real_image_ref): New.
	  Currently, a not-yet-implemented stub.
	  (upc_gimplify_lval): call upc_gimplify_real_image_ref to
	  rewrite UPC shared REALPART_EXPR and IMAGPART_EXPR lvalues.
	  This is will avoid an ICE when compiling regular "C"
	  code that refers to those operators.

Modified:
    branches/gupc/gcc/upc/ChangeLog
    branches/gupc/gcc/upc/upc-gimplify.c


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