This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [3.3/3.4] Recent bootstrap failure on irix6.5
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 7 Feb 2003 09:58:38 -0600
- Subject: Re: [3.3/3.4] Recent bootstrap failure on irix6.5
- References: <FAC87D7C874EAB46A847604DA4FD5A6457D9D2@crtsmail.corp.riotinto.org>
>+// Irix 6.5.18 and above have wide char support
>+// This is a first pass at getting it to work
>+#define __c99 1
>+#define restrict
>+
> #endif
This is about what I was expecting, cool.
-benjamin