public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/49824] New: AVR: Missing documentation for OS_task and OS_main attributes
@ 2011-07-23 18:16 gjl at gcc dot gnu.org
  2011-07-23 18:17 ` [Bug target/49824] " gjl at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-07-23 18:16 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: AVR: Missing documentation for OS_task and OS_main
                    attributes
           Product: gcc
           Version: 4.3.3
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gjl@gcc.gnu.org
                CC: aesok@gcc.gnu.org
            Target: avr


GCC manual is missing documentation for the following avr-specific function
attributes:

OS_task:
http://gcc.gnu.org/viewcvs?view=revision&revision=129662

OS_main:
http://gcc.gnu.org/viewcvs?view=revision&revision=135681

GCC 4.4.6 manual:
http://gcc.gnu.org/onlinedocs/gcc-4.4.6/gcc/Function-Attributes.html#Function-Attributes

GCC trunk manual:
http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function-Attributes


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/49824] AVR: Missing documentation for OS_task and OS_main attributes
  2011-07-23 18:16 [Bug target/49824] New: AVR: Missing documentation for OS_task and OS_main attributes gjl at gcc dot gnu.org
@ 2011-07-23 18:17 ` gjl at gcc dot gnu.org
  2011-08-02 19:46 ` [Bug target/49824] [avr] " gjl at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-07-23 18:17 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.weddington at atmel
                   |                            |dot com
   Target Milestone|---                         |4.4.7


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/49824] [avr] Missing documentation for OS_task and OS_main attributes
  2011-07-23 18:16 [Bug target/49824] New: AVR: Missing documentation for OS_task and OS_main attributes gjl at gcc dot gnu.org
  2011-07-23 18:17 ` [Bug target/49824] " gjl at gcc dot gnu.org
@ 2011-08-02 19:46 ` gjl at gcc dot gnu.org
  2011-10-24 14:46 ` gjl at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-08-02 19:46 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.08.02 19:45:51
            Summary|AVR: Missing documentation  |[avr] Missing documentation
                   |for OS_task and OS_main     |for OS_task and OS_main
                   |attributes                  |attributes
     Ever Confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-08-02 19:45:51 UTC ---
Found a description here:

http://lists.gnu.org/archive/html/avr-gcc-list/2007-07/msg00075.html


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/49824] [avr] Missing documentation for OS_task and OS_main attributes
  2011-07-23 18:16 [Bug target/49824] New: AVR: Missing documentation for OS_task and OS_main attributes gjl at gcc dot gnu.org
  2011-07-23 18:17 ` [Bug target/49824] " gjl at gcc dot gnu.org
  2011-08-02 19:46 ` [Bug target/49824] [avr] " gjl at gcc dot gnu.org
@ 2011-10-24 14:46 ` gjl at gcc dot gnu.org
  2011-10-24 14:57 ` gjl at gcc dot gnu.org
  2011-10-24 14:58 ` gjl at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-10-24 14:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-10-24 14:46:02 UTC ---
Author: gjl
Date: Mon Oct 24 14:45:51 2011
New Revision: 180385

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180385
Log:
    PR target/49824
    * doc/extend.texi (Declaring Attributes of Functions):
    Document OS_main and OS_task attributes.
    (Specifying Attributes of Variables): Move up
    subsection "AVR Variable Attributes" as of alphabetical order.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/extend.texi


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/49824] [avr] Missing documentation for OS_task and OS_main attributes
  2011-07-23 18:16 [Bug target/49824] New: AVR: Missing documentation for OS_task and OS_main attributes gjl at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-10-24 14:46 ` gjl at gcc dot gnu.org
@ 2011-10-24 14:57 ` gjl at gcc dot gnu.org
  2011-10-24 14:58 ` gjl at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-10-24 14:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-10-24 14:55:53 UTC ---
Author: gjl
Date: Mon Oct 24 14:55:45 2011
New Revision: 180390

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180390
Log:
    PR target/49824
    Backport from mainline r180385
    * doc/extend.texi (Declaring Attributes of Functions):
    Document OS_main and OS_task attributes.
    (Specifying Attributes of Variables): Move up
    subsection "AVR Variable Attributes" as of alphabetical order.


Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/doc/extend.texi


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/49824] [avr] Missing documentation for OS_task and OS_main attributes
  2011-07-23 18:16 [Bug target/49824] New: AVR: Missing documentation for OS_task and OS_main attributes gjl at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-10-24 14:57 ` gjl at gcc dot gnu.org
@ 2011-10-24 14:58 ` gjl at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-10-24 14:58 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.4.7                       |4.6.2

--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-10-24 14:57:15 UTC ---
Closed for 4.6.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-24 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-23 18:16 [Bug target/49824] New: AVR: Missing documentation for OS_task and OS_main attributes gjl at gcc dot gnu.org
2011-07-23 18:17 ` [Bug target/49824] " gjl at gcc dot gnu.org
2011-08-02 19:46 ` [Bug target/49824] [avr] " gjl at gcc dot gnu.org
2011-10-24 14:46 ` gjl at gcc dot gnu.org
2011-10-24 14:57 ` gjl at gcc dot gnu.org
2011-10-24 14:58 ` gjl at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).