Re: [PATCH, testsuite] Fix g++.dg/debug/ra1.C

2014-01-20 Thread Richard Earnshaw
On 16/01/14 18:44, Yufeng Zhang wrote: > Hi, > > g++.dg/debug/ra1.C fails on arm-none-eabi with the following message > because enum types in arm eabi are represented by the smallest integral > type: > > warning: width of 'tree_base::code' exceeds its type [enabled by default] > > This patch u

[PATCH, testsuite] Fix g++.dg/debug/ra1.C

2014-01-16 Thread Yufeng Zhang
Hi, g++.dg/debug/ra1.C fails on arm-none-eabi with the following message because enum types in arm eabi are represented by the smallest integral type: warning: width of 'tree_base::code' exceeds its type [enabled by default] This patch updates the test by changing the width of the 'code' bit