From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29222 invoked by alias); 21 May 2004 23:35:05 -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 29140 invoked by uid 48); 21 May 2004 23:35:00 -0000 Date: Sat, 22 May 2004 22:05:00 -0000 From: "janis187 at us dot ibm dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040521233457.15579.janis187@us.ibm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/15579] New: tree-ssa regression for C++ altivec tests X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg02398.txt.bz2 List-Id: Several of the C++ altivec tests (g++.dg/ext/altivec-[24568].C) fail to compile since the tree-ssa merge when no optimization is used. For example, altivec-2.C gets the error "argument to `__builtin_altivec_dst' must be a 2-bit unsigned literal". In this case a literal '0' is turned into a var_decl. The same test is successful when compiled as C instead of C++. -- Summary: tree-ssa regression for C++ altivec tests Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis187 at us dot ibm dot com CC: aldyh at redhat dot com,gcc-bugs at gcc dot gnu dot org GCC host triplet: powerpc-unknown-linux-gnu GCC target triplet: powerpc-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15579