[PATCH v2] testsuite/gdb.base: Make skip test not rely on undefined behaviour.

Pedro Alves palves@redhat.com
Tue Jun 18 17:27:00 GMT 2013


On 06/17/2013 12:20 PM, Will Newton wrote:
> 
>  int main()
>  {
> -  return baz(foo(), bar());
> +  return baz((bar(), foo()));
>  }

Could you add a small comment explaining the need for
the extra parens?

-- 
Pedro Alves



More information about the Gdb-patches mailing list