[Bug middle-end/34906] valgrind error indication from testsuite gimplify.c: gimplify_asm_expr

2008-06-21 Thread laurynas dot biveinis at gmail dot com
--- Comment #2 from laurynas dot biveinis at gmail dot com 2008-06-21 17:40 --- Reproduced with r137000. Basically we have: gimplify_asm_expr(...) { ... bool is_inout; ... for (...) { parse_output_constraint (&is_inout); if (is_inout) { ... Now

[Bug middle-end/34905] valgrind error indication from testsuite typeck.c:comptypes

2008-06-21 Thread laurynas dot biveinis at gmail dot com
--- Comment #2 from laurynas dot biveinis at gmail dot com 2008-06-21 17:12 --- Valgrind output is clean with r137000. -- laurynas dot biveinis at gmail dot com changed: What|Removed |Added

[Bug pch/34909] valgrind error indication from testsuite c-pch.c: c_common_write_pch

2008-06-21 Thread laurynas dot biveinis at gmail dot com
--- Comment #2 from laurynas dot biveinis at gmail dot com 2008-06-21 16:38 --- Confirmed with r137000 with a different valgrind backtrace: [EMAIL PROTECTED]:~/src/gcc-trunk/gcc/gcc/testsuite/objc.dg/pch$ valgrind "/home/lauris/src/gcc-trunk/obj/gcc/cc1obj" "-quiet&q

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-20 Thread laurynas dot biveinis at gmail dot com
--- Comment #15 from laurynas dot biveinis at gmail dot com 2008-06-20 14:00 --- Junk output and valgrind errors should be fixed by a patch for PR fortran/34908 and PR fortran/36276. The /tmp/... file name issue needs additional fixing though. -- http://gcc.gnu.org/bugzilla

[Bug debug/34908] valgrind error indication from testsuite hashtab.c : htab_hash_string

2008-06-18 Thread laurynas dot biveinis at gmail dot com
--- Comment #1 from laurynas dot biveinis at gmail dot com 2008-06-18 16:24 --- Confirmed with r136520: (I don't have bugzilla permissions to change status from UNCONFIRMED though) [EMAIL PROTECTED]:~/src/gcc-trunk/gcc/gcc/testsuite/gfortran.dg$ valgrind "/home/lauris/src

[Bug bootstrap/20437] bootstrap --enable-maintainer-mode broken

2006-06-03 Thread laurynas dot biveinis at gmail dot com
--- Comment #3 from laurynas dot biveinis at gmail dot com 2006-06-03 22:19 --- Current GCC does not fail with this error on maintainer mode bootstrap. However, there are several other issues with objdir != srcdir and missing dependencies. I'm testing a patch which should solve