From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6880 invoked by alias); 14 Jul 2004 07:53:03 -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 6862 invoked by uid 48); 14 Jul 2004 07:53:01 -0000 Date: Wed, 14 Jul 2004 07:53:00 -0000 Message-ID: <20040714075301.6861.qmail@sourceware.org> From: "jv244 at cam dot ac dot uk" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040707093303.16404.jv244@cam.ac.uk> References: <20040707093303.16404.jv244@cam.ac.uk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug fortran/16404] should reject invalid code with -pedantic -std=f95 ? (x8) X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg01681.txt.bz2 List-Id: ------- Additional Comments From jv244 at cam dot ac dot uk 2004-07-14 07:52 ------- (In reply to comment #8) > Even your compiler's error message could be helpful in that regard. I don't have the standard reference, but in case 8 the problem is IO of a derived type that has a POINTER component. E.g. g95: In file mytest.f90:6 write(6,*) A 1 Error: Data transfer element at (1) cannot have POINTER components -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16404