Displaying 2 results from an estimated 2 matches for "pr3997".
Did you mean:
pr35997
2014 Jan 14
2
[LLVMdev] 16-bit x86 status update
...e also filed
http://gcc.gnu.org/PR59672 to request the same in GCC.
I have been able to build the 16-bit startup code of the Linux kernel
with .code16 and 'clang -m16', and it works fine. I had to fix PR18303,
for which David Peixotto is working on a better fix, and I had to work
around PR3997 — which some people seem to be denying is a bug in the
first place, and claiming (wrongly) that GCC doesn't get it right
either. But both of those are pre-existing bugs, and Not My Fault™.
At this point, I'm not aware of any issues specifically with 16-bit
mode, other than the above. If an...
2014 Jan 14
4
[LLVMdev] 16-bit x86 status update
...uest the same in GCC.
> >
> > I have been able to build the 16-bit startup code of the Linux kernel
> > with .code16 and 'clang -m16', and it works fine. I had to fix PR18303,
> > for which David Peixotto is working on a better fix, and I had to work
> > around PR3997 — which some people seem to be denying is a bug in the
> > first place, and claiming (wrongly) that GCC doesn't get it right
> > either. But both of those are pre-existing bugs, and Not My Fault™.
> >
> > At this point, I'm not aware of any issues specifically with 1...