This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r136188 - in /branches/gimple-tuples-branch/gcc...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 29 May 2008 20:28:30 -0000
- Subject: r136188 - in /branches/gimple-tuples-branch/gcc...
Author: jakub
Date: Thu May 29 20:28:29 2008
New Revision: 136188
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136188
Log:
* omp-low.c (lower_omp_1): Handle regimplification of GIMPLE_ASM.
Fix GIMPLE_ASSIGN regimplification.
* gimple-pretty-print.c (dump_gimple_omp_sections,
dump_gimple_omp_block, dump_gimple_omp_critical): New functions.
(dump_gimple_omp_parallel): Formatting.
(dump_gimple_stmt): Handle remaining GIMPLE_OMP_* statements.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimple-pretty-print.c
branches/gimple-tuples-branch/gcc/omp-low.c