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

r149850 - in /branches/st/cli-be/gcc/config/cil...


Author: andreao
Date: Tue Jul 21 09:51:55 2009
New Revision: 149850

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149850
Log:
add to cil-types.def supported complex types, void and argiterator
add method type_to_cil_on_stack that returns the cil type on the stack (complex are returned as valuetype, void is not allowed) 

Modified:
    branches/st/cli-be/gcc/config/cil32/cil-dump.c
    branches/st/cli-be/gcc/config/cil32/cil-stack.c
    branches/st/cli-be/gcc/config/cil32/cil-stack.h
    branches/st/cli-be/gcc/config/cil32/cil-types.def
    branches/st/cli-be/gcc/config/cil32/emit-cil.c
    branches/st/cli-be/gcc/config/cil32/t-cil32


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