[Bug libstdc++/40654] atomic.cc: 'd' is used uninitialized warning

2009-07-06 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2009-07-06 23:55 --- Yes, I will look at this. I think Ben Elliston pointed this out right after 4.4.0 was released, along with some other uninitialized warnings that I then fixed. Apparently this is also visible on ppc. -- bkoz at

[Bug libstdc++/40654] atomic.cc: 'd' is used uninitialized warning

2009-07-05 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-07-05 18:08 --- Benjamin, can you have a look? To me, it seems a back-end issue in the compiler, because I don't see anything wrong in the code... -- paolo dot carlini at oracle dot com changed: What