[RFC] Sanitize rtx_addr_can_trap_p_1

Bernd Edlinger bernd.edlinger@hotmail.de
Thu Jun 11 15:55:00 GMT 2015


Hi,

On Thu, 11 Jun 2015 16:38:23, Richard Biener wrote:
>
> Sounds like a red-zone is not accounted for?
>

No, I know about the red-zone:

+#ifdef RED_ZONE_SIZE
+         HOST_WIDE_INT red_zone_size = RED_ZONE_SIZE;
+#else
+         HOST_WIDE_INT red_zone_size = 0;
+#endif


otherwise there would be many more drop outs with [SP-x].


Bernd.
 		 	   		  


More information about the Gcc-patches mailing list