This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR c/18282 - 3.4.3 regression from 3.4.2, 3.3.x and4.0


Jakub Jelinek wrote:

Hi!

PR c/17384 patch broke code used e.g. by DHCP - using
mode attribute (with integral mode) on enums.
The following patch just makes that accepted, doesn't try to change what
GCC used to do in such cases with enum's type (unlike GCC 4.0 which deals with TYPE_PRECISION etc.).
Is this ok for 3.4.3 if bootstrap/regtesting succeeds?


Yes, thanks!

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]