/* Test for constant expressions: details of what is a null pointer
constant.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999" } */
/* Not
GNU Classpath Native State API - Version 0.99.1
Written by Paul Fisher (rao@gnu.org)
For all function calls, if an error occurs, such that `NULL' or a
negative value is returned, it's very possible t
/* NullPointerException.java -- thrown when using null instead of an object
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Clas
// Bug in gcj 20000427: Java executables can abort trying to access a null
// pointer in a leaf function.
public class PR218
{
private int i = 5;
public static void main(String[] args)
{
// PR 83
/*
* test that caught null pointers exceptions in finalizers work correctly
* and that local variables are accessible in null pointer exception handlers.
*/
import java.io.*;
public clas