From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20029 invoked by alias); 23 Jan 2005 05:21:49 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 19690 invoked by uid 48); 23 Jan 2005 05:21:17 -0000 Date: Sun, 23 Jan 2005 05:21:00 -0000 Message-ID: <20050123052117.19689.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050123050702.19583.zack@gcc.gnu.org> References: <20050123050702.19583.zack@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19583] [4.0 Regression] Incorrect diagnostic: control may reach end of non-void function '...' being inlined X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg03252.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-23 05:21 ------- Here is the simplified testcase: static inline bool f() throw() { return 0; } bool ff() { return f(); } -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-01-23 05:21:08 date| | Summary|Incorrect diagnostic: |[4.0 Regression] Incorrect |control may reach end of |diagnostic: control may |non-void function '...' |reach end of non-void |being inlined |function '...' being inlined Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19583