This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[v3] powerpc-eabism runtime fix
- To: gcc-patches at gcc dot gnu dot org
- Subject: [v3] powerpc-eabism runtime fix
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Sun, 10 Jun 2001 00:43:45 -0700
fix for 17_headers/header_cstdio.cc
tested x86-linux
tested x86-linux x powerpc-eabism
2001-06-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cstdio.h: Include cstddef for size_t.
Index: include/c_std/bits/std_cstdio.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c_std/bits/std_cstdio.h,v
retrieving revision 1.11
diff -c -p -r1.11 std_cstdio.h
*** std_cstdio.h 2001/06/09 18:53:35 1.11
--- std_cstdio.h 2001/06/10 07:41:33
***************
*** 34,39 ****
--- 34,41 ----
#ifndef _CPP_CSTDIO
#define _CPP_CSTDIO 1
+ #include <bits/std_cstddef.h>
+
#pragma GCC system_header
#include_next <stdio.h>