This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14676] [3.4 Regression] libstdc++ atomicity.h changes of 2004-02-27 00:49:50 broke cris
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2004 14:43:11 -0000
- Subject: [Bug target/14676] [3.4 Regression] libstdc++ atomicity.h changes of 2004-02-27 00:49:50 broke cris
- References: <20040322014908.14676.hp@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-03-23 14:43 -------
Subject: Bug 14676
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: hp@gcc.gnu.org 2004-03-23 14:43:04
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/config/cpu/cris: atomicity.h
Log message:
PR target/14676
* config/cpu/cris/atomicity.h (__atomic_add): Remove "static
inline" and attribute-unused. Qualify parameter __mem with
"volatile".
(__exchange_and_add): Ditto. Add back memory clobber to asm.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.67&r2=1.2224.2.68
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/cpu/cris/atomicity.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.4.4.1&r2=1.4.4.2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14676