summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/builtin-return-1.c
Commit message (Collapse)AuthorAgeFilesLines
* PR c/36571hutchinsonandy2008-06-181-1/+1
| | | | | | * 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
* * gcc.dg/builtin-return-1.c (g): New.kazu2007-06-011-0/+8
| | | | | | | (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
* PR middle-end/11151ebotcazou2003-12-051-0/+26
* 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
OpenPOWER on IntegriCloud