-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update OS profile to be 64-bit platform. * Fixes for Match. * Another 64bit type update. * Fix dumb regression. * Fix.
- Loading branch information
Showing
10 changed files
with
37 additions
and
17 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
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
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
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Conversion to a pointer type with a stricter alignment requirement (possibly undefined): | ||
> in find at pr28778.c:18:3 | ||
in main at pr28778.c:31:3 | ||
|
||
Undefined behavior (UB-CCV11): | ||
see C11 section 6.3.2.3:7 http://rvdoc.org/C11/6.3.2.3 | ||
see C11 section J.2:1 item 25 http://rvdoc.org/C11/J.2 | ||
see CERT-C section EXP36-C http://rvdoc.org/CERT-C/EXP36-C | ||
see MISRA-C section 8.1:3 http://rvdoc.org/MISRA-C/8.1 | ||
|
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Conversion to a pointer type with a stricter alignment requirement (possibly undefined): | ||
> in foo at pr36343.c:20:5 | ||
in main at pr36343.c:29:3 | ||
|
||
Undefined behavior (UB-CCV11): | ||
see C11 section 6.3.2.3:7 http://rvdoc.org/C11/6.3.2.3 | ||
see C11 section J.2:1 item 25 http://rvdoc.org/C11/J.2 | ||
see CERT-C section EXP36-C http://rvdoc.org/CERT-C/EXP36-C | ||
see MISRA-C section 8.1:3 http://rvdoc.org/MISRA-C/8.1 | ||
|