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]
Other format: [Raw text]

[Bug testsuite/29307] libiberty/testsuite/test-demangle : parsing errors after unknown demangling style



------- Comment #2 from ian at airs dot com  2006-10-02 23:52 -------
I believe this is happening because if the format is unrecognized, the
test-demangle program does not go on to see that the --no-params option was
used.  When --no-params is used, it needs to skip an additional line.

I see no advantage to making the test-demangle program robust when given an
erroneous input file.  If you feel like doing so, please go ahead.


-- 


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


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