Re: [PATCH, libstdc++]: Avoid the badname __alpha

2012-09-23 Thread Paolo Carlini
On 09/23/2012 01:30 PM, Uros Bizjak wrote: Approved by Paolo in the PR, committed to mainline SVN. Thanks Uros! By the way, I'm wondering if the front-ends couldn't help us about this?!? For sure there is the issue that the list of BADNAMES evolves over times, but otherwise I don't see why we

[PATCH, libstdc++]: Avoid the badname __alpha

2012-09-23 Thread Uros Bizjak
Hello! __alpha interferes with system define for alpha-unknown-linux-gnu targets. I have took the same approach as for PR libstdc++/39835 and for consistency renamed also other greek letters to __letter_val. 2012-09-23 Uros Bizjak PR libstdc++/54675 * include/ext/random: Avoi