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: 21 GCC HEAD regressions, 2 new, with your patch on 2004-07-07T22:45:18Z.


> 
> --BOUNDARY
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> With your recent patch, GCC HEAD has some regression test failures, 
> which used to pass.  There are 2 new failures, and 19
> failures that existed before and after that patch; 0 failures
> have been fixed.
> 
> The new failures are:
> native g++.sum g++.old-deja/g++.abi/ptrflags.C
> native g++.sum g++.old-deja/g++.eh/catchptr1.C

Both have these are:
/Users/regress/tbox/cvs-gcc/gcc/gcc/testsuite/g++.old-deja/g++.eh/catchptr1.C:190: error: _ZTIPP1B causes a section type conflict
/Users/regress/tbox/cvs-gcc/gcc/gcc/testsuite/g++.old-deja/g++.eh/catchptr1.C:192: error: _ZTIPP1C causes a section type conflict

Which means only one patch could have cause this:
> +2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
> +
> +	PR c++/16276
> +	* rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
> +	is not public.


Thanks,
Andrew Pinski


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