Having trouble printing the subvars of structs, under certain conditions

2009-06-07 Thread 顏呈育
I am using gcc 4.1.1 to do research involving gimple. For this work I need to know the sizes of all of my variables, without running the program and calling "sizeof". To accomplish this, I inserted a call to: dump_referenced_vars(dump_file_ptr); At first, everything looked fine. The output lo

Having trouble printing the subvars of structs, under certain conditions

2009-05-31 Thread 顏呈育
I am using gcc 4.1.1 to do research involving gimple. For this work I need to know the sizes of all of my variables, without running the program and calling "sizeof". To accomplish this, I inserted a call to: dump_referenced_vars(dump_file_ptr); At first, everything looked fine. The output l