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]

Re: [bfin] Make bfin-uclinux more like linux target


Jie Zhang wrote:
Bernd Schmidt wrote:
Jie Zhang wrote:
Mainly this patch includes common linux.h for bfin-uclinux target. It also removes redundant macros from bfin target files. It fixes several C99 builtin function tests for bfin-uclinux-gcc:

Tests that now work, but didn't before:

gcc.dg/builtins-20.c (test for excess errors)
gcc.dg/torture/builtin-convert-1.c  -O1  (test for excess errors)
[...]

I have no objection in principle, but I don't think I've seen a good explanation yet why this fixes any testsuite failures?

Oops! This description was outdated. For trunk this patch does not affect the result of these tests. They are PASSes with or without the patch, since these tests now only use C99 functions if HAVE_C99_RUNTIME. When doing the testing, I found the patch did not build at all. Here is the updated patch. I'll committed the patch when my linux unwind patch is settled down.

Committed as r128163.


Jie



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