dart-lang/sdk

dart runtime compilation fixes for f16

DartBot opened this issue · 5 comments

This issue was originally filed by bobbypowe...@gmail.com


What steps will reproduce the problem?

  1. Try to compile the runtime on f16 x64, with gcc 4.6.1
  2. Notice the places where compilation fails

What is the expected output? What do you see instead?
A working runtime which passes tests, but instead compilation fails

What version of the product are you using? On what operating system?
[bpowers@fina ~]$ cat /etc/fedora-release
Fedora release 16 (Verne)
[bpowers@fina ~]$ uname -a
Linux fina 3.1.0-0.rc9.git0.0.fc16.x86_64 #­1 SMP Wed Oct 5 15:30:54 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
[bpowers@fina ~]$ gcc --version
gcc (GCC) 4.6.1 20111003 (Red Hat 4.6.1-10)

Please provide any additional information below.
fix attached


Attachment:
runtime_f16.diff (1.70 KB)

This comment was originally written by drfibonacci@google.com


Set owner to @iposva-google.
Added OpSys-Linux, Duplicate labels.
Marked as being merged into #43.

This comment was originally written by bobbyp...@gmail.com


not a duplicate. The other bug is for v8 errors, this is for dart-runtime errors.

This comment was originally written by bobbyp...@gmail.com


The other bug was closed because v8 errors should be reported on the v8 tracker, this is the place for dart-runtime errors I've been told.

This comment was originally written by bobbypo...@gmail.com


hah, well it seems like this was fixed anyway: http://codereview.chromium.org//8222017

Marked as being merged into #3.