This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/17982] [4.0 regression] asm declaration ignored due to conflict with previous rename


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]