Coder Social home page Coder Social logo

New compiler warnings in 9.1.444 about vim HOT 5 CLOSED

chdiza avatar chdiza commented on September 26, 2024
New compiler warnings in 9.1.444

from vim.

Comments (5)

chrisbra avatar chrisbra commented on September 26, 2024

I noticed this to with gcc-10. I stared at it for a while and couldn't make sense of it. It only seems to occur when compiling with -O2 (which is unfortunately the default). I suspect a false positive here, because it doesn't appear when compiling with -O (or when compiling with clang) and the code seems correct. However I am not sure if the optimizer optimizes the code wrongly and then the warning is justified (and this is an actual issue with the optimized code). So I am not sure what to do against it.

It's the reason I commited 95ff39f to make sure coverity still works.

from vim.

chrisbra avatar chrisbra commented on September 26, 2024

BTW: what gcc version are you using? I see it with gcc-10 on my default Debian bulleye work-station. On a bookworm with gcc-13, I don't see this warning.

from vim.

chdiza avatar chdiza commented on September 26, 2024
$ gcc --version
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

from vim.

chrisbra avatar chrisbra commented on September 26, 2024

I don't see it with gcc-13. and gcc-12. Seems an issue with gcc-10 and gcc-11 then. Does the workaround of export CFLAGS=-O and then configure, make work for you?

from vim.

chdiza avatar chdiza commented on September 26, 2024

That workaround does seem to prevent the warning. I'm not sure whether I should use that workaround; without the workaround and with the warning, vim ends up compiling anyway.

from vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.