From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22222 invoked by alias); 13 Oct 2004 23:49:17 -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 22204 invoked by uid 48); 13 Oct 2004 23:49:15 -0000 Date: Wed, 13 Oct 2004 23:49:00 -0000 Message-ID: <20041013234915.22203.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041013220543.17982.schwab@suse.de> References: <20041013220543.17982.schwab@suse.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/17982] [4.0 regression] asm declaration ignored due to conflict with previous rename X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg01859.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-13 23:49 ------- 1764 if (!skip_evaluation) 1765 assemble_external (ref); #0 assemble_external (decl=0x41682934) at ../../gcc/varasm.c:1771 #1 0x00043c20 in build_external_ref (id=0x41686ac4, fun=1) at ../../gcc/c-typeck.c:1765 #2 0x0000534c in yyparse () at c-parse.y:626 #3 0x0000ac60 in c_parse_file () at c-parse.y:2903 #4 0x000a0728 in c_common_parse_file (set_yydebug=0) at ../../gcc/c-opts.c:1095 #5 0x0054dc6c in compile_file () at ../../gcc/toplev.c:985 #6 0x00550814 in do_compile () at ../../gcc/toplev.c:2069 #7 0x005508b0 in toplev_main (argc=3, argv=0xbffffd5c) at ../../gcc/toplev.c:2101 #8 0x000c69dc in main (argc=3, argv=0xbffffd5c) at ../../gcc/main.c:35 where the call to build_external_ref: primary: IDENTIFIER { if (yychar == YYEMPTY) yychar = YYLEX; $$.value = build_external_ref ($1, yychar == '('); $$.original_code = ERROR_MARK; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17982