From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27451 invoked by alias); 2 Jan 2014 23:51:45 -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 27408 invoked by uid 55); 2 Jan 2014 23:51:42 -0000 From: "rouson at stanford dot edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/59654] [4.8/4.9 Regression] [OOP] Broken function table with complex OO use case Date: Thu, 02 Jan 2014 23:51: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.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rouson at stanford dot edu X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: janus 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: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg00093.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59654 --- Comment #20 from Damian Rouson --- FYI, the current port of gcc49 via macports is broken (https://trac.macports.org/ticket/41964) so I think Tom=E2=80=99s only choi= ce will be to build from source or build on another platform unless the port gets fixe= d. Damian On Jan 2, 2014, at 1:59 PM, janus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59654 >=20 > --- Comment #19 from janus at gcc dot gnu.org --- > (In reply to tlcclt from comment #18) >> I usually just use mac port these days >=20 > Apparently MacPorts does have GCC trunk snapshots. Tbe current one is from > 2013-12-29 and I think they are updated weekly, so you might have to wait= a few > days. >=20 >=20 >> With regard to the back port in 4.8, would that appear only in 4.8.3? = Or >> would it possibly also go into 4.8.2/4.8.1. >=20 > No, 4.8.1 and 4.8.2 have been released already. The fix would go into the > upcoming 4.8.3. >=20 >=20 >> Thank you so much for such a speedy resolution.=20=20 >=20 > Thanks for the bug report! >=20 > --=20 > You are receiving this mail because: > You are on the CC list for the bug. >>From gcc-bugs-return-438952-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jan 03 00:03:00 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 1079 invoked by alias); 3 Jan 2014 00:02:59 -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 1060 invoked by uid 48); 3 Jan 2014 00:02:55 -0000 From: "bruck.michael at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/59661] New: documentation: __builtin_FUNCTION / _FILE listed as returning int Date: Fri, 03 Jan 2014 00:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: bruck.michael at googlemail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: 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: 2014-01/txt/msg00094.txt.bz2 Content-length: 688 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59661 Bug ID: 59661 Summary: documentation: __builtin_FUNCTION / _FILE listed as returning int Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: bruck.michael at googlemail dot com http://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html lists: =E2=80=94 Built-in Function: int __builtin_FUNCTION () ... =E2=80=94 Built-in Function: int __builtin_FILE () ... These should return some sort of string (ideally constexpr?). >>From gcc-bugs-return-438953-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jan 03 00:42:29 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 17273 invoked by alias); 3 Jan 2014 00:42:28 -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 17232 invoked by uid 48); 3 Jan 2014 00:42:25 -0000 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/59661] documentation: __builtin_FUNCTION / _FILE listed as returning int Date: Fri, 03 Jan 2014 00:42: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.9.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: keywords bug_status cf_reconfirmed_on cc version everconfirmed bug_severity 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-01/txt/msg00095.txt.bz2 Content-length: 730 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59661 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |documentation Status|UNCONFIRMED |NEW Last reconfirmed| |2014-01-03 CC| |rguenth at gcc dot gnu.org Version|unknown |4.9.0 Ever confirmed|0 |1 Severity|minor |normal --- Comment #1 from Andrew Pinski --- Confirmed.