This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/80641] missed optimization with with std::vector resize in loop


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80641

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|diagnostic                  |
            Summary|[7/8 Regression] Warning    |missed optimization with
                   |with std::vector resize in  |with std::vector resize in
                   |loop                        |loop

--- Comment #8 from Martin Sebor <msebor at gcc dot gnu.org> ---
With the libstdc++ patch committed in r255753 the warning is no longer issued. 
Pursuant to Jeff's comment #7 I've removed the regression marker and retitled
the bug.

To reproduce the missing optimization (and the warning) the libstdc++ patch
needs to be reverted.

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