G++ internals - Typical Behavior

Node: Typical Behavior Next: Coding Conventions Prev: Macros Up: Top

Typical Behavior

Whenever seemingly normal code fails with errors like syntax error at `\{' , it's highly likely that grokdeclarator is returning a NULL_TREE for whatever reason.


Next: Coding Conventions Up: Top