[Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1

2006-03-01 Thread wanderer at rsu dot ru
--- Comment #7 from wanderer at rsu dot ru 2006-03-01 22:12 --- > Are you using the toplevel configure or the configure in the gcc directory? 8( You are right! Sorry for false alarm... -- wanderer at rsu dot ru changed: What|Removed |Ad

[Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1

2006-03-01 Thread wanderer at rsu dot ru
--- Comment #6 from wanderer at rsu dot ru 2006-03-01 22:08 --- No. I not build in source dir. I recheck this before bug report posting and now I have gcc 4.1.0 sources in /home/wanderer/pkg/build/gcc/src/gcc_41 full path to obj dir: /home/wanderer/pkg/build/gcc/obj_41 script in /home

[Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1

2006-03-01 Thread wanderer at rsu dot ru
--- Comment #3 from wanderer at rsu dot ru 2006-03-01 21:54 --- Also recheck with gmake bootstrap Used tools: make, ~/pkg/build/gcc > gmake -v GNU Make 3.80 make, ~/pkg/build/gcc > gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: pos

[Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1

2006-03-01 Thread wanderer at rsu dot ru
--- Comment #2 from wanderer at rsu dot ru 2006-03-01 21:52 --- I use script: cd obj_41 /home/wanderer/pkg/build/gcc/src/gcc_41/gcc/configure --prefix=/home/wanderer/pkg/gcc_41 --enable-threads=posix --with-gnu-as --with-gnu-ld --enable-languages=c,c++ gmake cd .. -- http

[Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1

2006-03-01 Thread wanderer at rsu dot ru
ity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru GCC build triplet: i386-unknown-freebsd6.0 GCC host triplet: i386-unknown-freebsd6.0 GCC target triplet: i386-unknown-freebsd6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26523

[Bug debug/24824] [4.1 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-11-13 Thread wanderer at rsu dot ru
--- Comment #4 from wanderer at rsu dot ru 2005-11-13 18:20 --- More simple testcase (without templates): 8X- namespace N { struct _V_base { int _impl; }; struct V : _V_base { using _V_base::_impl; }; } // namespace N struct T

[Bug debug/24824] [4.1 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-11-13 Thread wanderer at rsu dot ru
--- Comment #3 from wanderer at rsu dot ru 2005-11-13 18:19 --- Created an attachment (id=10231) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10231&action=view) simplified testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24824

[Bug c++/24824] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-11-12 Thread wanderer at rsu dot ru
--- Comment #1 from wanderer at rsu dot ru 2005-11-12 19:04 --- Created an attachment (id=10229) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10229&action=view) testcase source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24824

[Bug c++/24824] New: ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups

2005-11-12 Thread wanderer at rsu dot ru
.c:6427 with - feliminate-dwarf2-dups Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru GCC build t

[Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c

2005-05-10 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-05-10 21:10 --- i386 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21481

[Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c

2005-05-10 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-05-10 20:57 --- Hm... I bootstrap GCC day ago (2005.05.09) using FreeBSD system compiler at FreeBSD 5.3 withou problems. It installed and work (gcc version 4.1.0 20050509 (experimental)) -- http://gcc.gnu.org/bugzilla

[Bug c++/21310] warning: '' may be used uninitialized in this function

2005-04-30 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-04-30 22:16 --- Created an attachment (id=8778) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8778&action=view) .ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21310

[Bug c++/21310] New: warning: '' may be used uninitialized in this function

2005-04-30 Thread wanderer at rsu dot ru
nedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-unknown-freebsd5.3 GCC host triplet: i386-unknown-freebsd5.3 GCC target triplet: i386-unknown-freebsd5.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21310

[Bug tree-optimization/21030] [4.1 Regression] ICE in set_value_range building 176.gcc with -O2

2005-04-19 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-04-19 20:08 --- Proposed patch (in #4) work fine at FreeBSD 5.1 And fix my tescase variant: __inline void f(int a) { int i; if (a < 0) { for (i = 0, a = ~a; a; i++) { if ((a & 1) != 0) {

[Bug c++/20537] New: GCC install libstdc++ headers in wrong dir

2005-03-18 Thread wanderer at rsu dot ru
: GCC install libstdc++ headers in wrong dir Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru

[Bug c++/20461] [4.0/4.1 Regression] ICE at "class 'C' does not have any field named 'f'" error

2005-03-17 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-03-17 22:21 --- I found time of regression. GCC CVS mainline at 2004-07-12 16:00 GMT compile testcase without problem. GCC CVS mainline at 2004-07-12 16:20 CMT ICE at testcase CVS changes from http://gcc.gnu.org/ml/gcc-cvs/2004

[Bug c++/20461] New: ICE at "class 'C' does not have any field named 'f'" error

2005-03-13 Thread wanderer at rsu dot ru
uot; error Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: minor Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru CC: g

[Bug middle-end/17526] [4.0 Regression] libcpp is miscompiled with -fno-pcc-struct-return -O2

2005-03-04 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-03-04 11:27 --- Ops... sorry. I withdraw my prev. note. Current mainline CVS GCC fail bootstrap with reverted patch in #30 -- What|Removed |Added

[Bug middle-end/17526] [4.0 Regression] libcpp is miscompiled with -fno-pcc-struct-return -O2

2005-03-04 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-03-04 10:43 --- Current CVS mainline bootstrap fine at self with and without reverting patch in #30. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17526

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-02-21 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-02-21 13:48 --- In --enable-bootstrap mode GCC doesn't have this problem (intl rebuild at each stage with --enable-bootstrap option). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19656

[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2005-02-20 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-02-20 20:14 --- Bug fixed now... (after fixing PR19818 ?) -- What|Removed |Added Status|UNCONFIRMED

[Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline

2005-02-01 Thread wanderer at rsu dot ru
-- What|Removed |Added BugsThisDependsOn||19656 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18360

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-01-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-31 18:44 --- And PR18360 indeed related to this bug report. If gcc 3.4.3 bootstraped using installed gcc 4.0: gcc/intl/configure test using gcc 4.0 and found /usr/local/include/libintl.h and remember this But stage1 gcc

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-01-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-31 16:59 --- I found problem: At FreeBSD intl.h placed in /usr/local/include and gcc 3.4.* not search by default /usr/local/include for system headers (I check this for system compiler gcc version 3.4.2 [FreeBSD] 20040728 and

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-01-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-31 15:04 --- gcc CVS mainline (2004-02-02 20:20 GMT) bootstraped using recent 4.0 accept option "-finput-charset=ISO8859-1" without error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19656

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-01-29 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-29 23:49 --- Result my "find the exact configuration patch that broke this": gcc mainline bootstraped using FreeBSD 5.3 system compiler (gcc 3.4.2) display error "cc1: no iconv implementation, cannot convert fr

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-01-28 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-29 00:03 --- > Yes, the issue involves how the compiler used > to bootstrap stage 1 is configured > and itself installed (is it in /usr/local? > what ports have headers installed there?). In m case used g

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-01-27 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-27 13:06 --- Example failure log: Executing on host: /usr/home/wanderer/pkg/build/gcc/obj/gcc/g++ -shared- libgcc -B/usr/home/wanderer/pkg/build/gcc/obj/gcc/ -nostdinc++ - L/usr/home/wanderer/pkg/build/gcc/obj/i386-unknown

[Bug libstdc++/19656] libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-01-27 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-27 13:02 --- Can be related to PR18360 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19656

[Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline

2005-01-27 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-27 13:01 --- Sorry, can be related PR19656 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18360

[Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline

2005-01-27 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-27 12:59 --- Can be related to PR18360 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18360

[Bug libstdc++/19656] New: libstdc++ testsuite results differ if bootstrap gcc 4.0 using some gcc 4.0 version or early (gcc 3.4.3) gcc version at FreeBSD

2005-01-27 Thread wanderer at rsu dot ru
at rsu dot ru CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-unknown-freebsd5.3 GCC host triplet: i386-unknown-freebsd5.3 GCC target triplet: i386-unknown-freebsd5.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19656

[Bug tree-optimization/19458] [4.0 Regression] bootstrap failure

2005-01-15 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-15 15:08 --- > http://gcc.gnu.org/ml/gcc-bugs/2005-01/msg01986.html suggests > that it is a different patch. I check GCC mainline (2005-01-15 09:00 GMT - before PR 19060 patch) - ./xgcc compile __mulvdi3 without proble

[Bug tree-optimization/19060] [4.0 Regression] Miscompiling of if and "long long"

2005-01-15 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-15 15:06 --- > Are you sure? I check GCC mainline (2005-01-15 09:00 GMT - before PR 19060 patch) - ./xgcc compile __mulvdi3 without problems And GCC mainline (2005-01-15 09:00 GMT - after PR 19060 patch) - ./xgcc __mulv

[Bug tree-optimization/19060] [4.0 Regression] Miscompiling of if and "long long"

2005-01-15 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-15 13:12 --- Subject: Re: [4.0 Regression] Miscompiling of if and "long long" > --- Additional Comments From toa at pop dot agri dot ch 2005-01-15 > 12:48 --- > Subject: Re: [4.0 Regression] M

[Bug tree-optimization/19060] [4.0 Regression] Miscompiling of if and "long long"

2005-01-14 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-14 20:57 --- New patch proposed by Jakub Jelinek: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00393.html work fine at FreeBSD 5.3 and fix 52 tests in libstdc++ testsuite at FreeBSD 5.3: http://gcc.gnu.org/ml/gcc-patches/2005

[Bug c++/19298] [4.0 Regression] Error compiling Boost.Python test

2005-01-06 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2005-01-06 23:47 --- Created an attachment (id=7890) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7890&action=view) With removed (mostly) iostreams and some other -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19298

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-31 18:39 --- This more simplifed version of your last testcase also catch -O2 problem: #include typedef int __attribute__((__mode__(__DI__))) off_t; static long long min() throw() { return -9223372036854775807LL - 1

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-31 17:59 --- Created an attachment (id=7853) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7853&action=view) .s compiled from basic_file.cc with -O2 (miscompiled version) -- http://gcc.gnu.org/bugzilla/show_

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-31 17:58 --- Created an attachment (id=7852) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7852&action=view) .s compiled from basic_file.cc with default oprions -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-31 17:58 --- I extract problematic compiled (with -O2) function: ---8X- #include #include #include // For ::max() and min() and ::max() namespace std { streamoff __basic_file::seekoff

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-31 17:17 --- Created an attachment (id=7849) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7849&action=view) .s compiled from basic_file.cc with -O2 (miscompiled version) -- http://gcc.gnu.org/bugzilla/show_

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-31 17:16 --- Created an attachment (id=7848) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7848&action=view) .s compiled from basic_file.cc with default oprions -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-31 17:15 --- Created an attachment (id=7847) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7847&action=view) .ii file from gcc build object directory -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-31 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-31 17:13 --- At this moment i can't extract simple testcase. But problem indeed in miscompiletion. I am use modified testcase (additionl debug output line before assert (and iostream header include: std::cout <

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-23 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-24 00:05 --- Good news: i found commit when problem arised: http://gcc.gnu.org/ml/gcc- cvs/2003-10/msg01125.html Before this commit testcase compile without problems. After this commit testcase compilation failed. Bad news

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-18 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-18 20:08 --- At my FreebSD 5.3 problem show-up with GCC mainline sources in range: At 2004-05-10 testcase work fine At 2004-05-14 testcase failed And i think this point to "The tree-ssa branch has been merged into mai

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-17 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-17 18:44 --- First time i see this problem in september-october. Now i only fill PR. Program work for me only if it used gcc 3.4.x shared libraries. ~/pkg/gcc/bin/g++ test.cc setenv LD_LIBRARY_PATH $HOME/pkg/gcc_34/lib

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-17 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-17 18:31 --- Created an attachment (id=7773) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7773&action=view) .s file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060

[Bug libstdc++/19060] fstream.tellp() result not changed after some output

2004-12-17 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-12-17 18:31 --- Created an attachment (id=7772) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7772&action=view) .ii file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060

[Bug libstdc++/19060] New: fstream.tellp() result not changed after some output

2004-12-17 Thread wanderer at rsu dot ru
nedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-unknown-freebsd5.3-RC1 GCC host triplet: i386-unknown-freebsd5.3-RC1 GCC target triplet: i386-unknown-freebsd5.3-RC1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19060

[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2004-11-29 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-29 14:56 --- After apply patch from http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02459.html and patch from "Additional Comment #3" bootstrap with --enable-bootstrap successfully compile gcc/libcpp/macro.c but later

[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2004-11-24 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-24 19:38 --- Additinal note: patch break current GCC mainline bootstrap _without_ --enable- bootstrap option: ---8X stage1/xgcc -Bstage1/ -B/home/wanderer/pkg/gcc/i386-unknown-freebsd5.3/bin/ - c -O2 -g

[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2004-11-24 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-24 18:16 --- Can't test patch. Bootstrap current GCC mainline terminated early (with and wightout patch): ---8X--- /usr/local/bin/msgfmt --statistics -o po/tr.gmo /home/wanderer/pkg/build/gcc/src/gcc/gcc/libc

[Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline

2004-11-11 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-11 18:44 --- Same problem afterupgrade to released i386-unknown-freebsd5.3 and gcc version 4.0.0 20041110 (experimental) -- What|Removed |Added

[Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline

2004-11-07 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-07 17:14 --- Created an attachment (id=7489) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7489&action=view) configure logs if bootstrap with gcc mainline -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18360

[Bug bootstrap/18360] Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline

2004-11-07 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-07 17:13 --- Created an attachment (id=7488) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7488&action=view) configure logs if bootstrap with FreeBSD system compiler -- http://gcc.gnu.org/bugzilla/show_bug

[Bug bootstrap/18360] New: Can't bootastrap gcc 3.4.3 at FreeBSD using gcc mainline

2004-11-07 Thread wanderer at rsu dot ru
tedBy: wanderer at rsu dot ru CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-unknown-freebsd5.3-RC1 GCC host triplet: i386-unknown-freebsd5.3-RC1 GCC target triplet: i386-unknown-freebsd5.3-RC1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18360

[Bug libstdc++/18277] libsupc++/guard.cc:62: error: 'RECURSIVE_ERRORCHECKMUTEX' was not declared in this scope

2004-11-02 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-02 18:46 --- from /usr/include/pthread.h: enum pthread_mutextype { PTHREAD_MUTEX_ERRORCHECK= 1,/* Default POSIX mutex */ PTHREAD_MUTEX_RECURSIVE = 2,/* Recursive mutex

[Bug libstdc++/18277] libsupc++/guard.cc:62: error: 'RECURSIVE_ERRORCHECKMUTEX' was not declared in this scope

2004-11-02 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-02 18:14 --- I think problem related to commit: 2004-10-29 Eric Botcazou <[EMAIL PROTECTED]> * gthr-posix.h (__gthread_recursive_mutex_init_function): Guard with #ifdef PTHREAD_MUTEX_RECURSIVE/#endif

[Bug bootstrap/18277] libsupc++/guard.cc:62: error: 'RECURSIVE_ERRORCHECKMUTEX' was not declared in this scope

2004-11-02 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-11-02 17:57 --- Created an attachment (id=7457) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7457&action=view) .ii file (original commandline + -save-temps) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18277

[Bug bootstrap/18277] New: libsupc++/guard.cc:62: error: 'RECURSIVE_ERRORCHECKMUTEX' was not declared in this scope

2004-11-02 Thread wanderer at rsu dot ru
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-unknown-freebsd5.3-RC1 GCC host triplet: i386-unknown-freebsd5.3-RC1 GCC target triplet: i386-unknown-freebsd5.3-RC1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18277

[Bug preprocessor/18176] Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2004-10-27 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-10-27 18:01 --- Warning fixed in patch for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18075 But now bootstrap terminate with errors: ---8X--- /usr/home/wanderer/pkg/build/gcc/obj/prev-gcc/xgcc - B/usr/home

[Bug bootstrap/18176] New: Bootstrap fail at FreeBSD 5.3-RC1 (and FreeBSD 5.1) with --enable-bootstrap configure option

2004-10-27 Thread wanderer at rsu dot ru
UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-unknown-freebsd5.3-RC1 GCC host tr

[Bug c/18162] c-parse.y:1409.17: parse error, unexpected ":", expecting ";" or "|"

2004-10-26 Thread wanderer at rsu dot ru
--- Additional Comments From wanderer at rsu dot ru 2004-10-26 16:37 --- > Does this patch work? yes Thank you for quick fix :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18162

[Bug bootstrap/18162] New: c-parse.y:1409.17: parse error, unexpected ":", expecting ";" or "|"

2004-10-26 Thread wanderer at rsu dot ru
t;;" or "|" Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wanderer at rsu dot ru CC: gc