------- Comment #15 from fxcoudert at gcc dot gnu dot org 2007-03-31 16:01 ------- This is a bootstrap breakage, and it's was reported almost a week ago. Can you please test and commit the trivial fix you suggested (disable decimal float for on i386-linux)? Then you'll have all time to investigate why the DFP code fails and other stuff.
Index: configure.ac =================================================================== --- configure.ac (revision 123378) +++ configure.ac (working copy) @@ -680,7 +680,7 @@ ], [ case $target in - powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux*) + powerpc*-*-linux* | i686*-*-linux* | x86_64*-*-linux*) enable_decimal_float=yes ;; *) -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|target |bootstrap Known to fail| |4.3.0 Last reconfirmed|2007-03-26 11:55:08 |2007-03-31 16:01:43 date| | Summary|[4.3 Regression]: DFP isn't|[4.3 Regression] bootstrap |properly supported on x86 |broken on i[345]86-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31344