From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19219 invoked by alias); 6 Mar 2003 13:25:05 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 19212 invoked from network); 6 Mar 2003 13:25:05 -0000 Received: from unknown (HELO mail02.agrinet.ch) (212.28.134.115) by 172.16.49.205 with SMTP; 6 Mar 2003 13:25:05 -0000 Received: from [141.169.250.14] by mail02.agrinet.ch with HTTP; Thu, 6 Mar 2003 14:25:01 +0100 Date: Thu, 06 Mar 2003 13:25:00 -0000 Message-ID: <3E5C8D4F000010B2@mail02.agrinet.ch> From: "Andreas Tobler" Subject: RE: PATCH to C++ template inlining To: jason@redhat.com Cc: gcc-patches@gcc.gnu.org, bkoz@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2003-03/txt/msg00516.txt.bz2 Hi Jason, I hope I didn't miss something. This patch breaks the libstdc++ build on powerpc darwin. (Head) 2003-03-03 Jason Merrill * tree-inline.c (find_builtin_longjmp_call): Save and restore lineno and input_filename. (find_alloca_call): Likewise. (inlinable_function_p): Run the langhook earlier. cp/ * decl.c (start_function): Clear DECL_NUM_STMTS. I reverted the whole tree just before this patch and it builds. Updating these two files makes the build break. For break details see here: http://gcc.gnu.org/ml/libstdc++/2003-03/msg00040.html Also, if you need some further info, let me know. I can directly try with a stage 2 build and test. Thank you in advance, Andreas