--- Comment #7 from hjl dot tools at gmail dot com 2010-06-12 15:21 ---
*** Bug 44497 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44498
--- Comment #6 from hjl dot tools at gmail dot com 2010-06-12 15:21 ---
Fixed.
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRM
--- Comment #5 from dominiq at lps dot ens dot fr 2010-06-11 17:48 ---
For the record revision 160549 also broke boostrap on x86_64-apple-darwin10.3.0
near the end of stage 2:
echo CRTSTUFF_T_CFLAGS = '' >> tmp-libgcc.mvars
echo CRTSTUFF_T_CFLAGS_S = '' >> tmp-libgcc.mvars
echo TARGET_
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44498
--- Comment #2 from hjl dot tools at gmail dot com 2010-06-10 22:42 ---
The error looks like:
/export/gnu/import/rrs/160549/src/libgomp/testsuite/libgomp.fortran/task1.f90:
In function 'MAIN__._omp_fn.1':^M
/export/gnu/import/rrs/160549/src/libgomp/testsuite/libgomp.fortran/task1.f90:11
--- Comment #3 from hjl dot tools at gmail dot com 2010-06-10 22:54 ---
mesa in SPEC CPU 2000 failed to compile:
/export/gnu/import/rrs/160549/usr/bin/gcc -S -DSPEC_CPU2000_LP64 -O2
-ffast-math -O3 -ffast-math -funroll-loops vbfill.c
gnu-32:pts/5[189]> /export/gnu/import/rr
--- Comment #1 from hjl dot tools at gmail dot com 2010-06-10 22:40 ---
It is caused by revision 160549:
http://gcc.gnu.org/ml/gcc-cvs/2010-06/msg00464.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---
--- Comment #4 from hjl dot tools at gmail dot com 2010-06-10 23:20 ---
From:
http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01081.html
if (!df_live_scratch)
-df_live_scratch = BITMAP_ALLOC (NULL);
+df_live_scratch = BITMAP_ALLOC (&problem_data->live_bitmaps);
...
+ bitma