This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/38158] FAIL: gcc.c-torture/execute/pr38051.c execution



------- Comment #4 from danglin at gcc dot gnu dot org  2008-11-21 16:30 -------
Fixed by

2008-11-18  Jakub Jelinek  <jakub@redhat.com>

        PR tree-optimization/38051
        * gcc.c-torture/execute/pr38051.c (buf): Remove aligned attribute.
        (buf2): Removed.
        (main): Only run on little endian targets with
        sizeof (long) == sizeof (void *).  Use just one buffer, align the
        pointers at runtime.


-- 

danglin at gcc dot gnu dot org changed:

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]