public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/21659] [4.3/4.4/4.5/4.6 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1
       [not found] <bug-21659-4@http.gcc.gnu.org/bugzilla/>
@ 2011-01-22 16:50 ` hubicka at gcc dot gnu.org
  2011-01-24 23:28 ` hubicka at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2011-01-22 16:50 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |hubicka at gcc dot gnu.org
                   |gnu.org                     |
      Known to fail|                            |

--- Comment #10 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-22 16:04:49 UTC ---
I think with unit-at-a-time mode for all compilation settings, we should just
drop the restriction.  Will make patch.


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

* [Bug c/21659] [4.3/4.4/4.5/4.6 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1
       [not found] <bug-21659-4@http.gcc.gnu.org/bugzilla/>
  2011-01-22 16:50 ` [Bug c/21659] [4.3/4.4/4.5/4.6 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1 hubicka at gcc dot gnu.org
@ 2011-01-24 23:28 ` hubicka at gcc dot gnu.org
  2011-02-02 17:42 ` [Bug c/21659] [4.3/4.4/4.5 " dnovillo at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2011-01-24 23:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-24 23:07:29 UTC ---
Author: hubicka
Date: Mon Jan 24 23:07:25 2011
New Revision: 169184

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169184
Log:

    PR c/21659
    * doc/extend.texi (weak pragma): Drop claim that it must
    appear before definition.
    * varasm.c (merge_weak, declare_weak): Only sanity check
    that DECL is not output at a time it is declared weak.

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


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

* [Bug c/21659] [4.3/4.4/4.5 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1
       [not found] <bug-21659-4@http.gcc.gnu.org/bugzilla/>
  2011-01-22 16:50 ` [Bug c/21659] [4.3/4.4/4.5/4.6 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1 hubicka at gcc dot gnu.org
  2011-01-24 23:28 ` hubicka at gcc dot gnu.org
@ 2011-02-02 17:42 ` dnovillo at gcc dot gnu.org
  2011-06-27 12:42 ` rguenth at gcc dot gnu.org
  2011-10-18 15:13 ` [Bug c/21659] [4.4/4.5 " hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: dnovillo at gcc dot gnu.org @ 2011-02-02 17:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Diego Novillo <dnovillo at gcc dot gnu.org> 2011-02-02 17:42:07 UTC ---
Author: dnovillo
Date: Wed Feb  2 17:42:05 2011
New Revision: 169542

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169542
Log:

    PR c/21659
    * doc/extend.texi (weak pragma): Drop claim that it must
    appear before definition.
    * varasm.c (merge_weak, declare_weak): Only sanity check
    that DECL is not output at a time it is declared weak.

Modified:
    branches/google/integration/gcc/ChangeLog
    branches/google/integration/gcc/doc/extend.texi
    branches/google/integration/gcc/varasm.c


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

* [Bug c/21659] [4.3/4.4/4.5 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1
       [not found] <bug-21659-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-02-02 17:42 ` [Bug c/21659] [4.3/4.4/4.5 " dnovillo at gcc dot gnu.org
@ 2011-06-27 12:42 ` rguenth at gcc dot gnu.org
  2011-10-18 15:13 ` [Bug c/21659] [4.4/4.5 " hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 12:42 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.6                       |4.4.7

--- Comment #13 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:12:34 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


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

* [Bug c/21659] [4.4/4.5 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1
       [not found] <bug-21659-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-06-27 12:42 ` rguenth at gcc dot gnu.org
@ 2011-10-18 15:13 ` hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2011-10-18 15:13 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #14 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-10-18 15:13:11 UTC ---
This restriction is long gone with unit-at-a-time changes.


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

end of thread, other threads:[~2011-10-18 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21659-4@http.gcc.gnu.org/bugzilla/>
2011-01-22 16:50 ` [Bug c/21659] [4.3/4.4/4.5/4.6 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1 hubicka at gcc dot gnu.org
2011-01-24 23:28 ` hubicka at gcc dot gnu.org
2011-02-02 17:42 ` [Bug c/21659] [4.3/4.4/4.5 " dnovillo at gcc dot gnu.org
2011-06-27 12:42 ` rguenth at gcc dot gnu.org
2011-10-18 15:13 ` [Bug c/21659] [4.4/4.5 " hubicka 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).