This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/9269: libstdc++ headers: explicit specialization of function must precede its first use
- From: bkoz at gcc dot gnu dot org
- To: Vyatcheslav dot Sysoltsev at intel dot com, bkoz at gcc dot gnu dot org, bkoz at redhat dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, mark at codesourcery dot com
- Date: 22 Jan 2003 17:14:55 -0000
- Subject: Re: libstdc++/9269: libstdc++ headers: explicit specialization of function must precede its first use
- Reply-to: bkoz at gcc dot gnu dot org, Vyatcheslav dot Sysoltsev at intel dot com, bkoz at gcc dot gnu dot org, bkoz at redhat dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, mark at codesourcery dot com, gcc-gnats at gcc dot gnu dot org
Synopsis: libstdc++ headers: explicit specialization of function must precede its first use
State-Changed-From-To: feedback->analyzed
State-Changed-By: bkoz
State-Changed-When: Wed Jan 22 17:14:54 2003
State-Changed-Why:
This is still an issue 2002-01-22.
%make fstream.o
/mnt/hd/ahimsa/bld-x86-gcc/gcc/xgcc -shared-libgcc -B/mnt/hd/ahimsa/bld-x86-gcc/gcc/ -nostdinc++ -L/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/src -L/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/mnt/hd/ahimsa/H-x86-gcc/i686-pc-linux-gnu/bin/ -B/mnt/hd/ahimsa/H-x86-gcc/i686-pc-linux-gnu/lib/ -isystem /mnt/hd/ahimsa/H-x86-gcc/i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/mnt/hd/bliss/src.gcc/gcc/libstdc++-v3/src -I.. -nostdinc++ -I/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include -I/mnt/hd/bliss/src.gcc/gcc/libstdc++-v3/libsupc++ -I/mnt/hd/bliss/src.gcc/gcc/libstdc++-v3/libmath -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE -c /mnt/hd/bliss/src.gcc/gcc/libstdc++-v3/src/fstream.cc
In file included from /mnt/hd/bliss/src.gcc/gcc/libstdc++-v3/src/fstream.cc:35:
/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include/fstream:452: error: expected
function-definition
/mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include/fstream:457: error: expected
function-definition
make: *** [fstream.o] Error 1
I've added pre-processed sources for this to the PR.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9269