-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc-2.95.4-prerelease #7
base: master
Are you sure you want to change the base?
Conversation
Please be reminded that gcc 2.95.3 is begin maintained conservatively, while gcc 6.3.1 is actively developed here. I've got a few questions for you:
|
OK,
That fork should first learn not to ICE on legal code:
Easiest I can remember is that files with dos line endings with macro
My own projects have no regressions against 2.95.3. Several distros also
Pretty sure, yes. |
…n, etc) gcc/cccp.c: Handle DOS newlines after backslashes. Patch from http://www.cygnus.com/ml/egcs/1999-Jan/0784.html
cpp.texi: add a node documenting macro varargs (copied from extend.texi.)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=63968 set the default architecture to i386; even if gcc is configured with i386-linux, it builds with Pentium instructions, tuned for i386.
…, debian, etc): enable definition of wstring type, if __ENABLE_WSTRING is defined.
…pms, debian, etc): Throw exception instead of aborting when out of memory
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=46550 basic_string<wchar_t> can't be instantiated
40669, 40680, 40874, 40901, 40923, 40963, 40964, 40965, 40966, 40967, 41053, 41054, 41055, 41056, 41057, 41080, 41150, 41151, 41152, 42197, 42204, 42437, 42451, 43461, 45321, 45506, 45507, 45676, 45984.
using bison-1.35. (original tree used bison-1.28, but the m68k-amigaos tree by Krystian Bacławski is using bison-1.35, so I didn't change it.)
For issue #3. I think the changes have proven themselves.