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]

Re: [buildrobot] Ada/VMS code won't build


Yes, easy fix. An enhancement to config/vms/vms.opt is needed for the missing variable. I'll get it sorted out.
--Doug

On 03/06/2014 05:35 PM, Jan-Benedict Glaw wrote:
Hi Doug!

Your recent VMS change committed by Arnaud Charlet won't build, see
eg. build log [1] for build #154768 [2], which is targeted to
alpha64-dec-vms:

g++ -c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual  -Wmissing-format-attribute -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -Iada -I../../../gcc/gcc -I../../../gcc/gcc/ada -I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include -I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I../../../gcc/gcc/../libbacktrace    -o ada/trans.o -MT ada/trans.o -MMD -MP -MF ada/.deps/trans.TPo ../../../gcc/gcc/ada/gcc-interface/trans.c
../../../gcc/gcc/ada/gcc-interface/trans.c: In function âvoid gigi(Node_Id, int, int, Node*, Flags*, Node_Id*, Node_Id*, Elist_Header*, Elmt_Item*, String_Entry*, Char_Code*, List_Header*, Nat, File_Info_Type*, Entity_Id, Entity_Id, Entity_Id, Entity_Id, Entity_Id, Int)â:
../../../gcc/gcc/ada/gcc-interface/trans.c:320:3: error: âvms_float_formatâ was not declared in this scope
    vms_float_format = Float_Format;
    ^
make[2]: *** [ada/trans.o] Error 1


Actually, I cannot find `vms_float_format' anywhere, but I don't know
the Ada code at all... Probably easy to fix?

MfG, JBG

[1] http://toolchain.lug-owl.de/buildbot/deliver_artifact.php?mode=view&id=1139497
[2] http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=154768



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