Disabling call graph optimizations

JTXX jtxx000@yahoo.co.uk
Wed Aug 1 17:04:00 GMT 2007


Is there any way to disable call graph optimizations?

If you run gcc -fdump-tree-original on a source like

class Class {
public:
  void method() {
  }
};

int main() {
}

then the parse tree will not include Class::method. 
Are there any flags to change this behavior?

Cheers,
Caleb


      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 



More information about the Gcc-help mailing list