From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1511 invoked by alias); 12 Oct 2008 10:31:00 -0000 Received: (qmail 941 invoked by uid 48); 12 Oct 2008 10:29:35 -0000 Date: Sun, 12 Oct 2008 10:31:00 -0000 Message-ID: <20081012102935.940.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/37807] Exponential compile time with MMX builtins. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" 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 X-SW-Source: 2008-10/txt/msg00778.txt.bz2 ------- Comment #11 from rguenth at gcc dot gnu dot org 2008-10-12 10:29 ------- Note that we stopped documenting most of the x86 specific SSE/MMX builtins because you should use the SSE/MMX intrinsics instead (the x86 specific builtins can go away or change without further notice between releases). Btw, your patch looks reasonable. Minor code-style nit is that the || goes to the next line. If the patch passes bootstrap/test please post it to gcc-patches@gcc.gnu.org. Thanks, Richard. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|c |middle-end Ever Confirmed|0 |1 Keywords| |compile-time-hog Last reconfirmed|0000-00-00 00:00:00 |2008-10-12 10:29:35 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37807