[Bug c/38754] C99 and inline has a linker problem

2025-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38754 Andrew Pinski changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #3 from Andrew Pin

[Bug c/38754] C99 and inline has a linker problem

2009-01-07 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-01-07 14:38 --- See 6.7.4, especially the example in paragraph 7 and the explanation in 8. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38754

[Bug c/38754] C99 and inline has a linker problem

2009-01-07 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-01-07 14:36 --- You need an external definition of f. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---