Skip to content

[llvm-gcc] Error when an implicitly external function is re-declared as static #616

@llvmbot

Description

@llvmbot
Bugzilla Link 244
Resolution FIXED
Resolved on Feb 22, 2010 12:49
Version 1.0
OS All
Attachments C code to reproduce the problem, Incorrect output generated by the test case.
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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions