This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] C and C++ ICEs


Jakub Jelinek wrote:

> 2000-06-03  Jakub Jelinek  <jakub@redhat.com>
> 
>         * gcc.c-torture/compile/20000603-1.c: New test.

> +typedef void foo;
> +foo bar(void);
> +void baz(void)
> +{
> +  bar();
> +}
This is fixed by http://gcc.gnu.org/ml/gcc-patches/2000-05/msg01624.html
which is waiting approval. [Mark, I guess you might have missed that patch,
given your loss of gcc-patches.]

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]