Commit d7087dd2 by Dominique d'Humieres Committed by David Edelsohn

re PR target/35801 (At revision 133817, bootstrap fails at…

re PR target/35801 (At revision 133817, bootstrap fails at libstdc++-v3/src/strstream.cc on powerpc-apple-darwin9)

2008-04-03  Dominique d'Humieres <dominiq@lps.ens.fr>

        PR target/35801
        * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Free cfun.

From-SVN: r133855
parent 9fc8f665
2008-04-03 Dominique d'Humieres <dominiq@lps.ens.fr>
PR target/35801
* config/rs6000/rs6000.c (rs6000_output_mi_thunk): Free cfun.
2008-04-03 Ben Elliston <bje@au.ibm.com>
* expmed.c (extract_split_bit_field): Remove if (0) code.
......
......@@ -17124,6 +17124,7 @@ rs6000_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
final_start_function (insn, file, 1);
final (insn, file, 1);
final_end_function ();
free_after_compilation (cfun);
reload_completed = 0;
epilogue_completed = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment