From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: subtle byte-compiler bug Date: Thu, 8 Jan 2004 09:12:18 +0100 (CET) Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Message-ID: <16661601.1073549538169.JavaMail.www@wwinf0301> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073550343 5585 80.91.224.253 (8 Jan 2004 08:25:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2004 08:25:43 +0000 (UTC) Cc: emacs-pretest-bug , emacs-devel Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Thu Jan 08 09:25:39 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AeVU3-0003Ng-00 for ; Thu, 08 Jan 2004 09:25:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AeWMR-0005uM-N6 for gebp-emacs-pretest-bug@gmane.org; Thu, 08 Jan 2004 04:21:51 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AeWMN-0005sq-5Z for emacs-pretest-bug@gnu.org; Thu, 08 Jan 2004 04:21:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AeWGd-0004cB-Hx for emacs-pretest-bug@gnu.org; Thu, 08 Jan 2004 04:16:23 -0500 Original-Received: from [193.252.22.28] (helo=mwinf0301.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AeWEd-0003sa-VQ; Thu, 08 Jan 2004 04:13:48 -0500 Original-Received: from wwinf0301 (wwinf0301 [172.22.134.28]) by mwinf0301.wanadoo.fr (SMTP Server) with ESMTP id 2C011400895; Thu, 8 Jan 2004 09:12:18 +0100 (CET) Original-To: schwab@suse.de X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.pretest.bugs:1769 gmane.emacs.devel:19093 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19093 Hi Andreas, > Thanks for the testcase. I have installed this change to fix the bug: > > * print.c (print_preprocess) : Only mask > size if PSEUDOVECTOR_FLAG is set. It works like a charm now :-) Thanks! David