Commit db1b5e81 by Andreas Schwab Committed by Jeff Law

* compile/981022-1.c, compile/981022-1.x: New test and driver.

From-SVN: r23225
parent f09bbbed
Thu Oct 22 16:01:44 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* compile/981022-1.c, compile/981022-1.x: New test and driver.
Mon Oct 19 14:03:07 1998 Jeffrey A Law (law@cygnus.com)
* 981019-1.c: New test.
......
/* This tests a combination of two gcc extensions. Omitting the middle
operand of ?: and using ?: as an lvalue. */
int x, y;
int main ()
{
(x ?: y) = 0;
return 0;
}
set torture_compile_xfail "*-*-*"
return 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment