[Bug target/26504] compute_frame_pointer_to_cfa_displacement error for avr target with --with-dwarf2

2006-07-09 Thread andreas at fink dot org
--- 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

[Bug fortran/24285] format(1000(a,$))

2006-07-09 Thread fxcoudert at gcc dot gnu dot org
--- 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

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

2006-07-09 Thread pinskia at gcc dot gnu dot org
--- 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

[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
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.

[Bug c++/28292] [4.2 regression] ICE in acceptable_java_type

2006-07-09 Thread lmillward at gcc dot gnu 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

[Bug c++/28269] [4.2 regression] ICE on attribute for invalid template

2006-07-09 Thread lmillward at gcc dot gnu 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

[Bug c++/28292] [4.2 regression] ICE in acceptable_java_type

2006-07-09 Thread patchapp at dberlin 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

[Bug c++/28269] [4.2 regression] ICE on attribute for invalid template

2006-07-09 Thread patchapp at dberlin dot org
--- 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

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-09 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-09 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/28290] [4.2 Regression] error: 'iconv_t' does not name a type

2006-07-09 Thread schwab at suse dot de
--- 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

[Bug c/28325] New: -fno-delayed-branch does not seem to work with the MIPS branch instructions

2006-07-09 Thread ska at bth dot se
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

[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.

2006-07-09 Thread pcarlini at suse dot de
--- 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

[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.

2006-07-09 Thread multix at gmail dot com
--- 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

[Bug bootstrap/28324] New: boostrapping with gcc fails with unrecognized linker option

2006-07-09 Thread multix at gmail dot com
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

[Bug bootstrap/28323] undeclared wcs symbols in libstdc++

2006-07-09 Thread pinskia at gcc dot gnu dot org
--- 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 --

[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.

2006-07-09 Thread pinskia at gcc dot gnu dot org
--- 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 -

[Bug bootstrap/28323] New: undeclared wcs symbols in libstdc++

2006-07-09 Thread multix at gmail dot com
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/

[Bug target/28320] bootstrap failure in libstdc++-v3

2006-07-09 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug other/28322] GCC new warnings and compatibility

2006-07-09 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/25709] BIND (Fortran 2003) is not supported at all

2006-07-09 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25709

[Bug fortran/25104] [F2003] Non-initialization expr. as case-selector

2006-07-09 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25104

[Bug c/23144] [4.0/4.1/4.2 Regression] invalid parameter forward declarations not diagnosed

2006-07-09 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c/28321] [4.0 4.1 regression] gcc 4 does not notice C syntax error

2006-07-09 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/24285] format(1000(a,$))

2006-07-09 Thread steven at gcc dot gnu dot org
--- 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

[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2006-07-09 Thread steven at gcc dot gnu dot org
--- 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