! PR 14334, L edit descriptor does not work
!
! this test uses L1 and L4 to print TRUE and FALSE
logical true,false
character*10 b
true = .TRUE.
false = .FALSE.
b =
! { dg-do run }
! this is a problem which disappeared between 2005-01-02 and 2005-03-13
! PR 18600
logical a, b
a(b) = .true.
b = .false.
if (a(.false.)) b = .true.
if (.
#define FALSE 140
#define TRUE 13
feq (x)
long long int x;
{
if (x == 0)
return TRUE;
else
return FALSE;
}
fne (x)
long long int x;
{
if (x != 0)
return TRUE;
else
// Create a process and verify failure exit code.
public class Process_4
{
public static void main(String[] args)
{
try
{
Runtime r = Runtime.getRuntime();
String[] a = { "false" };
P