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]
Other format: [Raw text]

fpos_t problems (was: Re: Iconv fallbacks - need testers)


On Thu, 10 Jul 2003, Hans-Peter Nilsson wrote:
> I'll do an ordinary bootstrap+check round with the
> system compiler as well.

That one (LAST_UPDATED Thu Jul 10 21:42:22 GMT 2003) broke, but
later than without the patch and probably not due to iconv
issues.  So you're off the hook. ;-)

For the record: it broke after the actual bootstrapping, and I
guess due to recent fpos_t changes.  This is a glibc 2.1.3
system.  Beware of cutnpaste wrappage:

/home/hp/builds/gcc_cvs/gcc/xgcc -shared-libgcc -B/home/hp/builds/gcc_cvs/gcc/ -nostdinc++
-L/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -isystem
/usr/local/i686-pc-linux-gnu/sys-include -Winvalid-pch -Wno-deprecated -x c++-header -g -O2
-D_GNU_SOURCE -nostdinc++
-I/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu
-I/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include
-I/home/hp/cvs_areas/gcc/cvs_write/egcs/libstdc++-v3/libsupc++
/home/hp/cvs_areas/gcc/cvs_write/egcs/libstdc++-v3/include/stdc++.h
-O2 -g -o ./i686-pc-linux-gnu/bits/stdc++.h.gch/O2g;
In file included from
/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_algobase.h:70,
                 from
/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include/algorithm:66,
                 from
/home/hp/cvs_areas/gcc/cvs_write/egcs/libstdc++-v3/include/stdc++.h:51:
/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/fpos.h:
In   member function `std::fpos<_StateT>::operator streamoff() const':
/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/fpos.h:77:
error: expected   type-name
/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/fpos.h:77:
error: expected   `::'
/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/fpos.h:77:
error: expected   `~'
/home/hp/builds/gcc_cvs/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu/bits/fpos.h:77:
error: expected   identifier
(many many more errors)

brgds, H-P


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