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 objc++/27232] encode-3.mm fails with "deprecated conversion" warning



------- Comment #3 from ghazi at gcc dot gnu dot org  2008-02-08 01:40 -------
This testcase has execution failure on mainline for i686 and x86_64:
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00466.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00441.html

On 4.2.x, it passes on both systems:
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00468.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00366.html

on 4.1.x, it passes on i686 but fails on x86_64:
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00365.html
http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg00469.html

Between 4.1 and 4.2, there are some changes to the testcase itself that look
like support for lp64 systems.  I believe that explains the failure on 4.1 on
x86_64.  I believe if I backport that testsuite change to 4.1, the testcase
might pass.

However it fails everywhere on mainline, so that is a regression.


-- 

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
      Known to fail|                            |4.3.0
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-08 01:40:58
               date|                            |


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


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