[Patch] Update GCC Internals: remove section Preserving virtual SSA form

2016-01-29 Thread Nicklas Bo Jensen
therefore propose to remove section 12.3.2. Furthermore, the function mark_stmt_modified have been replaced by gimple_set_modified. Please install this patch. Best, Nicklas 2016-01-29 Nicklas Bo Jensen * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove outdated section ind

Correct GCC Internals doc for loop_depth

2016-01-10 Thread Nicklas Bo Jensen
Hi, In the GCC Internals documentation the loop depth is documented incorrectly. From git commit 9e3536f4f it is accessed through a function, not a field. Please install this patch to reflect this. Best, Nicklas 2017-01-10 Nicklas Bo Jensen * doc/loop.texi (Loop Analysis and

Re: Fwd: GCC internals conditional execution macro?

2013-09-17 Thread Nicklas Bo Jensen
> Hasn't this been already removed by > http://gcc.gnu.org/ml/gcc-patches/2013-09/msg01231.html > ? Yes. Okay. Please ignore then. Best, Nicklas

Fwd: GCC internals conditional execution macro?

2013-09-17 Thread Nicklas Bo Jensen
Hi, Let me suggest to remove the section "Macros to control conditional execution" in GCC internals. I assume the section is obsolete given that it is empty. Best, Nicklas 2013-09-17 Nicklas Bo Jensen * doc/tm.texi (Macros to control conditional execution): Remove emp

Typo in GCC Internals documentation.

2013-07-23 Thread Nicklas Bo Jensen
Hi, Found a typo in the GCC Internals documentation in one of the code examples in 16.18.2 RTL to RTL Peephole Optimizers. Best, Nicklas Index: gcc/doc/md.texi === --- gcc/doc/md.texi (revision 201156) +++ gcc/doc/md.texi (working c