[Bug debug/55063] [4.8 Regression] Thousands of failures in the libstdc++-v3 tests after revision 192739

paul_koning at dell dot com gcc-bugzilla@gcc.gnu.org
Thu Oct 25 18:15:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55063

Paul Koning <paul_koning at dell dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul_koning at dell dot com

--- Comment #6 from Paul Koning <paul_koning at dell dot com> 2012-10-25 18:15:23 UTC ---
This looks like my misunderstanding of what add_AT_flag does.   I assumed it
turns on a flag in a set of flags, but it actually adds a flag record to a list
of records.  What appears to be needed is a check that the flag is not already
present, and add one only in that case.

I'll work up a patch.



More information about the Gcc-bugs mailing list