From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18664 invoked by alias); 25 Nov 2006 10:11:52 -0000 Received: (qmail 18631 invoked by uid 48); 25 Nov 2006 10:11:42 -0000 Date: Sat, 25 Nov 2006 10:11:00 -0000 Message-ID: <20061125101142.18630.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/29585] [4.2/4.3 Regression] tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:558 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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: 2006-11/txt/msg02174.txt.bz2 ------- Comment #8 from pinskia at gcc dot gnu dot org 2006-11-25 10:11 ------- symbol_marked_for_renaming is returning false. Symbols to be put in SSA form _ZTI13basic_ostream _ZTIN12_GLOBAL__N_111NullostreamE _ZTSN12_GLOBAL__N_111NullostreamE _ZTVN10__cxxabiv120__si_class_type_infoE _ZTI8ios_base _ZTS13basic_ostream _ZTVN10__cxxabiv121__vmi_class_type_infoE _ZTS8ios_base _ZTVN10__cxxabiv117__class_type_infoE SFT.5 SFT.6 SFT.7 SFT.8 SFT.9 NONLOCAL.15 SMT.16 NMT.17 NMT.18 (gdb) p debug_generic_expr (name) _ZTCN12_GLOBAL__N_111NullostreamE0_13basic_ostreamD.2726 I think the loop in setup_pointers_and_addressables is where the problem is. Still looking into it some more. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29585