CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98

2014-10-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Oct 1 22:44:03 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98: locale-inst.cc Log Message: When building with clang, use the C++11 feature for explicit template specialisation. To generate a diff

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11

2014-10-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Oct 1 22:18:19 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11: random.cc Log Message: Attribute target is not supported by clang, so don't use it. Explicitly mark this function as non-inline to not

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src

2013-11-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 1 18:13:29 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src: atomic.cc Log Message: fix broken volatile assignment that gcc-4.8.1 does not like To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src

2011-06-20 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 06:18:56 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src: locale-inst.cc Log Message: pull across from gcc 4.1: revision 1.2 date: 2011/05/25 15:51:55; author: joerg; state: Exp; lines: +2 -2 Don't