https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115893

            Bug ID: 115893
           Summary: AVR documentation in x86_64 build
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

A native build on x86_64 produces warnings about avr documentation.
It is unclear to me that avr documentation is any use to an X86_64 developer.

Suggest avoid processing any avr files in a x64_64 build.

$ grep warning: mk.out | grep avr | sort | uniq
avr-mmcu.texi:15: warning: @anchor should not appear on @item line
avr-mmcu.texi:19: warning: @anchor should not appear on @item line
avr-mmcu.texi:23: warning: @anchor should not appear on @item line
avr-mmcu.texi:27: warning: @anchor should not appear on @item line
avr-mmcu.texi:31: warning: @anchor should not appear on @item line
avr-mmcu.texi:35: warning: @anchor should not appear on @item line
avr-mmcu.texi:39: warning: @anchor should not appear on @item line
avr-mmcu.texi:43: warning: @anchor should not appear on @item line
avr-mmcu.texi:47: warning: @anchor should not appear on @item line
avr-mmcu.texi:51: warning: @anchor should not appear on @item line
avr-mmcu.texi:55: warning: @anchor should not appear on @item line
avr-mmcu.texi:59: warning: @anchor should not appear on @item line
avr-mmcu.texi:63: warning: @anchor should not appear on @item line
avr-mmcu.texi:67: warning: @anchor should not appear on @item line
avr-mmcu.texi:71: warning: @anchor should not appear on @item line
avr-mmcu.texi:75: warning: @anchor should not appear on @item line
avr-mmcu.texi:79: warning: @anchor should not appear on @item line
$

Reply via email to