| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Consolidate duplicated code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10892 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10705 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9959 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9711 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9410 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9110 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8982 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8980 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
(yylex): Give error for unterminated string constant.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8976 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
|
| |
target floating-point format is IEEE. Use warning instead of
pedwarn to avoid getting errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8538 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7646 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7092 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7071 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
constants.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7050 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6694 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6638 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
|
| |
avoid printing error more than once, and avoid passing malformed
number to subsequent atof call.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6201 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
|
| |
(check_newline, yylex): Do not ignore escapes when reading file names,
because escapes are the only way to represent file names containing '"'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5528 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5501 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
(isalnum, isdigit): Macros deleted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4744 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4575 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4292 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
explicitly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4257 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
floating-point format is IEEE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4213 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4211 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4068 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4060 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4059 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
|
|
| |
to the precision specified by the letter at the end of the number.
Pass mode arg to REAL_VALUE_ATOF to specify precision.
Move the "out of range of double" error check.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3936 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3897 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3798 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
(yylex): Handle i or j in numeric constant.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3633 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
But maybe turn it off again.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3588 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3581 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3556 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3487 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
Swallow any preprocessing number as a (possibly erroneous) number.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3464 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
imagine some close-braces to pop them.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3435 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3172 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3163 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2697 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
underflow from overflow. Delete special case for 0.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2363 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2318 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2231 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
(yylex): Pass new arg, handle result that comes back.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2222 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
int_fits_type_p so that it compares huge constants properly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2127 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2120 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
|
|
|
| |
it needs unsigned long long.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2111 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1973 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
|
|
| |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1971 138bc75d-0d04-0410-961f-82ee72b054a4
|