public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libobjc/25354] There should be an automated testsuite for objc_sizeof_type and objc_alignof_type
  2005-12-11 17:48 [Bug libobjc/25354] New: There should be an automated testsuite for objc_sizeof_type and objc_alignof_type pinskia at gcc dot gnu dot org
@ 2005-12-11 17:48 ` pinskia at gcc dot gnu dot org
  2005-12-12  5:47 ` pinskia at gcc dot gnu dot org
  2005-12-12  5:48 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-11 17:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-11 17:48 -------
Mine.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-11 17:48:27
               date|                            |


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


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

* [Bug libobjc/25354]  New: There should be an automated testsuite for objc_sizeof_type and objc_alignof_type
@ 2005-12-11 17:48 pinskia at gcc dot gnu dot org
  2005-12-11 17:48 ` [Bug libobjc/25354] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-11 17:48 UTC (permalink / raw)
  To: gcc-bugs

There is a need for an automated testsuite so that when convert libobjc not to
use GCC's target headers, it can actually be tested.


-- 
           Summary: There should be an automated testsuite for
                    objc_sizeof_type and objc_alignof_type
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libobjc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
OtherBugsDependingO 24775
             nThis:


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


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

* [Bug libobjc/25354] There should be an automated testsuite for objc_sizeof_type and objc_alignof_type
  2005-12-11 17:48 [Bug libobjc/25354] New: There should be an automated testsuite for objc_sizeof_type and objc_alignof_type pinskia at gcc dot gnu dot org
  2005-12-11 17:48 ` [Bug libobjc/25354] " pinskia at gcc dot gnu dot org
@ 2005-12-12  5:47 ` pinskia at gcc dot gnu dot org
  2005-12-12  5:48 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-12  5:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-12 05:47 -------
Fixed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug libobjc/25354] There should be an automated testsuite for objc_sizeof_type and objc_alignof_type
  2005-12-11 17:48 [Bug libobjc/25354] New: There should be an automated testsuite for objc_sizeof_type and objc_alignof_type pinskia at gcc dot gnu dot org
  2005-12-11 17:48 ` [Bug libobjc/25354] " pinskia at gcc dot gnu dot org
  2005-12-12  5:47 ` pinskia at gcc dot gnu dot org
@ 2005-12-12  5:48 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-12  5:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-12-12 05:47 -------
Subject: Bug 25354

Author: pinskia
Date: Mon Dec 12 05:47:52 2005
New Revision: 108398

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108398
Log:
2005-12-12  Andrew Pinski  <pinskia@physics.uc.edu>

        PR libobjc/25354
        * objc.dg/gnu-encoding: New directory.
        * objc.dg/gnu-encoding/compat-common.h: New file.
        * objc.dg/gnu-encoding/struct-layout-1.h: New file.
        * objc.dg/gnu-encoding/struct-layout-1_test.h: New file.
        * objc.dg/gnu-encoding/vector-defs.h: New file.
        * objc.dg/gnu-encoding/gnu-encoding.exp: New file.
        * objc.dg/gnu-encoding/generate-random.c: New file.
        * objc.dg/gnu-encoding/generate-random_r.c: New file.
        * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c: New file.
        * objc.dg/gnu-encoding/generate-random.h: New file.


2005-12-12  Andrew Pinski  <pinskia@physics.uc.edu>

        * encoding.c (TYPE_FIELDS): Fix to skip over just _C_STRUCT_B and      
 the name.
        (get_inner_array_type): Fix to skip over _C_ARY_B and size.
        (rs6000_special_round_type_align): Update for the ABI fix.
        (objc_layout_finish_structure): Correct the encoding which is passed to
        ROUND_TYPE_ALIGN.


Added:
    trunk/gcc/testsuite/objc.dg/gnu-encoding/
    trunk/gcc/testsuite/objc.dg/gnu-encoding/compat-common.h
    trunk/gcc/testsuite/objc.dg/gnu-encoding/generate-random.c
    trunk/gcc/testsuite/objc.dg/gnu-encoding/generate-random.h
    trunk/gcc/testsuite/objc.dg/gnu-encoding/generate-random_r.c
    trunk/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp
    trunk/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-1.h
    trunk/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-1_test.h
   
trunk/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c
    trunk/gcc/testsuite/objc.dg/gnu-encoding/vector-defs.h
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/libobjc/ChangeLog
    trunk/libobjc/encoding.c


-- 


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


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

end of thread, other threads:[~2005-12-12  5:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-11 17:48 [Bug libobjc/25354] New: There should be an automated testsuite for objc_sizeof_type and objc_alignof_type pinskia at gcc dot gnu dot org
2005-12-11 17:48 ` [Bug libobjc/25354] " pinskia at gcc dot gnu dot org
2005-12-12  5:47 ` pinskia at gcc dot gnu dot org
2005-12-12  5:48 ` 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).