From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25606 invoked by alias); 14 Mar 2008 13:30:39 -0000 Received: (qmail 25240 invoked by uid 48); 14 Mar 2008 13:29:43 -0000 Date: Fri, 14 Mar 2008 13:30:00 -0000 Subject: [Bug fortran/35582] New: very simple error gives segmentation fault X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "leandromartinez dot spam at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg01073.txt.bz2 This porgram, when compiled with $ gfortran prog.f -o prog gives segmentation fault: real, parameter :: a = 1. write(*,a) 'test' end Result: test.f:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: very simple error gives segmentation fault Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: leandromartinez dot spam at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35582