On Wednesday, February 02, 2011, Josef Weidendorfer wrote: > It looks like GCC parses "3i" as complex integer literal, and implicitly > casts to a regular integer without warning, which then would become "size > == 0", which obviously is not the right thing here.
Makes sense, except that what it appears to cast it to is "size == 3" not "size == 0". Trying "size == 0" causes vassert(0) to happen a few lines later when running the NEON instruction set tests, whereas "size == 3" works. (See guest_arm_toIR.c:10988 and the two switches just after that). Cédric, thanks for finding that! J ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users