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.
re PR fortran/55978 (class_optional_2.f90 -Os fails)
2013-02-06 Janus Weil <[email protected]> PR fortran/55978 * runtime/in_pack_generic.c (internal_pack): Return if base_addr is NULL. 2013-02-06 Janus Weil <[email protected]> PR fortran/55978 * gfortran.dg/class_optional_2.f90: Uncomment some cases which work now. From-SVN: r195814
Showing
4 changed files
with
17 additions
and
3 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 @@ | ||
2013-02-06 Janus Weil <[email protected]> | ||
|
||
PR fortran/55978 | ||
* gfortran.dg/class_optional_2.f90: Uncomment some cases which work now. | ||
|
||
2013-02-06 Jakub Jelinek <[email protected]> | ||
|
||
PR middle-end/56217 | ||
|
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
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-02-06 Janus Weil <[email protected]> | ||
|
||
PR fortran/55978 | ||
* runtime/in_pack_generic.c (internal_pack): Return if base_addr is | ||
NULL. | ||
|
||
2013-01-23 Janne Blomqvist <[email protected]> | ||
|
||
* io/file_pos.c (unformatted_backspace): Use __builtin_bswapXX | ||
|
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