public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/39219] attribute doesn't work with enums properly
       [not found] <bug-39219-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-01 12:14 ` jakub at gcc dot gnu.org
  2011-04-16 11:17 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-10-01 12:14 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.5                       |4.4.6


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

* [Bug c++/39219] attribute doesn't work with enums properly
       [not found] <bug-39219-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 12:14 ` [Bug c++/39219] attribute doesn't work with enums properly jakub at gcc dot gnu.org
@ 2011-04-16 11:17 ` jakub at gcc dot gnu.org
  2011-04-28 16:57 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-04-16 11:17 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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


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

* [Bug c++/39219] attribute doesn't work with enums properly
       [not found] <bug-39219-4@http.gcc.gnu.org/bugzilla/>
  2010-10-01 12:14 ` [Bug c++/39219] attribute doesn't work with enums properly jakub at gcc dot gnu.org
  2011-04-16 11:17 ` jakub at gcc dot gnu.org
@ 2011-04-28 16:57 ` rguenth at gcc dot gnu.org
  2011-04-28 18:35 ` [Bug c++/39219] [4.3 regression] " jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-28 16:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug c++/39219] [4.3 regression] attribute doesn't work with enums properly
       [not found] <bug-39219-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-04-28 16:57 ` rguenth at gcc dot gnu.org
@ 2011-04-28 18:35 ` jason at gcc dot gnu.org
  2011-04-28 20:35 ` jason at gcc dot gnu.org
  2011-04-29 19:02 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2011-04-28 18:35 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org
      Known to work|                            |4.4.0
   Target Milestone|---                         |4.3.6
            Summary|attribute doesn't work with |[4.3 regression] attribute
                   |enums properly              |doesn't work with enums
                   |                            |properly
      Known to fail|                            |4.3.5

--- Comment #11 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-28 18:33:38 UTC ---
This bug was fixed in 4.4.0 but could be considered a regression relative to
4.1, since we only started advocating the prefix syntax in 4.2.  So I'll apply
the fix to 4.3 as well.


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

* [Bug c++/39219] [4.3 regression] attribute doesn't work with enums properly
       [not found] <bug-39219-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-04-28 18:35 ` [Bug c++/39219] [4.3 regression] " jason at gcc dot gnu.org
@ 2011-04-28 20:35 ` jason at gcc dot gnu.org
  2011-04-29 19:02 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2011-04-28 20:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-28 20:29:47 UTC ---
Author: jason
Date: Thu Apr 28 20:29:44 2011
New Revision: 173133

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

2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>

    PR c++/39219
    * parser.c (cp_parser_enum_specifier): Apply all attributes.

gcc/testsuite/

2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>

    PR c++/39219
    * g++.dg/parse/attr3.C: New.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/parse/attr3.C
Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/parser.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


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

* [Bug c++/39219] [4.3 regression] attribute doesn't work with enums properly
       [not found] <bug-39219-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-04-28 20:35 ` jason at gcc dot gnu.org
@ 2011-04-29 19:02 ` jason at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2011-04-29 19:02 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #13 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-29 19:02:06 UTC ---
Fixed for 4.3.6 as well as 4.4+.


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

end of thread, other threads:[~2011-04-29 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-39219-4@http.gcc.gnu.org/bugzilla/>
2010-10-01 12:14 ` [Bug c++/39219] attribute doesn't work with enums properly jakub at gcc dot gnu.org
2011-04-16 11:17 ` jakub at gcc dot gnu.org
2011-04-28 16:57 ` rguenth at gcc dot gnu.org
2011-04-28 18:35 ` [Bug c++/39219] [4.3 regression] " jason at gcc dot gnu.org
2011-04-28 20:35 ` jason at gcc dot gnu.org
2011-04-29 19:02 ` jason 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).