[Bug libstdc++/37470] parallel/base.h log2 conflicts with math.h

2008-09-19 Thread singler at gcc dot gnu dot org
--- Comment #4 from singler at gcc dot gnu dot org 2008-09-19 11:38 --- Subject: Bug 37470 Author: singler Date: Fri Sep 19 11:37:16 2008 New Revision: 140490 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140490 Log: 2008-09-19 Johannes Singler [EMAIL PROTECTED] PR

[Bug libstdc++/37470] parallel/base.h log2 conflicts with math.h

2008-09-19 Thread singler at gcc dot gnu dot org
--- Comment #5 from singler at gcc dot gnu dot org 2008-09-19 11:44 --- Fixed. -- singler at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug libstdc++/37470] parallel/base.h log2 conflicts with math.h

2008-09-12 Thread singler at gcc dot gnu dot org
--- Comment #2 from singler at gcc dot gnu dot org 2008-09-12 08:45 --- Clearly, this is a potential conflict, and the solution is pretty obvious. However, I am unable to reproduce it on x86_64-unknown-linux-gnu, for a definite test case. Do you have a simple testcase that triggers

[Bug libstdc++/37470] parallel/base.h log2 conflicts with math.h

2008-09-12 Thread paul dot isaacson at earthlink dot net
a minimum test case. Cheers, Paul -Original Message- From: singler at gcc dot gnu dot org [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 1:46 AM To: [EMAIL PROTECTED] Subject: [Bug libstdc++/37470] parallel/base.h log2 conflicts with math.h --- Comment #2 from singler

[Bug libstdc++/37470] parallel/base.h log2 conflicts with math.h

2008-09-10 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2008-09-10 22:46 --- Johannes, can you have a look? I would suggest uglifying to something like __log2 instead of inventing something else in the user 'namespace'. Also, the comment before the function is wrong about 0 returned