| | | | --- | --- | | Bugzilla Link | [244](https://llvm.org/bz244) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | 1.0 | | OS | All | | Attachments | [C code to reproduce the problem](https://user-images.githubusercontent.com/60944935/143736226-02dbcbb4-2e1b-44d0-9255-5f537015a39b.gz), [Incorrect output generated by the test case.](https://user-images.githubusercontent.com/60944935/143736227-d95f3f2f-0e10-4734-a1ca-a7cc59c270fa.gz) | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The attached code produces a warning with GCC but otherwise produces a single function defintion. With LLVM GCC, the attached code generates one function declaration (but no function definition) and one internal function (which is defined).