Skip to content

Commit

Permalink
More updates for release 2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jun 11, 2015
1 parent 702adfd commit a46f192
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ Usability:
(e.g. "\%" or "\0") as an error instead of a warning.
- Warn if floating-point literals overflow or underflow when converted
to FP numbers.
- Added missing check for static redefinition following a non-static
declaration.
- Added missing check for redefinition of a typedef as an ordinary
identifier within the same scope.
- In "-g -S" mode, annotate the generated .s file with comments
containing the C source code.
- Recognize and accept more of GCC's alternate keywords, e.g. __signed,
Expand Down Expand Up @@ -82,6 +78,11 @@ Bug fixing:
- Issue #44: OSX assembler does not recognize ".global" directive.
- Protect against redefinition of the __i64_xxx helper library functions.
- Revised handling of nonstandard attributes in C type compatibility check.
- Emit an error on "preprocessing numbers" that are invalid numerical literals.
- Added missing check for static redefinition following a non-static
declaration.
- Added missing check for redefinition of a typedef as an ordinary
identifier within the same scope.

Miscellaneous:
- When preprocessing with gcc or clang, use "-std=c99" mode to force
Expand Down

0 comments on commit a46f192

Please sign in to comment.