This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Missing concept check instantiations on sparc-sun-solaris2.8 cross sometimes


On Wed, Jun 11, 2003 at 11:35:32AM -0300, Brad Spencer wrote:
> /build/eng-linux1/spencer/gcc-cross/sparc-sun-solaris2.8/build-gcc/gcc/xgcc
> -shared-libgcc
> -B/build/eng-linux1/spencer/gcc-cross/sparc-sun-solaris2.8/build-gcc/gcc/
> -nostdinc++
> -L/build/eng-linux1/spencer/gcc-cross/sparc-sun-solaris2.8/build-gcc/sparc-sun-solaris2.8/libstdc++-v3/src
> -L/build/eng-linux1/spencer/gcc-cross/sparc-sun-solaris2.8/build-gcc/sparc-sun-solaris2.8/libstdc++-v3/src/.libs
> -B/opt/gcc-3.3-cross/sparc-sun-solaris2.8/sparc-sun-solaris2.8/bin/
> -B/opt/gcc-3.3-cross/sparc-sun-solaris2.8/sparc-sun-solaris2.8/lib/
> -isystem
> /opt/gcc-3.3-cross/sparc-sun-solaris2.8/sparc-sun-solaris2.8/include
> -nostdinc++
> -I/build/eng-linux1/spencer/gcc-cross/sparc-sun-solaris2.8/build-gcc/sparc-sun-solaris2.8/libstdc++-v3/include/sparc-sun-solaris2.8
> -I/build/eng-linux1/spencer/gcc-cross/sparc-sun-solaris2.8/build-gcc/sparc-sun-solaris2.8/libstdc++-v3/include
> -I../../../../../gcc-3.3/libstdc++-v3/libsupc++
> -I../../../../../gcc-3.3/libstdc++-v3/libmath -fno-implicit-templates
> -Wall -Wno-format -W -Wwrite-strings -fdiagnostics-show-location=once
> -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c
> ../../../../../gcc-3.3/libstdc++-v3/src/concept-inst.cc -o concept-inst.o
> 
> Note the "-fno-implicit-templates".   Looks like this is in the
> Makefile.in in the libstdc++-v3 source directory:

I just noticed that there is _also_ a "-fimplicit-templates" argument
there!  Perhaps gcc is taking the first instead of the last setting of
the flag?  It looks like only "-fno-implicit-templates" is specified
for all of the other objects.

-- 
------------------------------------------------------------------
Brad Spencer - spencer@infointeractive.com - "It's quite nice..."
Systems Architect | InfoInterActive Corp. | A Canadian AOL Company


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