From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24186 invoked by alias); 10 Apr 2015 07:19:22 -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 22539 invoked by uid 48); 10 Apr 2015 07:19:19 -0000 From: "juergen.reuter at desy dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/65548] [5 Regression] gfc_conv_procedure_call Date: Fri, 10 Apr 2015 07:19: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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: juergen.reuter at desy dot de X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: vehre at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg00789.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D65548 J=C3=BCrgen Reuter changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #9 from J=C3=BCrgen Reuter --- No, I still get an ICE on a slightly different code, will provide a small example later on, but the code looks like this: allocate (phs%m_in (phs%config%n_in), & source =3D phs_config%flv(:phs_config%n_in, 1)%get_mass ()) so the problem might be the call to a TBP of a derived type component which= is an array, where only some components are taken (?) >>From gcc-bugs-return-483238-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Apr 10 07:32:22 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 105674 invoked by alias); 10 Apr 2015 07:32:21 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 105390 invoked by uid 48); 10 Apr 2015 07:32:17 -0000 From: "thorduri at secnorth dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/65723] uniform_real_distribution isn't uniform. Date: Fri, 10 Apr 2015 07:32:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: thorduri at secnorth dot net 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: cc 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: 2015-04/txt/msg00790.txt.bz2 Content-length: 746 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65723 Thordur Bjornsson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thorduri at secnorth dot net --- Comment #3 from Thordur Bjornsson --- (In reply to Jonathan Wakely from comment #1) > I think this is WONTFIX. If you use from=0, to=2 then it works fine, so use > those as the distribution parameters and then add 0x1p52 to the result. I don't see how this works fine. Could you perhaps provide an example ? See the following gist: https://gist.github.com/thorduri/5b9cc8743e631638cab4