[Bug tree-optimization/18947] New: [4.0 Regression] [non-UAAT] external inline and normal function of the same name
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Dec 12 21:47:00 GMT 2004
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
More information about the Gcc-bugs
mailing list