Processed: Re: Bug#260747: g++-3.4 miscompiles code

2004-10-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 260747 + pending Bug#260747: g++-3.4: g++ miscompiles code Tags were: unreproducible moreinfo Tags added: pending > tags 260747 + fixed-upstream Bug#260747: g++-3.4: g++ miscompiles code Tags were: pending unreproducible moreinfo Tags added: fixed

Bug#260747: g++-3.4 miscompiles code

2004-10-09 Thread Daniel Schepler
I found the cause of this error: for some reason the global destructor for idl_filename is being called twice. I've attached a small test case which trips the same bug; when compiled with g++-3.3, it produces no output, but when compiled with g++-3.4, it outputs an error message. -- Daniel Schepl