From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2032 invoked by alias); 16 May 2004 15:00:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 2025 invoked by uid 48); 16 May 2004 15:00:08 -0000 Date: Mon, 17 May 2004 01:53:00 -0000 Message-ID: <20040516150008.2024.qmail@sourceware.org> From: "tobi at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040420213915.15032.Tobias.Schlueter@physik.uni-muenchen.de> References: <20040420213915.15032.Tobias.Schlueter@physik.uni-muenchen.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/15032] [gfortran] gfc_conv_constant Assertion failure X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg01711.txt.bz2 List-Id: ------- Additional Comments From tobi at gcc dot gnu dot org 2004-05-16 15:00 ------- I reduced the original testcase a little more: INTEGER, POINTER :: P => NULL() P => NULL() END commenting out either assignment makes the failure disappear. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15032