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]

r169791 - /branches/st/cli-fe/gcc/cil/parser.c


Author: dyuste
Date: Thu Feb  3 16:28:16 2011
New Revision: 169791

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169791
Log:
Fixed bug in paser_emit_switch(). Previously emited SWITCH_EXPR was dropped by gimplifier. Now switchs are emited as nests of if-then-else.

Modified:
    branches/st/cli-fe/gcc/cil/parser.c


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