This is the mail archive of the gcc@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]

problem in Post/Pre-OPERATOR tree-Node...




Hello Sir,

	
	While integrating a sample front-end to Gcc_3.2,
	We are trying to build tree-node for POSTINCREMENT_EXPR , using
	   
	    build1(POSTINCREMENT_EXPR, post_pre_flag, exp);
        	
	
	we are unable to generate RTL through routines:

		 expand_expr_stmt() &
		 expand_increment()


	Through which RTL generation routine, Can we genrate RTL for
	this node..??


Thanking you..
Your's Sincerely,
-Avinash Shrivastava
  




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