public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/10179] alignment attributes are not inherited correctly with empty classes
       [not found] <20030321114601.10179.jamagallon@able.es>
@ 2003-11-29 20:59 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-29 20:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-29 20:59 -------
I can confirm this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-29 20:59:02
               date|                            |


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


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

* [Bug c++/10179] alignment attributes are not inherited correctly with empty classes
       [not found] <bug-10179-5415@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2007-09-28 18:11 ` jason at gcc dot gnu dot org
@ 2007-11-30 18:51 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-11-30 18:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

* [Bug c++/10179] alignment attributes are not inherited correctly with empty classes
       [not found] <bug-10179-5415@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2007-09-28 18:08 ` jason at gcc dot gnu dot org
@ 2007-09-28 18:11 ` jason at gcc dot gnu dot org
  2007-11-30 18:51 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2007-09-28 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jason at gcc dot gnu dot org  2007-09-28 18:11 -------
Fixed for 4.3.0.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |4.3.0
         Resolution|                            |FIXED


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


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

* [Bug c++/10179] alignment attributes are not inherited correctly with empty classes
       [not found] <bug-10179-5415@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2007-09-27 21:21 ` jason at gcc dot gnu dot org
@ 2007-09-28 18:08 ` jason at gcc dot gnu dot org
  2007-09-28 18:11 ` jason at gcc dot gnu dot org
  2007-11-30 18:51 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2007-09-28 18:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jason at gcc dot gnu dot org  2007-09-28 18:08 -------
Subject: Bug 10179

Author: jason
Date: Fri Sep 28 18:07:57 2007
New Revision: 128871

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128871
Log:
        PR c++/10179
        * class.c (layout_empty_base): Take rli parameter, update
        rli->record_align if empty base has user-specified alignment.
        (build_base_field): Pass rli to it.

Added:
    trunk/gcc/testsuite/g++.dg/ext/align2.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/class.c


-- 


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


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

* [Bug c++/10179] alignment attributes are not inherited correctly with empty classes
       [not found] <bug-10179-5415@http.gcc.gnu.org/bugzilla/>
  2007-05-04  4:11 ` jadamcze at utas dot edu dot au
  2007-05-04  4:58 ` jadamcze at utas dot edu dot au
@ 2007-09-27 21:21 ` jason at gcc dot gnu dot org
  2007-09-28 18:08 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jason at gcc dot gnu dot org @ 2007-09-27 21:21 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|2005-12-18 20:20:22         |2007-09-27 21:21:39
               date|                            |


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


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

* [Bug c++/10179] alignment attributes are not inherited correctly with empty classes
       [not found] <bug-10179-5415@http.gcc.gnu.org/bugzilla/>
  2007-05-04  4:11 ` jadamcze at utas dot edu dot au
@ 2007-05-04  4:58 ` jadamcze at utas dot edu dot au
  2007-09-27 21:21 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jadamcze at utas dot edu dot au @ 2007-05-04  4:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jadamcze at utas dot edu dot au  2007-05-04 05:58 -------
Also present in mainline as of 20070406.


-- 


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


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

* [Bug c++/10179] alignment attributes are not inherited correctly with empty classes
       [not found] <bug-10179-5415@http.gcc.gnu.org/bugzilla/>
@ 2007-05-04  4:11 ` jadamcze at utas dot edu dot au
  2007-05-04  4:58 ` jadamcze at utas dot edu dot au
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jadamcze at utas dot edu dot au @ 2007-05-04  4:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jadamcze at utas dot edu dot au  2007-05-04 05:10 -------
Bitten and confirmed.  gcc-4.1.1 (from cellsdk-2.0).


-- 

jadamcze at utas dot edu dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jadamcze at utas dot edu dot
                   |                            |au


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


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

end of thread, other threads:[~2007-11-30 18:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030321114601.10179.jamagallon@able.es>
2003-11-29 20:59 ` [Bug c++/10179] alignment attributes are not inherited correctly with empty classes pinskia at gcc dot gnu dot org
     [not found] <bug-10179-5415@http.gcc.gnu.org/bugzilla/>
2007-05-04  4:11 ` jadamcze at utas dot edu dot au
2007-05-04  4:58 ` jadamcze at utas dot edu dot au
2007-09-27 21:21 ` jason at gcc dot gnu dot org
2007-09-28 18:08 ` jason at gcc dot gnu dot org
2007-09-28 18:11 ` jason at gcc dot gnu dot org
2007-11-30 18:51 ` 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).