From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17934 invoked by alias); 2 Jun 2015 08:08:26 -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 17891 invoked by uid 48); 2 Jun 2015 08:08:23 -0000 From: "ismail at donmez dot ws" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/56926] Crash (without ICE) while compiling Boost.Math Date: Tue, 02 Jun 2015 08:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ismail at donmez dot ws X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: 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: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-06/txt/msg00124.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D56926 =C4=B0smail "cartman" D=C3=B6nmez changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ismail at donmez dot ws --- Comment #18 from =C4=B0smail "cartman" D=C3=B6nmez --- It would make sense to set this fixed size to 1GB. >>From gcc-bugs-return-487793-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Jun 02 08:50:08 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 83710 invoked by alias); 2 Jun 2015 08:50:08 -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 83562 invoked by uid 48); 2 Jun 2015 08:50:04 -0000 From: "vries at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/65419] incorrect sibcalls to libgomp functions Date: Tue, 02 Jun 2015 08:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: unknown X-Bugzilla-Keywords: openacc X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: vries 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: 2015-06/txt/msg00125.txt.bz2 Content-length: 546 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65419 --- Comment #15 from vries at gcc dot gnu.org --- (In reply to vries from comment #3) > [ There's a problem with the matching. The rs in "..rrr" were supposed to > match the PTR_PTR_PTR arguments. But that's not the case, since we need to > add a dot even for a void result. So the intended spec string was "...rrr". > AFAIU, this problem does not affect this PR. But I will review > omp-builtins.def for similar problems. ] Fixed in https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00089.html