public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21560] #pragma(1) doesn't work on the inner classes inside the temlated class
       [not found] <bug-21560-6649@http.gcc.gnu.org/bugzilla/>
@ 2007-06-11 18:11 ` richard-gccbugzilla at metafoo dot co dot uk
  2007-10-04  1:37 ` [Bug c++/21560] #pragma pack(1) " jason at gcc dot gnu dot org
  2007-10-04  1:50 ` jason at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: richard-gccbugzilla at metafoo dot co dot uk @ 2007-06-11 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from richard-gccbugzilla at metafoo dot co dot uk  2007-06-11 18:11 -------
Dup of 7046.


-- 


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


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

* [Bug c++/21560] #pragma pack(1) doesn't work on the inner classes inside the temlated class
       [not found] <bug-21560-6649@http.gcc.gnu.org/bugzilla/>
  2007-06-11 18:11 ` [Bug c++/21560] #pragma(1) doesn't work on the inner classes inside the temlated class richard-gccbugzilla at metafoo dot co dot uk
@ 2007-10-04  1:37 ` jason at gcc dot gnu dot org
  2007-10-04  1:50 ` jason at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: jason at gcc dot gnu dot org @ 2007-10-04  1:37 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-01-26 12:21:34         |2007-10-04 01:37:13
               date|                            |
            Summary|#pragma(1) doesn't work on  |#pragma pack(1) doesn't work
                   |the inner classes inside the|on the inner classes inside
                   |temlated class              |the temlated class


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


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

* [Bug c++/21560] #pragma pack(1) doesn't work on the inner classes inside the temlated class
       [not found] <bug-21560-6649@http.gcc.gnu.org/bugzilla/>
  2007-06-11 18:11 ` [Bug c++/21560] #pragma(1) doesn't work on the inner classes inside the temlated class richard-gccbugzilla at metafoo dot co dot uk
  2007-10-04  1:37 ` [Bug c++/21560] #pragma pack(1) " jason at gcc dot gnu dot org
@ 2007-10-04  1:50 ` jason at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: jason at gcc dot gnu dot org @ 2007-10-04  1:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jason at gcc dot gnu dot org  2007-10-04 01:50 -------


*** This bug has been marked as a duplicate of 7046 ***


-- 

jason at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/21560] #pragma(1) doesn't work on the inner classes inside the temlated class
  2005-05-13 22:51 [Bug c++/21560] New: #pragma(1) " yuri at tsoft dot com
@ 2005-05-13 23:01 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-13 23:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-13 23:01 -------
Confirmed, here is a compile time testcase instead of a runtime:
template<typename C> struct Z {
#pragma pack(1)
  union Packed {
    struct {
     int dx:2;
     int dy:2;
    };
    unsigned char byte;
  };
#pragma pack()
};

int f[sizeof(Z<int>::Packed)==1?1:-1];

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
      Known to fail|                            |2.95.3 3.3.3 3.4.3 4.0.0
                   |                            |4.1.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-13 23:01:39
               date|                            |


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


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

end of thread, other threads:[~2007-10-04  1:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-21560-6649@http.gcc.gnu.org/bugzilla/>
2007-06-11 18:11 ` [Bug c++/21560] #pragma(1) doesn't work on the inner classes inside the temlated class richard-gccbugzilla at metafoo dot co dot uk
2007-10-04  1:37 ` [Bug c++/21560] #pragma pack(1) " jason at gcc dot gnu dot org
2007-10-04  1:50 ` jason at gcc dot gnu dot org
2005-05-13 22:51 [Bug c++/21560] New: #pragma(1) " yuri at tsoft dot com
2005-05-13 23:01 ` [Bug c++/21560] " 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).