--- Comment #10 from andreas at fink dot org 2006-07-09 21:33 ---
Getting the same error when compiling gcc-4.1.1 on MacOSX for target avr. It
was compiled with apple's XCode version of gcc which is gcc 4.0.1.
../configure --prefix=$PREFIX --target=avr --enable-languages=c,c++
--dis
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-07-09 20:49
---
(In reply to comment #4)
> FX, are you working on this problem?
No, I'm not working on it any more.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24285
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-09 20:23 ---
Can you try without STAGE1_CFLAGS="-O"?
And can you try bootstrap instead of profiledbootstrap ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28326
If I try to bootstrap on ppc64 and try to use BOOT_CFLAGS="-m64 -O2
-pipe -mtune=power3 -mcpu=power3" I get an ICE. If I leave out "-mtune=power3
-mcpu=power3" the bootstrap finishes. So one of the optimizations is causing
this.
here are the steps I followed some while ago. see
http://bugs.gentoo.
--
lmillward at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot
|dot org
--
lmillward at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot
|dot org
--- Comment #1 from patchapp at dberlin dot org 2006-07-09 20:00 ---
Subject: Bug number PR 28292
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00384.html
--
http://gcc.gnu.org/bugzilla/s
--- Comment #1 from patchapp at dberlin dot org 2006-07-09 19:55 ---
Subject: Bug number PR c++/28269
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00383.html
--
http://gcc.gnu.org/bugzil
--- Comment #13 from pcarlini at suse dot de 2006-07-09 17:58 ---
Forgot: those facilities are not always available, therefore we should probably
protect the whole thing with _GLIBCXX_USE_ICONV... I'm adding Benjamin in CC.
--
pcarlini at suse dot de changed:
What|Rem
--- Comment #12 from pcarlini at suse dot de 2006-07-09 17:39 ---
It seemd to me that the best thing to do is adding the include on top of
codecvt_specializations.h itself and removing it from the other places where it
does currently appear (because a grep reveals that the iconv faciliti
--- Comment #11 from schwab at suse dot de 2006-07-09 16:07 ---
Adjusting summary since the ICE is tracked in #28217.
--
schwab at suse dot de changed:
What|Removed |Added
I'm working on a binary translator that translates MIPS binaries into Java
bytecode (http://spel.bth.se/index.php/Cibyl) with the goal of "recompiling" C
programs to run on J2ME. To simplify things, I use compile programs for a
subset of the MIPS1 instruction set, and ideally I would like to get r
--- Comment #18 from pcarlini at suse dot de 2006-07-09 12:45 ---
The problem is confirmed, but nobody knows why the configure-time check for
those wchar facilities succeeds and then the very same functions appear
undefined at build-time. I have no mips-sgi machines available and if the
--- Comment #17 from multix at gmail dot com 2006-07-09 12:34 ---
as it appears that I am suffering form the same problem, what kind of
confirmation do you need?
Maybe we have different irix 6.5 subrevisions ? Even if they should all be
binary compatible back and forth, later revisions
I boostrapped using gcc 3.3 from sgi, usning as configure option
../gcc-4.1.1/configure --with-as=/usr/local/bin/as
--enable-languages=c,c++,objc
and as make command
gmake CFLAGS='-O' LIBCFLAGS='-O2' LIBCXXFLAGS='-O2 -fno-implicit-templates'
bootstrap
bootstrapping fails with:
mv 'libgcc/./tmp-li
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-09 11:46 ---
*** This bug has been marked as a duplicate of 27878 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-07-09 11:46
---
*** Bug 28323 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
The boostrap is done using the MipsPRO compiler.
boostrap fails inside the C++ std library with:
/usr/people/multix/gcc-build/./gcc/xgcc -shared-libgcc
-B/usr/people/multix/gcc-build/./gcc -nostdinc++
-L/usr/people/multix/gcc-build/mips-sgi-irix6.5/libstdc++-v3/src
-L/usr/people/multix/gcc-build/
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-09 10:42 ---
Hmm, the patch for PR 28084 was applied to the 4.1 branch and I thought the
patch which caused it was not applied to the branch also.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-09 10:41 ---
This is more of a policy issue rather than a bug.
> Occasionally, GCC introduces new warnings. For example, GCC 4 has
> introduced warnings about discrepancies in signedness of integers
> pointed to by otherwise-co
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25104
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-07-09 10:32 ---
*** Bug 28321 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-09 10:32 ---
This is the second time you guys have filed this one.
Anyways this is a dup of bug 23144.
*** This bug has been marked as a duplicate of 23144 ***
--
pinskia at gcc dot gnu dot org changed:
What
--- Comment #4 from steven at gcc dot gnu dot org 2006-07-09 10:29 ---
FX, are you working on this problem?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24285
--- Comment #2 from steven at gcc dot gnu dot org 2006-07-09 07:48 ---
To quote from the F95 June 97 working draft, note 12.17:
"Because an INTENT(OUT) variable is considered undefined on entry to the
procedure, any default initialization specified for its type will be applied."
Of the
26 matches
Mail list logo