Re: [SPAM] Re: Attempting changes to the GIMPLifier

2012-04-23 Thread nkavv
Hi Richard 1. Printing global variables. Look at the cgraph (.000i.cgraph) dump. 2. Preserving function arguments (what I call an "interface"). I think we do that now. Thank you very much! I'll grab the latest release and have a look. Best regards, Nikolaos Kavvadias Both 1 and 2 ar

Re: Attempting changes to the GIMPLifier

2012-04-23 Thread Richard Guenther
2012/4/22 : > Dear all, > > I have a few questions regarding how to augment the information dumped in > "004t"  GIMPLE dumps (prior any optimization). > > My main concerns are: > > 1. Printing global variables. Look at the cgraph (.000i.cgraph) dump. > 2. Preserving function arguments (what I ca

Attempting changes to the GIMPLifier

2012-04-22 Thread nkavv
Dear all, I have a few questions regarding how to augment the information dumped in "004t" GIMPLE dumps (prior any optimization). My main concerns are: 1. Printing global variables. 2. Preserving function arguments (what I call an "interface"). Both 1 and 2 are not currently addressed, at