[llvm-dev] Inline function not eventually inlined is removed (original) (raw)
Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Mon Aug 9 14:27:58 PDT 2021
- Previous message: [llvm-dev] Inline function not eventually inlined is removed
- Next message: [llvm-dev] 13.0.0-rc1 has been tagged
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Aug 09, 2021 at 11:16:19AM -0700, Nick Desaulniers via llvm-dev wrote:
Also, note that the meaning of
extern inline
changed between C90 and C99; it's one of the few semantic changes that are drastic changes that I know of between C standard revisions.
No, it didn't. C90 has no inline. The change was between the language extensions of many compilers and the new standard. That's quite a different thing.
Joerg
- Previous message: [llvm-dev] Inline function not eventually inlined is removed
- Next message: [llvm-dev] 13.0.0-rc1 has been tagged
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]