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 target/32775] New: init_machine_status doc bug


init_machine_status is documented as follows:

gcc/doc/tm.texi:902:@deftypevar {void (*)(struct function *)}
init_machine_status

but it is declared like this:

gcc/function.c:124:struct machine_function * (*init_machine_status) (void);


-- 
           Summary: init_machine_status doc bug
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kai-gcc-bugs at khms dot westfalen dot de


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


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