-
- Downloads
Fix PR47691: do not abort compilation when code generation fails
2011-07-27 Sebastian Pop <sebastian.pop@amd.com> PR middle-end/47691 * graphite-clast-to-gimple.c (translate_clast_user): Update use of copy_bb_and_scalar_dependences. * sese.c (rename_uses): Do not call gcc_assert. Set gloog_error. (graphite_copy_stmts_from_block): Update call to rename_uses. (copy_bb_and_scalar_dependences): Update call to graphite_copy_stmts_from_block. * sese.h (copy_bb_and_scalar_dependences): Update declaration. * gfortran.dg/graphite/id-pr47691.f: New. From-SVN: r176836
Showing
- gcc/ChangeLog 12 additions, 1 deletiongcc/ChangeLog
- gcc/graphite-clast-to-gimple.c 1 addition, 1 deletiongcc/graphite-clast-to-gimple.c
- gcc/sese.c 30 additions, 11 deletionsgcc/sese.c
- gcc/sese.h 1 addition, 1 deletiongcc/sese.h
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/graphite/id-pr47691.f 7 additions, 0 deletionsgcc/testsuite/gfortran.dg/graphite/id-pr47691.f
Loading
Please register or sign in to comment