On Sun, 22 May 2005, Frank Heckenbach wrote:
Russell Whitaker wrote:
Now that gcc-3.4.4 is out, thought I'd try it with gcc-20050331.
[..] Manually applied patch to gcc.c and avo7.pas now passes. Created gcc.c.diff file for gcc-3.4.4, copy below.
Russ
*** gcc.c.orig 2005-05-21 00:18:21.000000000 -0700 --- gcc.c 2005-05-27 10:56:53.000000000 -0700 *************** static const char *cc1_options = *** 769,774 **** %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&trigraphs}\ ! %{v:-version} %{pg:-p} %{p} %{f*} %{undef}\ %{Qn:-fno-ident} %{--help:--help}\ %{--target-help:--target-help}\ --- 769,774 ---- %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*}\ %{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}}\ ! %{g*} %{O*} %{f*&W*&pedantic*&w} %{std*} %{ansi}\ ! %{v:-version} %{pg:-p} %{p} %{undef}\ %{Qn:-fno-ident} %{--help:--help}\ %{--target-help:--target-help}\