This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v4] PR48344: Fix unrecognizable insn error with -fstack-limit-register=r2


On 02/11/2016 04:12 PM, Kelvin Nilsen wrote:

	* opts-global.c (handle_common_deferred_options): Introduce and
         initialize two global variables to remember command-line options
         specifying a stack-limiting register.
	* opts.h: Add extern declarations of the two new global variables.
	* emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
         variable based on the values of the two new global variables.

Make sure that when committed these all start with a tab character.

+void foo ()
+{
+  int N = 2;
+  int slots[N];
+
+}
+

Watch extra blank lines at the end of files.

@@ -442,3 +452,4 @@ handle_common_deferred_options (void)
  	}
      }
  }
+


Here too.

Ok with these fixed.


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]