This is the mail archive of the gcc@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]

Mainline Ada bootstrap broken


Eric,

this patch of yours

2008-08-01  Eric Botcazou  <ebotcazou@adacore.com>

        * gcc-interface/utils.c (convert_vms_descriptor): Add gnu_expr_alt_type
        parameter.
        Convert the expression to it instead of changing its type in place.
        (build_function_stub): Adjust call to above function.

broke mainline Ada bootstrap everywhere.  It uses DECL_PARM_ALT_TYPE, which
is not defined anywhere, so e.g. gnat1 fails to link:

Undefined                       first referenced
 symbol                             in file
DECL_PARM_ALT_TYPE                  ada/utils.o
ld: fatal: Symbol referencing errors. No output written to gnat1
collect2: ld returned 1 exit status
make[3]: *** [gnat1] Error 1

Please fix.

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University


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