[Bug libstdc++/42491] performance/30_threads/future/polling.cc fails at compile time

2010-01-14 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2010-01-14 16:34 --- PR42634 is fixed, we can safely close this one too. -- paolo dot carlini at oracle dot com changed: What|Removed |Added --

[Bug libstdc++/42491] performance/30_threads/future/polling.cc fails at compile time

2010-01-06 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-01-06 23:45 --- Thanks a lot! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42491

[Bug libstdc++/42491] performance/30_threads/future/polling.cc fails at compile time

2010-01-06 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2010-01-06 22:58 --- Sure. We can fix this by adding -std=gnu++0x for all compiles, and then marking up the testcase appropriately. Sadly, this results in widespread observance of: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42634 These

[Bug libstdc++/42491] performance/30_threads/future/polling.cc fails at compile time

2010-01-06 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2010-01-06 22:57 --- Sure. We can fix this by adding -std=gnu++0x for all compiles, and then marking up the testcase appropriately. Sadly, this results in widespread observance of: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42634 These

[Bug libstdc++/42491] performance/30_threads/future/polling.cc fails at compile time

2010-01-06 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2010-01-06 22:56 --- Subject: Bug 42491 Author: bkoz Date: Wed Jan 6 22:55:52 2010 New Revision: 155681 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155681 Log: 2010-01-06 Benjamin Kosnik PR libstdc++/42491 *