Re: Remove spam in GCC mailing list

2013-12-23 Thread Tae Wong
Someone on Launchpad has suspended ~seotaewong40 as a spammer. Please enable the account ~seotaewong40. Log off in Launchpad and email information will be removed. Log on to Launchpad and email information will be added. Launchpad has a facility that replaces all email addresses with . -- Tae-

error in converting macro IS_EXPR_CODE_CLASS() to function

2013-12-23 Thread Prathamesh Kulkarni
IS_EXPR_CODE_CLASS() is called at 18 places within gcc subdirectory, and except for expr_check(), tree_block(), tree_set_block() all the other callers pass argument of type enum tree_code_class to IS_EXPR_CODE_CLASS(). These four callers (expr_check is overloaded) assign value of TREE_CODE_CLASS()

Re: An unexplained 10% speed-up with gcc-4.8

2013-12-23 Thread Michael Veksler
On 23/12/13 12:40, Michael Veksler wrote: Hello All, When I started using gcc-4.8.1 I was glad to observe a substantial speed-up of about 10% in my code, as compared with gcc-4.7.3. Usually, switching to newer compilers has a relatively minor effect and definitely not a 10% speed-up. Was there

An unexplained 10% speed-up with gcc-4.8

2013-12-23 Thread Michael Veksler
Hello All, When I started using gcc-4.8.1 I was glad to observe a substantial speed-up of about 10% in my code, as compared with gcc-4.7.3. Usually, switching to newer compilers has a relatively minor effect and definitely not a 10% speed-up. Was there anything significant in gcc-4.8.1 which may