| Rev | Line | |
|---|
| [67] | 1 | --- passes.c.orig 2009-09-15 07:45:48.000000000 -0600
|
|---|
| 2 | +++ passes.c 2009-09-15 07:46:20.000000000 -0600
|
|---|
| 3 | @@ -187,6 +187,9 @@
|
|---|
| 4 | /* Let cgraph know about the existence of variables. */
|
|---|
| 5 | if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl))
|
|---|
| 6 | cgraph_varpool_node (decl);
|
|---|
| 7 | +
|
|---|
| 8 | + if (flag_syntax_only)
|
|---|
| 9 | + ffi_rest_of_decl_compilation (decl, top_level, at_end);
|
|---|
| 10 | }
|
|---|
| 11 |
|
|---|
| 12 | /* Called after finishing a record, union or enumeral type. */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.