Russell Whitaker wrote:
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.
! %{g*} %{O*} %{W*&pedantic*} %{w} %{std*&ansi&trigraphs}\ ! %{g*} %{O*} %{f*&W*&pedantic*&w} %{std*} %{ansi}\
This would undo a GCC change from 3.4.3 to 3.4.4 (the rightmost part). Probably not very important for GPC, but still I'll use this line:
! %{g*} %{O*} %{f*&W*&pedantic*&w} %{std*&ansi&trigraphs}\
Frank