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]

Bug in ctor default arg still in ss-19990307


This week's snapshot still has a problem generating a default argument
in a constructor.  I've tried it with various opt flags and -g.

Compile as follows:

g++ junk.cc getopt.cc

then run as

a.out -g junk

Output should be:

found
end of getopt

I get:

end of getopt

-- 
Jerry Quinn                             Tel: (514) 761-8737
jquinn@nortelnetworks.com               Fax: (514) 761-8505
Speech Recognition Research

bug.tar.gz


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