This is the mail archive of the gcc-regression@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]

Re: 28 GCC HEAD regressions, 7 new, with your patch on 2004-06-03T00:30:06Z.



On Jun 3, 2004, at 09:41, GCC regression checker wrote:
The new failures are:
native g++.sum g++.old-deja/g++.mike/eh31.C
native g++.sum g++.old-deja/g++.mike/init1.C
native g++.sum g++.old-deja/g++.mike/p2736.C
native g++.sum g++.old-deja/g++.mike/p9706.C
native g++.sum g++.old-deja/g++.other/init5.C
native g++.sum g++.old-deja/g++.pt/overload11.C

All of the above failures are target bugs in the darwin back-end and can be fixed by applying the rest of <http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00113.html>.



native g++.sum g++.old-deja/g++.other/builtins9.C

This is a bug in the C++ front-end where there are two decls for some reason. One for the builtin function and one for the function that is there in the code. One way to fix this is to do what the C front does and only combine the decls.

Thanks,
Andrew Pinski


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