public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/25361] vectors are not encoded
       [not found] <bug-25361-4@http.gcc.gnu.org/bugzilla/>
@ 2010-09-26 19:32 ` nicola at gcc dot gnu.org
  2011-01-09 12:08 ` [Bug objc/25361] structures containing vectors are not encoded correctly dominiq at lps dot ens.fr
  1 sibling, 0 replies; 9+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-09-26 19:32 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5
                 CC|                            |nicola at gcc dot gnu.org

--- Comment #8 from Nicola Pero <nicola at gcc dot gnu.org> 2010-09-26 16:51:30 UTC ---
Posted a patch to gcc-patches that implements encoding vectors.  That all works
but unfortunately is not enough because you also have to get structures
containing vectors to work to fix the issue. :-(

I'm reducing the priority though, since the failing testcase now is reduced to
structures containing vectors, which is rather unusual in Objective-C.

Thanks


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

* [Bug objc/25361] structures containing vectors are not encoded correctly
       [not found] <bug-25361-4@http.gcc.gnu.org/bugzilla/>
  2010-09-26 19:32 ` [Bug objc/25361] vectors are not encoded nicola at gcc dot gnu.org
@ 2011-01-09 12:08 ` dominiq at lps dot ens.fr
  1 sibling, 0 replies; 9+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-01-09 12:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-01-09 11:19:53 UTC ---
objc.dg-struct-layout-encoding-1/t026_main.m seems to pass on all platforms I
have looked at. The other tests pass on several platforms, except Intel/AMD
ones (see pr45989).


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

* [Bug objc/25361] vectors are not encoded
  2005-12-12  5:54 [Bug objc/25361] New: vectors are not encoded pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-01-04  1:16 ` pinskia at gcc dot gnu dot org
@ 2006-01-17 16:55 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-17 16:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-01-17 16:55 -------
I am just going to fail this test, I have a patch which I need to double check
and the commit.  Unassigning for now.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


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


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

* [Bug objc/25361] vectors are not encoded
  2005-12-12  5:54 [Bug objc/25361] New: vectors are not encoded pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-01-04  1:06 ` hp at gcc dot gnu dot org
@ 2006-01-04  1:16 ` pinskia at gcc dot gnu dot org
  2006-01-17 16:55 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-04  1:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-01-04 01:16 -------
Oh, right I should be handling this soon.  The rest of objc are because of PR
25464 which is harder to fix as I also have to look into making sure that
methods are encoded correctly still.


-- 

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|NEW                         |ASSIGNED


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



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

* [Bug objc/25361] vectors are not encoded
  2005-12-12  5:54 [Bug objc/25361] New: vectors are not encoded pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-12-18  0:06 ` pinskia at gcc dot gnu dot org
@ 2006-01-04  1:06 ` hp at gcc dot gnu dot org
  2006-01-04  1:16 ` pinskia at gcc dot gnu dot org
  2006-01-17 16:55 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 9+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-04  1:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hp at gcc dot gnu dot org  2006-01-04 01:06 -------
Also seen for 109236 (new test) with cross to
mmix-knuth-mmixware, cris-axis-elf, cris-axis-linux-gnu,
i686-pc-linux-gnu (native FC2), sh-elf, mips-elf:
Running
/home/hp/combined/combined/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp
...
FAIL: objc.dg-struct-layout-encoding-1/t025_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t026_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t027_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t028_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t029_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t030_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t031_main.m execution test

native objc.log entry for t025:
struct { u2sf a;} align is 8, but is calulated as 4
struct { u4si a;} align is 16, but is calulated as 4
union { v4si a;} size is 16, but is calulated as 0
union { v4si a;} align is 16, but is calulated as 1
union { v2si a;} size is 8, but is calulated as 0
union { v2si a;} align is 4, but is calulated as 1
FAIL: objc.dg-struct-layout-encoding-1/t025_main.m execution test


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu dot org


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



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

* [Bug objc/25361] vectors are not encoded
  2005-12-12  5:54 [Bug objc/25361] New: vectors are not encoded pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-12-18  0:05 ` danglin at gcc dot gnu dot org
@ 2005-12-18  0:06 ` pinskia at gcc dot gnu dot org
  2006-01-04  1:06 ` hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-18  0:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-12-18 00:06 -------
(In reply to comment #3)
> What's "calulated"?

It is me not able to spell "calculated".


-- 


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


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

* [Bug objc/25361] vectors are not encoded
  2005-12-12  5:54 [Bug objc/25361] New: vectors are not encoded pinskia at gcc dot gnu dot org
  2005-12-18  0:02 ` [Bug objc/25361] " pinskia at gcc dot gnu dot org
  2005-12-18  0:04 ` pinskia at gcc dot gnu dot org
@ 2005-12-18  0:05 ` danglin at gcc dot gnu dot org
  2005-12-18  0:06 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-12-18  0:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2005-12-18 00:05 -------
What's "calulated"?


-- 


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


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

* [Bug objc/25361] vectors are not encoded
  2005-12-12  5:54 [Bug objc/25361] New: vectors are not encoded pinskia at gcc dot gnu dot org
  2005-12-18  0:02 ` [Bug objc/25361] " pinskia at gcc dot gnu dot org
@ 2005-12-18  0:04 ` pinskia at gcc dot gnu dot org
  2005-12-18  0:05 ` danglin at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-18  0:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-18 00:04 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-18 00:04:46
               date|                            |


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


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

* [Bug objc/25361] vectors are not encoded
  2005-12-12  5:54 [Bug objc/25361] New: vectors are not encoded pinskia at gcc dot gnu dot org
@ 2005-12-18  0:02 ` pinskia at gcc dot gnu dot org
  2005-12-18  0:04 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-18  0:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-18 00:02 -------
*** Bug 25471 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

end of thread, other threads:[~2011-01-09 11:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-25361-4@http.gcc.gnu.org/bugzilla/>
2010-09-26 19:32 ` [Bug objc/25361] vectors are not encoded nicola at gcc dot gnu.org
2011-01-09 12:08 ` [Bug objc/25361] structures containing vectors are not encoded correctly dominiq at lps dot ens.fr
2005-12-12  5:54 [Bug objc/25361] New: vectors are not encoded pinskia at gcc dot gnu dot org
2005-12-18  0:02 ` [Bug objc/25361] " pinskia at gcc dot gnu dot org
2005-12-18  0:04 ` pinskia at gcc dot gnu dot org
2005-12-18  0:05 ` danglin at gcc dot gnu dot org
2005-12-18  0:06 ` pinskia at gcc dot gnu dot org
2006-01-04  1:06 ` hp at gcc dot gnu dot org
2006-01-04  1:16 ` pinskia at gcc dot gnu dot org
2006-01-17 16:55 ` 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).