From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22728 invoked by alias); 18 Apr 2007 18:21:19 -0000 Received: (qmail 22668 invoked by uid 48); 18 Apr 2007 18:21:10 -0000 Date: Wed, 18 Apr 2007 18:21:00 -0000 Message-ID: <20070418182110.22667.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/31299] Use getpwuid(geteuid()) instead of getlogin() for GETLOG() In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert 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-04/txt/msg01410.txt.bz2 ------- Comment #17 from fxcoudert at gcc dot gnu dot org 2007-04-18 19:21 ------- (In reply to comment #16) > nor while compiling/linking > a binary (a hello-world in this case, glibc-2.5) It happens when you compile and link statically a Fortran code that uses GETLOG(). I've ended up convincing myself that this was still the right thing to do. I'll test and commit the patch soon. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31299