This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Enable the use of a resolution file


@@ -334,7 +331,7 @@ write_resolution (void)
+	  fprintf (f, "%d %s %s \n", slot, lto_resolution_str[resolution],
syms[j].name);

Is the space before \n intentional?


@@ -468,6 +465,9 @@ all_symbols_read_handler (void)
+  resolution_file = make_temp_file ("");
+  printf("resolution: %s\n", resolution_file);

Debugging printf?

Aside from that, the lto-plugin part of the patch looks good.

-cary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]