[Bug objc++/27249] FAIL: obj-c++.dg/encode-8.mm execution test

2010-06-09 Thread mrs at gcc dot gnu dot org


-- 

mrs at gcc dot gnu dot org changed:

   What|Removed |Added

 CC|mikestump at comcast dot net|
   Target Milestone|--- |4.6.0


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



[Bug objc++/27249] FAIL: obj-c++.dg/encode-8.mm execution test

2010-06-08 Thread iains at gcc dot gnu dot org


--- Comment #5 from iains at gcc dot gnu dot org  2010-06-08 08:55 ---
this has been fixed for some time in the test-suite by running only for
*-*-darwin* and skipping for gnu-runtime.


-- 

iains at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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



[Bug objc++/27249] FAIL: obj-c++.dg/encode-8.mm execution test

2010-03-27 Thread developer at sandoe-acoustics dot co dot uk


--- Comment #4 from developer at sandoe-acoustics dot co dot uk  2010-03-27 
14:38 ---
shouldn't this be NeXT-specific - i.e. skipped for -fgnu-runtime, rather than
XFAILED?


-- 

developer at sandoe-acoustics dot co dot uk changed:

   What|Removed |Added

 CC||developer at sandoe-
   ||acoustics dot co dot uk


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



[Bug objc++/27249] FAIL: obj-c++.dg/encode-8.mm execution test

2008-02-08 Thread ghazi at gcc dot gnu dot org


--- Comment #3 from ghazi at gcc dot gnu dot org  2008-02-08 17:58 ---
Below is the info from gdb with mainline on x86_64-linux-gnu.  We're aborting
because the encoding for BOOL* doesn't match the expected value.

(gdb) run
Starting program:
/home/ghazi/gcc-testing/43/build/gcc/testsuite/obj-c++/encode-8.exe

Program received signal SIGABRT, Aborted.
0x2ad8f2f4107b in raise () from /lib/libc.so.6
(gdb) bt full
#0  0x2ad8f2f4107b in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x2ad8f2f4284e in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x004006db in main () at testsuite/obj-c++.dg/encode-8.mm:17
BOOL_ptr = 0x4007cc *
char_ptr = 0x4007cc *
(gdb) list 17
12  int main(void) {
13const char *BOOL_ptr = @encode(BOOL *);
14const char *char_ptr = @encode(char *);
15
16if(strcmp(BOOL_ptr, ^c))
17  abort();
18
19if(strcmp(char_ptr, *))
20  abort();
21


-- 


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



[Bug objc++/27249] FAIL: obj-c++.dg/encode-8.mm execution test

2008-02-07 Thread ghazi at gcc dot gnu dot org


--- Comment #2 from ghazi at gcc dot gnu dot org  2008-02-08 01:52 ---
Bug is not hppa-specific, removing target tags.

I also see the failure on i686 and x86_64 on 4.1, 4.2, and trunk.

http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00469.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00468.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00466.html


-- 

ghazi at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||ghazi at gcc dot gnu dot
   ||org, mrs at apple dot com
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
  GCC build triplet|hppa*-*-*   |
   GCC host triplet|hppa*-*-*   |
 GCC target triplet|hppa*-*-*   |
  Known to fail||4.1.3 4.2.4 4.3.0
   Last reconfirmed|-00-00 00:00:00 |2008-02-08 01:52:15
   date||


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



[Bug objc++/27249] FAIL: obj-c++.dg/encode-8.mm execution test

2007-11-22 Thread danglin at gcc dot gnu dot org


--- Comment #1 from danglin at gcc dot gnu dot org  2007-11-22 14:10 ---
Also fails on hppa64.


-- 

danglin at gcc dot gnu dot org changed:

   What|Removed |Added

  GCC build triplet|hppa*-*-* (32-bit)  |hppa*-*-*
   GCC host triplet|hppa*-*-* (32-bit)  |hppa*-*-*
 GCC target triplet|hppa*-*-* (32-bit)  |hppa*-*-*


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