From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109127 invoked by alias); 19 Jul 2015 14:03:09 -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 109102 invoked by uid 48); 19 Jul 2015 14:03:05 -0000 From: "eugene.zelenko at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/66918] Disable "inline function declared but never defined" warning Date: Sun, 19 Jul 2015 14:03: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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eugene.zelenko at gmail dot com X-Bugzilla-Status: NEW 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: 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-07/txt/msg01665.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66918 --- Comment #4 from Eugene Zelenko --- (In reply to Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez from comment #3) > Does Clang have an option for this? GCC could use the same name. >=20 > (The same warning exists in the C++ FE, thus it should be controlled by t= he > same option). I tried small example with Clang 3.7 https://gcc.godbolt.org and it looks l= ike it doesn't have such warning (I used -Weverything -std=3DC++11 and C++14). GCC already has -Wunused-function and it seems reasonable to extend it to inline functions. >>From gcc-bugs-return-492776-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Jul 19 14:37:34 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 51778 invoked by alias); 19 Jul 2015 14:37:34 -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 51739 invoked by uid 48); 19 Jul 2015 14:37:30 -0000 From: "jana at saout dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/64394] ICE: in build_linearized_memory_access, at graphite-interchange.c:121 (isl_constraint.c:558: expecting integer value) with -floop-interchange Date: Sun, 19 Jul 2015 14:37: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-Version: 5.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jana at saout dot de X-Bugzilla-Status: UNCONFIRMED 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: 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-07/txt/msg01666.txt.bz2 Content-length: 263 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64394 --- Comment #4 from Jana Saout --- Indeed - I've applied the patch on top of 5.2.0 and I can't reproduce the issue anymore with any of the packages that have failed before. Looking fine.