From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6242 invoked by alias); 5 Jan 2014 13:17:37 -0000 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 Received: (qmail 6210 invoked by uid 48); 5 Jan 2014 13:17:33 -0000 From: "janus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/59678] Segmentation fault on equalizing variables of a complex derived data type Date: Sun, 05 Jan 2014 13:17:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: janus at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg00225.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59678 --- Comment #3 from janus at gcc dot gnu.org --- (In reply to Hossein Talebi from comment #2) > I tried but I could not get it with a simple test case. It will take me 1-2 > full days until I reduce my code to a minimalistic example. A gfortran developer who is not familiar with your code would probably need even more time than you to do this. > I know you GCC > guys don't like this kind of error reporting; I understand; but I am quite > busy too. Let's find a compromise.. I tried to build your full code and got errors like this: gfortran: error: ../../externals/lib_LNX64_SRL_GCC4.63/libmpiseq.a: No such file or directory If you expect that anyone looks into the problem, you will have to provide a self-contained and reproducible test case. Simple as that.