[Bug ada/14665] gnatmake invokes wrong cross tools

charlet at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 1 09:05:00 GMT 2004


------- Additional Comments From charlet at gcc dot gnu dot org  2004-04-01 09:05 -------
Patch looks generally fine.

A few style issues:

- use 'exit when condition' rather than 'if condition then exit; end if'
- use 'and then' instead of 'and' in conditions
- indent multiple line if condition as follows:
  if condition
    and then condition2
  then

  rather than:

  if condition and
    condition2 then

Arno

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14665



More information about the Gcc-bugs mailing list