From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4559 invoked by alias); 15 Aug 2014 08:42:47 -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 4510 invoked by uid 48); 15 Aug 2014 08:42:43 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/62142] [4.9/5 Regression] internal compiler error: Segmentation fault (X = X - L*floor(X/L)) Date: Fri, 15 Aug 2014 08:42: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.9.1 X-Bugzilla-Keywords: ice-on-invalid-code, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: NEW 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: bug_status cf_known_to_work keywords cf_reconfirmed_on cc everconfirmed short_desc cf_known_to_fail 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-08/txt/msg01043.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62142 Dominique d'Humieres changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Known to work| |4.8.3 Keywords| |ice-on-invalid-code, | |ice-on-valid-code Last reconfirmed| |2014-08-15 CC| |tkoenig at gcc dot gnu.org Ever confirmed|0 |1 Summary|internal compiler error: |[4.9/5 Regression] internal |Segmentation fault (X = X - |compiler error: |L*floor(X/L)) |Segmentation fault (X = X - | |L*floor(X/L)) Known to fail| |4.9.1, 5.0 --- Comment #4 from Dominique d'Humieres --- The codes in comments 0, 1, and 2 compile with gfortran 4.8, but not with 4.9 nor trunk (5.0). Revision r201916 (2013-08-22) is OK, r202111 (2013-08-30) gives the ICE, likely r202070.