| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* gcc.dg/builtin-return-1.c: Mark as xfail on AVR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136926 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
(main): Allocate at least 64 bytes on the stack.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125268 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
* function.h (struct function): New field 'x_naked_return_label'.
* function.c (free_after_compilation): Set it to NULL.
(expand_function_end): Emit 'naked_return_label' if it exists.
* rtl.h (expand_naked_return): Declare.
* stmt.c (expand_naked_return): New function to generate a
jump to 'naked_return_label'.
* builtins.c (expand_builtin_return): Call expand_naked_return
instead of expand_null_return.
* config/sparc/sparc.md (untyped_return): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74312 138bc75d-0d04-0410-961f-82ee72b054a4
|