This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/52777] [4.8 Regression] ./options.h:3546:0: error: "MASK_SIO" redefined [-Werror]
- From: "danglin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 29 Mar 2012 18:21:03 +0000
- Subject: [Bug other/52777] [4.8 Regression] ./options.h:3546:0: error: "MASK_SIO" redefined [-Werror]
- Auto-submitted: auto-generated
- References: <bug-52777-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52777
John David Anglin <danglin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|target |other
--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2012-03-29 18:21:03 UTC ---
Based on the discussion regarding the removal of MaskExists,
the problem would appear to be with the option handling.
The "Mask" operation shouldn't have allocated the bit twice.