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

Test case gcc.dg/pr36504.c on the AVR


In the latest AVR test results:
<http://gcc.gnu.org/ml/gcc-testresults/2008-06/msg02033.html>

there is a new FAIL:

FAIL: gcc.dg/pr36504.c (test for excess errors)

Compared to the previous results:
<http://gcc.gnu.org/ml/gcc-testresults/2008-06/msg01952.html>

This is a new test case added by Jakub.

Compiling this test case for the AVR gives:
+ avr-gcc -save-temps -mmcu=atmega128 -O3 -fprefetch-loop-arrays -c
test.c -o test.o
cc1.exe: warning: -fprefetch-loop-arrays not supported for this target
test.c:1: warning: -fprefetch-loop-arrays not supported for this target

Could one of you (Jakub, Andy, Anatoly) please either disable or XFAIL
this test for the AVR target?

Thanks,
Eric Weddington


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