[Bug libstdc++/43918] gcc 4.5.0 is failing for i586-pc-msdosdjgpp

2010-06-04 Thread andris dot pavenis at iki dot fi
--- Comment #9 from andris dot pavenis at iki dot fi 2010-06-05 06:38 --- Did some tests Using my own patches (for libstdc++-v3 only error_constants.h and autoconf/automake related stuff left over from earlier native builds of gcc for DJGPP) build of Linux (x86_64, Fedora 12) to DJGPP

[Bug libstdc++/43918] gcc 4.5.0 is failing for i586-pc-msdosdjgpp

2010-04-29 Thread andris dot pavenis at iki dot fi
--- Comment #7 from andris dot pavenis at iki dot fi 2010-04-29 16:27 --- I had similar patch for this file when I last built GCC for DJGPP (gcc-4.4.2 as native compiler and gcc-4.4.3 as cross-compiler). The version for gcc-4.4.2 is in archive http://ap1.pp.fi/djgpp/gcc/4.4.2/src

[Bug c++/39778] Using DJGPP to compile CPP file and get failure

2009-04-17 Thread andris dot pavenis at iki dot fi
--- Comment #2 from andris dot pavenis at iki dot fi 2009-04-17 21:15 --- One needs additional information (like preprocessed source, used operating system etc.) to do anything with this bug report. See page http://gcc.gnu.org/bugs.html (already mentioned in GCC error message) for

[Bug c++/15179] bad parse error recovery with missing typename

2008-11-15 Thread andris dot pavenis at iki dot fi
--- Comment #14 from andris dot pavenis at iki dot fi 2008-11-15 09:53 --- Created an attachment (id=16681) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16681&action=view) Another C++ example to ilustrate misleading error message about missing typename keyword This is