This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
|
Dear gnu team, I cannot correctly input floating point numbers via scanf. I am using gcc 2.95.3-4 as it is distributed by cygnus solutions. My machine is a Pentium Win98 computer. Please find attached the requested *.i files from the following command line. I would be happy to get some ideas. Regards, Marold Command line: $ gcc -v --save-temps scanf_float.c Source code: #include <stdio.h> int main(void) printf("Enter int: "); /*
55 */ printf("Enter double:
"); /* 5.543 */ |
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |