This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] [fastjar] implement `-u'
- From: Tom Tromey <tromey at redhat dot com>
- To: Richard Sandiford <rsandifo at redhat dot com>
- Cc: Matthias Klose <doko at cs dot tu-berlin dot de>,Bryce McKinlay <mckinlay at redhat dot com>, Casey Marshall <csm at gnu dot org>,java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: 09 Jul 2004 00:10:46 -0600
- Subject: Re: [PATCH] [fastjar] implement `-u'
- References: <8765arr5ub.fsf@gnu.org> <40E9BC1F.4000702@redhat.com><16619.7316.865830.301005@gargle.gargle.HOWL><874qohya6n.fsf@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Richard" == Richard Sandiford <rsandifo@redhat.com> writes:
Richard> The use of 'static inline' for find_entry() and
Richard> looks_like_dir() breaks bootstrap on mips-sgi-irix6.5 when
Richard> using the native compiler. The obvious patch below fixes it,
Richard> but how wedded are you to the inline thing? Should I add an
Richard> autoconf test instead?
Please check in your patch as-is. I doubt it is important to use
inline here.
Tom