Disabling call graph optimizations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/ 

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux