[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ICC
From: |
Alexandre Duret-Lutz |
Subject: |
Re: ICC |
Date: |
Wed, 02 Jul 2003 22:20:39 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
>>> "Akim" == Akim Demaille <address@hidden> writes:
Akim> I just noticed that ICC has a wide range of stupid warnings. This one
Akim> is not known by the depmode code, maybe it should?
[...]
Akim> icc: Command line remark: option '-W' not supported
>From my check, "...ignoring option..." is the only diagnostic that
depcomp modes might cause ICC to output. Any other diagnostic would
be caused by third party settings. Do we want to interfere with these?
Furthermore, grepping warnings this way was a hack to prevent
ICC from using depcomp's gcc3 mode. Using gcc3 mode with ICC
causes many warnings at compilation, and wrong dependencies for
subdirectory sources. The patch I sent a few days ago,
http://sources.redhat.com/ml/automake/2003-06/msg00137.html
add a check for this second feature (dependencies for subdir src),
and that makes the grep useless. Shall I remove that grep?
--
Alexandre Duret-Lutz
- Re: ICC,
Alexandre Duret-Lutz <=
- Re: ICC, Akim Demaille, 2003/07/03
- Re: ICC, Alexandre Duret-Lutz, 2003/07/03