thiemann 0 Posted October 4, 2004 Report Share Posted October 4, 2004 Bug description: If you compile and then link the following code, you will get a linker error. Steps to reproduce: 1.) Create a new project 2.) Add a main.c file to the project with the following code #include <system.h> inline void test(char value); void test(char value) { char x = value; } void testfunc(char a) { test(a); } void main() { } 3.) Compile and link the project using BoostC 4.) Notice the linker error message. ("Var not found") 5.) Note: if you delete the keyword "inline" and then recompile and link the project, you will receive no errors. Expected behavior: This code should not fail to link. Is the problem 100% reproducible: Yes PicAntIDE version: PicAndIDE version Compiler: BoostC Compiler version: 1.3 Alpha OS: Windows XP Comments: None Quote Link to post Share on other sites
Pavel 0 Posted October 4, 2004 Report Share Posted October 4, 2004 Fixed in BoostC 1.4 Alpha release. Regards, Pavel Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.