[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2013-02-13 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #36 from Andris Pavenis 2013-02-14 04:25:17 UTC --- This way does not work for DJGPP v2.03 (version v2.04pre is OK). For DJGPP v2.03: AC_PROG_LN_S tries 'ln -s', which do not work, after that it falls back to simple 'ln'

[Bug libstdc++/54451] New: c++11/random.cc build failure when _GLIBCXX_USE_C99_STDINT_TR1 is not defined in config.h

2012-09-01 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54451 Bug #: 54451 Summary: c++11/random.cc build failure when _GLIBCXX_USE_C99_STDINT_TR1 is not defined in config.h Classification: Unclassified Product: gcc Version: 4.8.0

[Bug libstdc++/54451] c++11/random.cc build failure when _GLIBCXX_USE_C99_STDINT_TR1 is not defined in config.h

2012-09-09 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54451 --- Comment #4 from Andris Pavenis 2012-09-09 16:47:44 UTC --- My test was done with DJGPP development version (2.04) only. It has stdint.h, but it was recognized by configure as unusable due to bug unrelated to GCC itself. After fixing this prob

[Bug target/47099] i686-pc-msdosdjgpp fails to build i386.o: ASM_DECLARE_FUNCTION_NAME undefined

2012-09-22 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47099 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-09-22 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot

[Bug other/58348] Build fails on x86_64-unknown-linux-gnu in libvtv on ENABLE_VTABLE_VERIFY not in AM_CONDITIONAL

2013-09-07 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58348 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot fi

[Bug ada/52494] s-taprop-dummy.adb does not define subpackage Specific used in s-tpoaal.sdb

2012-05-14 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52494 --- Comment #2 from Andris Pavenis 2012-05-14 11:30:49 UTC --- Created attachment 27400 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27400 Add missing sub-package to s-taprop-dummy.adb

[Bug bootstrap/53709] New: libada build failure when bootstrapping on Fedora 17 x86_64

2012-06-17 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53709 Bug #: 53709 Summary: libada build failure when bootstrapping on Fedora 17 x86_64 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug ada/52494] New: s-taprop-dummy.adb does not define subpackage Specific used in s-tpoaal.sdb

2012-03-05 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52494 Bug #: 52494 Summary: s-taprop-dummy.adb does not define subpackage Specific used in s-tpoaal.sdb Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNC

[Bug other/52992] New: Incorrect sprintf format in fixincludes/fixincl.c

2012-04-15 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52992 Bug #: 52992 Summary: Incorrect sprintf format in fixincludes/fixincl.c Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal

[Bug other/58348] Build fails on x86_64-unknown-linux-gnu in libvtv on ENABLE_VTABLE_VERIFY not in AM_CONDITIONAL

2013-12-06 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58348 --- Comment #5 from Andris Pavenis --- It was short term bug as ENABLE_VTABLE_VERIFY was removed from libvtv/configure.ac and libvtv/Makefile.am at first and left in libvtv/testsuite/Makefile.am. It was removed from last place 4 days later. So th

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-26 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #7 from Andris Pavenis 2011-11-27 07:36:29 UTC --- Tested with native compiler for DJGPP both versions 2.03r2 and 2.04 pre. Compiles OK for both with and without optimization enabled (tried without, with -O2 and with -O3). I tested in

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #14 from Andris Pavenis 2011-11-28 04:43:41 UTC --- Verify that You have c:/djc462~1/libexec/gcc/djgpp/4.62/cc1plus.exe at all (I suspect that it is not there due missing installation of gpp462b.zip package and use of obsolete GCC w

[Bug c++/51320] gcc internal compiler error (program cc1plus)

2011-11-27 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51320 --- Comment #15 from Andris Pavenis 2011-11-28 05:18:21 UTC --- (In reply to comment #14) > Verify that You have > > c:/djc462~1/libexec/gcc/djgpp/4.62/cc1plus.exe at all > > (I suspect that it is not there due missing installation of gpp462b.z

[Bug target/41557] gcc.exe: Internal error: (null) (program cc1plus)

2013-01-16 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41557 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot

[Bug target/41557] gcc.exe: Internal error: (null) (program cc1plus)

2013-01-16 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41557 --- Comment #3 from Andris Pavenis 2013-01-16 18:57:42 UTC --- I also verified that I have already mostly applied a patch sent to gcc-bugs recently (http://gcc.gnu.org/ml/gcc-bugs/2013-01/msg01142.html) already for my builds, except of cou

[Bug fortran/69043] Trying to include a directory causes an infinite loop

2016-03-18 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69043 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot fi

[Bug target/71286] 6.1.0: compiling djgpp programs with LTO emits "visibility attribute not supported in this configuration" warnings

2016-06-04 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71286 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot fi

[Bug target/79935] DJGPP: misaligned stack in static constructors

2017-04-12 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79935 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot fi

[Bug preprocessor/71681] header.gcc file lookup is broken for -remap

2016-09-04 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71681 --- Comment #2 from Andris Pavenis --- Created attachment 39551 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39551&action=edit Test script to reproduce problem

[Bug rtl-optimization/56356] [4.7/4.8/4.9 Regression] DJGPP compiler crashing

2014-03-18 Thread andris.pavenis at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56356 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot fi

[Bug c++/60585] New: Virtual function related memory access errors with multiple virtual inheritance

2014-03-19 Thread andris.pavenis at iki dot fi
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andris.pavenis at iki dot fi Created attachment 32392 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32392&action=edit Simplified C++ test example The attached

[Bug driver/68181] djgpp: minor linker invocation issues

2015-11-08 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68181 Andris Pavenis changed: What|Removed |Added CC||andris.pavenis at iki dot fi

[Bug libstdc++/64553] New: Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in src/c++11/cxx11-shim_facet.cc

2015-01-09 Thread andris.pavenis at iki dot fi
ty: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: andris.pavenis at iki dot fi wchar related defines are exposed in the new std::string implementation even if wchar.h is not fully usable (_GLIBCXX_USE_WCHAR_T not defi

[Bug libstdc++/64553] Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in src/c++11/cxx11-shim_facet.cc

2015-01-09 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64553 --- Comment #1 from Andris Pavenis --- Created attachment 34415 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34415&action=edit A patch After included patch for cxx11-shim_facets.cc native bootstrap succeeded for DJGPP (C, C++, Fortran, O

[Bug ada/65259] New: Failure to build Ada DVI and PDF documentation

2015-03-01 Thread andris.pavenis at iki dot fi
Assignee: unassigned at gcc dot gnu.org Reporter: andris.pavenis at iki dot fi Created attachment 34908 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34908&action=edit 'make dvi' output ilustrating documentation build failure Noticed that make pdf an

[Bug ada/65259] Failure to build Ada DVI and PDF documentation

2015-03-01 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259 --- Comment #4 from Andris Pavenis --- Now it is OK. Thanks.

[Bug c++/60585] Virtual function related memory access errors with multiple virtual inheritance

2014-11-28 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60585 --- Comment #1 from Andris Pavenis --- Reproduced also with gcc-5.0 20141123 snapshot on Linux x86_64

[Bug target/41557] gcc.exe: Internal error: (null) (program cc1plus)

2015-12-17 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41557 --- Comment #5 from Andris Pavenis --- I have just committed to SVN trunk very similar patch (but not identical)for djgpp-stdint.h (revision 231804)

[Bug c++/60585] Virtual function related memory access errors with multiple virtual inheritance

2015-12-29 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60585 Andris Pavenis changed: What|Removed |Added Known to fail|4.8.2, 4.9.0|4.8.5, 4.9.3 --- Comment #2 from Andris

[Bug c++/60585] Virtual function related memory access errors with multiple virtual inheritance

2016-01-07 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60585 Andris Pavenis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug preprocessor/71681] New: header.gcc file lookup is broken for -remap

2016-06-28 Thread andris.pavenis at iki dot fi
: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: andris.pavenis at iki dot fi Target Milestone: --- Looking up header.gcc files in sub-directories (for example in case of '#include ') is broken as directory separator is missing in generated file names. Ad

[Bug preprocessor/71681] header.gcc file lookup is broken for -remap

2016-06-28 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71681 --- Comment #1 from Andris Pavenis --- Created attachment 38781 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38781&action=edit Fix for problem

[Bug analyzer/97240] New: Analyzer runs out of memory building C++ source

2020-09-29 Thread andris.pavenis at iki dot fi via Gcc-bugs
: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: andris.pavenis at iki dot fi Target Milestone: --- Created attachment 49285 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49285&action=edit Preprocessed source Compiling source with -fanalyzer incomma