This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2004 21:47:06 -0000
- Subject: [Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Because 15398 got confusing I am filing this bug.
Here is the testcase:
extern __inline void f1(void) { }
extern __inline void f2(void) { f1(); }
void f2(void) {}
--
Summary: [4.0 Regression] [non-UAAT] external inline and normal
function of the same name
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code, ice-checking
Severity: critical
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18947