[dataflow][patch] Convert conflict graph to lower triangular bit matrix

Joern RENNECKE joern.rennecke@st.com
Thu Feb 2 21:08:00 GMT 2006


P.S.: Passing code as a macro argument is also a paradigm that we move
away from, since it causes trouble with sub-macros, preprocessor directives,
and line numbers of error messages/debug info.

Instead, we now use macros that expand to a partial statement, which is
completed by appending a block statement at the site where the macro is
used
.
For some examples, in the trunk/gcc directory, try:
grep FOR_EACH *.h



More information about the Gcc-patches mailing list