forked from open64-compiler/open64
-
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.
fix issue open64-compiler#26 for global char array
1. the w2ll will crash if compile the code like that: ``` char a[10] = {"hello"}; int main(void) { return sizeof(a); } ``` Signed-off-by: Zhijin Zeng <[email protected]>
- Loading branch information
Showing
1 changed file
with
21 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