public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14482] hard to avoid -Weffc++ warnings with union members
       [not found] <bug-14482-8084@http.gcc.gnu.org/bugzilla/>
@ 2009-04-28 23:42 ` pinskia at gcc dot gnu dot org
  2009-12-10 10:56 ` brian dot amberg at unibas dot ch
  2009-12-10 13:04 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-04-28 23:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-04-28 23:42 -------
*** Bug 39691 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hayden dot james at gmail
                   |                            |dot com


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


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

* [Bug c++/14482] hard to avoid -Weffc++ warnings with union members
       [not found] <bug-14482-8084@http.gcc.gnu.org/bugzilla/>
  2009-04-28 23:42 ` [Bug c++/14482] hard to avoid -Weffc++ warnings with union members pinskia at gcc dot gnu dot org
@ 2009-12-10 10:56 ` brian dot amberg at unibas dot ch
  2009-12-10 13:04 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 8+ messages in thread
From: brian dot amberg at unibas dot ch @ 2009-12-10 10:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from brian dot amberg at unibas dot ch  2009-12-10 10:56 -------
Confirming this bug for 4.2.4. This is annoying, especially when using effc++
with Werror.


-- 

brian dot amberg at unibas dot ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brian dot amberg at unibas
                   |                            |dot ch


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


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

* [Bug c++/14482] hard to avoid -Weffc++ warnings with union members
       [not found] <bug-14482-8084@http.gcc.gnu.org/bugzilla/>
  2009-04-28 23:42 ` [Bug c++/14482] hard to avoid -Weffc++ warnings with union members pinskia at gcc dot gnu dot org
  2009-12-10 10:56 ` brian dot amberg at unibas dot ch
@ 2009-12-10 13:04 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 8+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-10 13:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from paolo dot carlini at oracle dot com  2009-12-10 13:04 -------
While you are at it, you can confirm it also with 4.3.x and 4.4.x: evidently
nobody worked on this, otherwise the changes would show up in the audit trail.


-- 


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


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

* [Bug c++/14482] hard to avoid -Weffc++ warnings with union members
       [not found] <bug-14482-4@http.gcc.gnu.org/bugzilla/>
  2011-06-29  9:10 ` nocannedmeat at gmail dot com
  2011-06-29 10:23 ` redi at gcc dot gnu.org
@ 2011-06-29 10:56 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-06-29 10:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to work|                            |4.6.0, 4.7.0
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-06-29 10:55:49 UTC ---
probably fixed by http://gcc.gnu.org/viewcvs?view=revision&revision=162187


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

* [Bug c++/14482] hard to avoid -Weffc++ warnings with union members
       [not found] <bug-14482-4@http.gcc.gnu.org/bugzilla/>
  2011-06-29  9:10 ` nocannedmeat at gmail dot com
@ 2011-06-29 10:23 ` redi at gcc dot gnu.org
  2011-06-29 10:56 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2011-06-29 10:23 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-06-29 10:21:47 UTC ---
but compiles without warnings using 4.6 or 4.7


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

* [Bug c++/14482] hard to avoid -Weffc++ warnings with union members
       [not found] <bug-14482-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-29  9:10 ` nocannedmeat at gmail dot com
  2011-06-29 10:23 ` redi at gcc dot gnu.org
  2011-06-29 10:56 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 8+ messages in thread
From: nocannedmeat at gmail dot com @ 2011-06-29  9:10 UTC (permalink / raw)
  To: gcc-bugs

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

Aaron Miller <nocannedmeat at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nocannedmeat at gmail dot
                   |                            |com

--- Comment #6 from Aaron Miller <nocannedmeat at gmail dot com> 2011-06-29 09:09:48 UTC ---
Confirmed for 4.5.2 "Ubuntu/Linaro 4.5.2-8ubuntu4"


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

* [Bug c++/14482] hard to avoid -Weffc++ warnings with union members
  2004-03-08 14:55 [Bug c++/14482] New: " arnej at europe dot yahoo-inc dot com
  2004-03-08 15:37 ` [Bug c++/14482] " pinskia at gcc dot gnu dot org
@ 2004-04-28 19:06 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-28 19:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-28 17:00 -------
*** Bug 15192 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uwe dot arzt at robots dot
                   |                            |de


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


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

* [Bug c++/14482] hard to avoid -Weffc++ warnings with union members
  2004-03-08 14:55 [Bug c++/14482] New: " arnej at europe dot yahoo-inc dot com
@ 2004-03-08 15:37 ` pinskia at gcc dot gnu dot org
  2004-04-28 19:06 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-08 15:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-08 15:37 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |diagnostic
      Known to fail|                            |2.95.3 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-08 15:37:21
               date|                            |


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


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

end of thread, other threads:[~2011-06-29 10:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-14482-8084@http.gcc.gnu.org/bugzilla/>
2009-04-28 23:42 ` [Bug c++/14482] hard to avoid -Weffc++ warnings with union members pinskia at gcc dot gnu dot org
2009-12-10 10:56 ` brian dot amberg at unibas dot ch
2009-12-10 13:04 ` paolo dot carlini at oracle dot com
     [not found] <bug-14482-4@http.gcc.gnu.org/bugzilla/>
2011-06-29  9:10 ` nocannedmeat at gmail dot com
2011-06-29 10:23 ` redi at gcc dot gnu.org
2011-06-29 10:56 ` redi at gcc dot gnu.org
2004-03-08 14:55 [Bug c++/14482] New: " arnej at europe dot yahoo-inc dot com
2004-03-08 15:37 ` [Bug c++/14482] " pinskia at gcc dot gnu dot org
2004-04-28 19:06 ` pinskia 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).