Re: gcc 3.4.4 bug

2005-07-27 Thread John M. Gravley
Danny, I don't get the auto_import message when I build the test case. I'm also confused as to why reordering the calls makes the test case work if the problem is as you describe it. John Danny Smith wrote: I have found an apparent bug in gcc 3.4.4 under Cygwin. The attached test case (and

Re: gcc 3.4.4 bug

2005-07-25 Thread Danny Smith
> I have found an apparent bug in gcc 3.4.4 under Cygwin. The attached test > case (and the code > it's derived from) works as expected with Cygwin gcc 3.3.3 with the exact > same Cygwin install > except the compiler packages. It also works fine with various versions of gcc > on other > platform

gcc 3.4.4 bug

2005-07-25 Thread John M. Gravley
uding 3.4.2 (FC3) and 4.0 (FC4). The test case is all of the files in the attached gcc-3.4.4-bug-test-case.tar.gz. I sent the sample instead of the preprocessed files because the bug only presents itself when the base class code is in a library. If you include it in the main file or just li