public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/45688] Typo in __attribute__((version-id)) docs
       [not found] <bug-45688-4@http.gcc.gnu.org/bugzilla/>
@ 2013-04-17 10:36 ` skannan at redhat dot com
  2013-04-17 13:30 ` manu at gcc dot gnu.org
  1 sibling, 0 replies; 4+ messages in thread
From: skannan at redhat dot com @ 2013-04-17 10:36 UTC (permalink / raw)
  To: gcc-bugs


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

Shakthi Kannan <skannan at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |skannan at redhat dot com

--- Comment #2 from Shakthi Kannan <skannan at redhat dot com> 2013-04-17 10:36:30 UTC ---
http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function-Attributes

now mentions version_id correctly:

  extern int foo () __attribute__((version_id ("20040821")));


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

* [Bug web/45688] Typo in __attribute__((version-id)) docs
       [not found] <bug-45688-4@http.gcc.gnu.org/bugzilla/>
  2013-04-17 10:36 ` [Bug web/45688] Typo in __attribute__((version-id)) docs skannan at redhat dot com
@ 2013-04-17 13:30 ` manu at gcc dot gnu.org
  1 sibling, 0 replies; 4+ messages in thread
From: manu at gcc dot gnu.org @ 2013-04-17 13:30 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2013-04-17 13:30:35 UTC ---
Actually, the bug was "version level functioning". Since it is obvious, I fixed
it.

http://gcc.gnu.org/r198028
>From gcc-bugs-return-420470-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Apr 17 13:50:37 2013
Return-Path: <gcc-bugs-return-420470-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 20502 invoked by alias); 17 Apr 2013 13:50:36 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 20445 invoked by uid 48); 17 Apr 2013 13:50:34 -0000
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/40958] module files too large
Date: Wed, 17 Apr 2013 13:50:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: burnus at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: CC
Message-ID: <bug-40958-4-eCsIY5d06l@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-40958-4@http.gcc.gnu.org/bugzilla/>
References: <bug-40958-4@http.gcc.gnu.org/bugzilla/>
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0
X-SW-Source: 2013-04/txt/msg01615.txt.bz2
Content-length: 1275


http://gcc.gnu.org/bugzilla/show_bug.cgi?id@958

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-04-17 13:50:31 UTC ---
Author: jb
Date: Tue Mar 26 22:08:17 2013
New Revision: 197124

URL: http://gcc.gnu.org/viewcvs?rev\x197124&root=gcc&view=rev
Log:
PR 25708 Use a temporary buffer when parsing module files.

2013-03-27  Janne Blomqvist  <jb@gcc.gnu.org>

    PR fortran/25708
        * module.c (module_locus): Use long for position.
        (module_content): New variable.
        (module_pos): Likewise.
        (prev_character): Remove.
        (bad_module): Free data instead of closing mod file.
        (set_module_locus): Use module_pos.
        (get_module_locus): Likewise.
        (module_char): use buffer rather than stdio file.
        (module_unget_char): Likewise.
        (read_module_to_tmpbuf): New function.
        (gfc_use_module): Call read_module_to_tmpbuf.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/module.c


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

* [Bug web/45688] Typo in __attribute__((version-id)) docs
  2010-09-16 10:22 [Bug web/45688] New: " dascandy at gmail dot com
  2010-09-16 10:23 ` [Bug web/45688] " dascandy at gmail dot com
@ 2010-09-16 11:42 ` redi at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-09-16 11:42 UTC (permalink / raw)
  To: gcc-bugs



-- 

redi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |documentation
   Last reconfirmed|0000-00-00 00:00:00         |2010-09-16 11:42:11
               date|                            |


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


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

* [Bug web/45688] Typo in __attribute__((version-id)) docs
  2010-09-16 10:22 [Bug web/45688] New: " dascandy at gmail dot com
@ 2010-09-16 10:23 ` dascandy at gmail dot com
  2010-09-16 11:42 ` redi at gcc dot gnu dot org
  1 sibling, 0 replies; 4+ messages in thread
From: dascandy at gmail dot com @ 2010-09-16 10:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dascandy at gmail dot com  2010-09-16 10:23 -------
http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function-Attributes

The link where the typo is to be found.


-- 


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


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

end of thread, other threads:[~2013-04-17 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45688-4@http.gcc.gnu.org/bugzilla/>
2013-04-17 10:36 ` [Bug web/45688] Typo in __attribute__((version-id)) docs skannan at redhat dot com
2013-04-17 13:30 ` manu at gcc dot gnu.org
2010-09-16 10:22 [Bug web/45688] New: " dascandy at gmail dot com
2010-09-16 10:23 ` [Bug web/45688] " dascandy at gmail dot com
2010-09-16 11:42 ` redi at gcc dot gnu dot 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).