This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/15398] [4.0 Regression] external inline and normal function of the same name and non unit-at-a-time


------- Additional Comments From gj at pointblue dot com dot pl  2004-11-06 18:53 -------
(In reply to comment #11) 
> Reconfirmed (I must have been confused when I closed this bug). 
> Here is a reduced testcase which shows what the problem is: 
> extern __inline void f1(void) { } 
> extern __inline void f2(void) { f1(); } 
> void f2(void) {} 
>  
 
this doesn't trigger it here. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15398


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]