[Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS

2008-02-13 Thread markus at unixforces dot net
--- Comment #8 from markus at unixforces dot net 2008-02-13 13:06 --- (In reply to comment #7) > However, gcc-4.1 is a bit old now... I'm marking this bug as WONTFIX then. -- markus at unixforces dot net changed: What|Removed

[Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS

2008-01-13 Thread markus at unixforces dot net
--- Comment #6 from markus at unixforces dot net 2008-01-13 19:13 --- still failing with the 4.1-20080107 snapshot -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28326

[Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS

2006-09-06 Thread markus at unixforces dot net
--- Comment #4 from markus at unixforces dot net 2006-09-06 13:02 --- any news about this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28326

[Bug bootstrap/28326] [4.1 regression] profiledbootstrap will produce an ICE with "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS

2006-07-11 Thread markus at unixforces dot net
--- Comment #3 from markus at unixforces dot net 2006-07-11 20:17 --- I did some testing and this are the results: gcc versions 3.4.6, 4.0.3 and 4.2-20060708 do all _not_ fail with profiledbootstrap and "-mtune=power3 -mcpu=power3" in BOOT_CFLAGS. which information do you n

[Bug bootstrap/28326] [4.1/ICE] gcc-4.1.0 won't compile on power3

2006-07-10 Thread markus at unixforces dot net
--- Comment #2 from markus at unixforces dot net 2006-07-10 17:41 --- I tried this: $ make LDFLAGS="" LIBPATH="/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1" BOOT_CFLAGS="-m64 -O2 -pipe -mtune=power3 -mcpu=power3" profiledbootstrap [...] make[4]: Enter

[Bug bootstrap/28326] New: [4.1/ICE] gcc-4.1.0 won't compile on power3

2006-07-09 Thread markus at unixforces dot net
Status: UNCONFIRMED Severity: major Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: markus at unixforces dot net GCC build triplet: powerpc64-unknown-linux-gnu GCC host triplet: powerpc64-unknown-linux-gnu GCC target triplet: powerpc64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28326

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 19:11 --- sorry to bug you again, but I ran make like this and got exactly the same problem :-( make clean && make all-target-libstdc++-v3 LIBPATH="/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.0

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 18:56 --- Created an attachment (id=9400) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9400&action=view) preprocessed sourced outside of emerge -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23158

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 18:55 --- I have now tried to bulid outside of portage. Or that is to say: a normal bulid. Here is what I did (this is basicly what emerge does): $ cd ~ $ mkdir libstc++-v3-temp2 $ cd libstc++-v3-temp2 $ tar xfj /usr

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 17:40 --- ok. thx for the info. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23158

[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
--- Additional Comments From markus at unixforces dot net 2005-07-31 17:11 --- I re-ran the compile with -j1 ( instead of -j9 ;-) ) to get the command which was executed before the error. Then I re-ran this command with the -E option, so that the preprocessed source gets written to the

[Bug c/23158] New: building libstdc++.so.5 fails on ppc64 with gcc4 and gcc4.1

2005-07-31 Thread markus at unixforces dot net
+.so.5 fails on ppc64 with gcc4 and gcc4.1 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: markus at unixforces dot