https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69840
Bug ID: 69840 Summary: two ASAN help nits Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: tromey at gcc dot gnu.org CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone: --- I compiled my program with -fsanitize=address. Then I ran it with "ASAN_OPTIONS=help=1 ./q". I noticed that the output violates the GNU standards in a couple of ways. First, it doesn't word wrap at 80 characters. This makes it hard to read on a traditional 80-char terminal. Second, it prints to stderr, not stdout. This makes it needlessly hard to paginate.