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

Re: [tree-ssa] Lowering of VLAs, second attempt


Hi Zdenek,
+     case BUILT_IN_STACK_ALLOC:
+       expand_stack_alloc (TREE_VALUE (arglist),
+ 			  TREE_VALUE (TREE_CHAIN (arglist)));
+       return NULL_RTX;

I believe the usual convention is to return const0_rtx upon success
from expand_builtin.

Roger
--


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