+2004-09-26 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ PR c/11459
+ * gcc.c (cpp_options, cc1_options): Preserve relative order of
+ -std and -ansi options.
+
2004-09-26 Jan Hubicka <jh@suse.cz>
* dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die
options used to set target flags. Those special target flags settings may
in turn cause preprocessor symbols to be defined specially. */
static const char *cpp_options =
-"%(cpp_unique_options) %1 %{m*} %{std*} %{ansi} %{W*&pedantic*} %{w} %{f*}\
+"%(cpp_unique_options) %1 %{m*} %{std*&ansi} %{W*&pedantic*} %{w} %{f*}\
%{g*:%{!g0:%{!fno-working-directory:-fworking-directory}}} %{O*} %{undef}\
%{save-temps:-fpch-preprocess}";
"%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*}\
%{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}}\
- %{g*} %{O*} %{W*&pedantic*} %{w} %{std*} %{ansi}\
+ %{g*} %{O*} %{W*&pedantic*} %{w} %{std*&ansi}\
%{v:-version} %{pg:-p} %{p} %{f*} %{undef}\
%{Qn:-fno-ident} %{--help:--help}\
%{--target-help:--target-help}\
+2004-09-26 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ PR c/11459
+ * gcc.dg/pr11459-1.c: New test.
+
2004-09-25 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.