-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
epiphany: Emit config save register right after prologue
Emit gen_save_config instruction right after the prologue so that the save-register is initialized in all blocks of the function. Problem described further here: adapteva/epiphany-sdk#53 Fixes: FAIL: gcc.c-torture/execute/struct-ret-1.c -Os execution test gcc/ * config/epiphany/epiphany.c (emit_set_fp_mode): If gen_save_config is emitted, insert it right after prologue. Signed-off-by: Ola Jeppsson <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2015-11-02 Ola Jeppsson <[email protected]> | ||
|
||
* config/epiphany/epiphany.c (emit_set_fp_mode): If | ||
gen_save_config is emitted, insert it right after prologue. | ||
|
||
2015-09-04 Ola Jeppsson <[email protected]> | ||
|
||
* testsuite/g++.dg/pr49718.C: Add special pattern for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters