From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13459 invoked by alias); 4 Jun 2007 17:20:20 -0000 Received: (qmail 13413 invoked by uid 48); 4 Jun 2007 17:20:10 -0000 Date: Mon, 04 Jun 2007 17:20:00 -0000 Message-ID: <20070604172010.13412.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/31588] gfortran should be able to output Makefile dependencies with -M* options In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "aldot at gcc dot gnu dot org" 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: 2007-06/txt/msg00207.txt.bz2 ------- Comment #4 from aldot at gcc dot gnu dot org 2007-06-04 17:20 ------- fx, are you still working on this? yet another reason why "-M" as an alias for -J should be dropped and instead proper -M dependency handling should be added is this: $ echo end > foo.f90 && gfortran -o main foo.f90 -v -M Segmentation fault i.e. it isn't user-safe with 4.1.2, 4.2.0 and trunk. -- aldot at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aldot at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31588