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 c/37028] New: Error compiling alpha.c in snapshot of 20080801


When I attempt to compile the snapshot of 20080801 on an AlphaStation 255 I get
the following errors:

gcc -c  -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition
-Wc++-compat -Wmissing-format-attribute   -DHAVE_CONFIG_H -I. -I.
-I/home/mrichmon/gcc-4.4-20080801/gcc -I/home/mrichmon/gcc-4.4-20080801/gcc/.
-I/home/mrichmon/gcc-4.4-20080801/gcc/../include
-I/home/mrichmon/gcc-4.4-20080801/gcc/../libcpp/include
-I/home/mrichmon/mpfr-2.3.1
-I/home/mrichmon/gcc-4.4-20080801/gcc/../libdecnumber
-I/home/mrichmon/gcc-4.4-20080801/gcc/../libdecnumber/dpd -I../libdecnumber  \
                /home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c -o
alpha.o
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c: In function
âva_list_skip_additionsâ:
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5815: warning:
assignment from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5817: error:
âPHI_NODEâ undeclared (first use in this function)
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5817: error: (Each
undeclared identifier is reported only once
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5817: error: for each
function it appears in.)
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c: In function
âalpha_stdarg_optimize_hookâ:
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5862: warning: unused
variable âoffset_argâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5861: warning: unused
variable âarg2â
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5861: warning: unused
variable âarg1â
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5861: warning: unused
variable âoffsetâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:5861: warning: unused
variable âbaseâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c: In function
âalpha_gimplify_va_arg_1â:
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6137: error: âstruct
gimple_seq_dâ has no member named âcommonâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6139: error: âstruct
gimple_seq_dâ has no member named âcommonâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6139: warning: passing
argument 3 of âbuild2_statâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6140: warning: passing
argument 1 of âgimplify_assignâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6143: warning:
assignment from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6178: warning: passing
argument 3 of âgimplify_exprâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6179: warning:
implicit declaration of function âappend_to_statement_listâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6191: error: âstruct
gimple_seq_dâ has no member named âcommonâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6192: error: âstruct
gimple_seq_dâ has no member named âcommonâ
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6192: warning: passing
argument 3 of âbuild2_statâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6193: warning: passing
argument 1 of âgimplify_assignâ from incompatible pointer type
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c: In function
âalpha_gimplify_va_argâ:
/home/mrichmon/gcc-4.4-20080801/gcc/config/alpha/alpha.c:6229: warning: passing
argument 3 of âalpha_gimplify_va_arg_1â from incompatible pointer type


-- 
           Summary: Error compiling alpha.c in snapshot of 20080801
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov
 GCC build triplet: alpha-unknown-linux-gnu
  GCC host triplet: alpha-unknown-linux-gnu
GCC target triplet: alpha-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37028


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