Georg-Johann Lay wrote: > Jakub Jelinek wrote: >> On Wed, Feb 01, 2012 at 02:00:53PM +0100, Georg-Johann Lay wrote: >>>> * gcc.dg/lto/20091013-1_1.c: xfail for avr. >>>> * gcc.dg/lto/20091013-1_2.c: xfail for avr. >> If it is just because of the warnings, can't you >> add >> -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast >> to dg-options? > > dg-additional-options triggers > WARNING: lto.exp does not support dg-additional-options > >> Also, not sure how effective is dg-xfail-if in the secondary >> source files, the *_0.c is where all the dg directives are for it. > > The FAILs return if dg-xfail-if is removed from 1.c/2.c and added to 0.c > > dg-xfail-if only works if added in each and every individual source that > triggers a warning.
I went ahead and installed the patch. It only disables for avr to avoid disturbing other targets: http://gcc.gnu.org/viewcvs?view=revision&revision=184276 Johann