From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16045 invoked by alias); 30 Jun 2003 11:20:20 -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 16029 invoked by alias); 30 Jun 2003 11:20:20 -0000 Date: Mon, 30 Jun 2003 11:20:00 -0000 Message-ID: <20030630112020.16027.qmail@sources.redhat.com> From: "wolfgang dot glas at ev-i dot at" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030304160600.9941.struppi@acm.org> References: <20030304160600.9941.struppi@acm.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/9941] [HP-UX] typeinfo not generated correctly when #pragmas are involved X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg03145.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9941 ------- Additional Comments From wolfgang dot glas at ev-i dot at 2003-06-30 11:20 ------- Subject: Re: [HP-UX] typeinfo not generated correctly when #pragmas are involved Hi all bug trackers, Sorry for the delay, I just didn't find any time for testing this issue. Unfortunately we have switched to AIX-5.1 in the meanwhile, so I can oonly provide a test for this platform with the given example: $ gcc -c LS.cc && nm LS.o | c++filt | grep typeinfo 0000000000000368 D typeinfo for LS U typeinfo name for LS $ gcc -v Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3/specs Configured with: ../gcc-3.3/configure --disable-nls Thread model: aix gcc version 3.3 $ So, its the same again for gcc-3.3 under AIX-5.1 (I also did not discover weak symbols on this platform). The typeinfo name symbol is still undefined. Hopefully, I will be a little faster the next time in giving feedback. Wolfgang