[cfe-commits] r55629 - /cfe/trunk/test/Sema/init.c
Nuno Lopes
nunoplopes at sapo.pt
Tue Sep 2 03:10:14 PDT 2008
Author: nlopes
Date: Tue Sep 2 05:10:14 2008
New Revision: 55629
URL: http://llvm.org/viewvc/llvm-project?rev=55629&view=rev
Log:
add the other test case for completeness and to avoid regressions in the future
Modified:
cfe/trunk/test/Sema/init.c
Modified: cfe/trunk/test/Sema/init.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/init.c?rev=55629&r1=55628&r2=55629&view=diff
==============================================================================
--- cfe/trunk/test/Sema/init.c (original)
+++ cfe/trunk/test/Sema/init.c Tue Sep 2 05:10:14 2008
@@ -64,5 +64,6 @@
char nc_gpreg;
};
int sym_fw1a_scr[] = {
- ((int)(&((struct sym_reg *)0)->nc_gpreg)) & 0
+ ((int)(&((struct sym_reg *)0)->nc_gpreg)) & 0,
+ 8 * ((int)(&((struct sym_reg *)0)->nc_gpreg))
};
More information about the cfe-commits
mailing list