[Bug c/21275] gcc 4.0.0 crash with mingw when using stdout in global var

dannysmith at users dot sourceforge dot net gcc-bugzilla@gcc.gnu.org
Fri Apr 29 06:11:00 GMT 2005


------- Additional Comments From dannysmith at users dot sourceforge dot net  2005-04-29 06:11 -------
Here is reduced testcase:

// int attribute ((dllimport)) foo;
extern int* _imp__foo;
int a = *_imp__foo;

-- 


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



More information about the Gcc-bugs mailing list