From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12250 invoked by alias); 22 Dec 2012 23:01:02 -0000 Received: (qmail 12078 invoked by uid 48); 22 Dec 2012 23:00:24 -0000 From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/54120] [4.8 Regression] FAIL: gfortran.fortran-torture/execute/random_2.f90 execution Date: Sat, 22 Dec 2012 23:01:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-12/txt/msg02233.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54120 --- Comment #5 from John David Anglin 2012-12-22 23:00:21 UTC --- As might have been expected, libgfortran/random.o differs between revisions 189365 and 189366. Even in the .i files, there are many differences. For example, # diff -u random.i /test/gnu/gcc/objdir-189366/hppa2.0w-hp-hpux11.11/libgfortr> --- random.i Sat Dec 22 17:25:17 2012 +++ /test/gnu/gcc/objdir-189366/hppa2.0w-hp-hpux11.11/libgfortran/random.i Sat Dec 22 17:27:36 2012 @@ -8,26 +8,26 @@ # 1 "./config.h" 1 # 43 "../../../gcc/libgfortran/libgfortran.h" 2 -# 1 "/test/gnu/gcc/objdir/gcc/include-fixed/stdio.h" 1 3 4 -# 14 "/test/gnu/gcc/objdir/gcc/include-fixed/stdio.h" 3 4 -# 1 "/test/gnu/gcc/objdir/gcc/include/stdarg.h" 1 3 4 -# 41 "/test/gnu/gcc/objdir/gcc/include/stdarg.h" 3 4 +# 1 "/test/gnu/gcc/objdir/./gcc/include-fixed/stdio.h" 1 3 4 +# 14 "/test/gnu/gcc/objdir/./gcc/include-fixed/stdio.h" 3 4 +# 1 "/test/gnu/gcc/objdir/./gcc/include/stdarg.h" 1 3 4 +# 41 "/test/gnu/gcc/objdir/./gcc/include/stdarg.h" 3 4 There are also many differences in the .s files. I see this with bootstrap disabled.