forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept abstr…
…act functions; for static functions check the presence of body. * gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept abstract functions; for static functions check the presence of body. From-SVN: r202626
- Loading branch information
Jan Hubicka
authored and
Jan Hubicka
committed
Sep 16, 2013
1 parent
828e70c
commit 1632a68
Showing
2 changed files
with
24 additions
and
4 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,9 @@ | ||
2013-09-16 Jan Hubicka <[email protected]> | ||
|
||
* gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept | ||
abstract functions; for static functions check the presence | ||
of body. | ||
|
||
2013-09-16 James Greenhalgh <[email protected]> | ||
|
||
* config/aarch64/aarch64-simd-builtins.def (fma): New. | ||
|
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