[Bug other/28328] Stack smash protection non-verbose

2006-07-11 Thread nigelenki at comcast dot net
--- Comment #16 from nigelenki at comcast dot net 2006-07-11 07:08 --- (In reply to comment #15) > (In reply to comment #14) > ... > > Yes but now he has a limited number of code paths to go wrong on. > > That is not true. he just knows the last function and nothing more, this is >

[Bug fortran/28122] Undocumented gfortran options

2006-07-11 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/25270] testcases fail with a type mismatch

2006-07-11 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2006-07-11 07:59 --- Closing. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UN

[Bug c++/28330] finds wrong template overload; peculiar diagnostic

2006-07-11 Thread bangerth at dealii dot org
--- Comment #3 from bangerth at dealii dot org 2006-07-11 08:29 --- As usual, a reduced (or at least smaller than 51,000 lines) testcase would be supremely helpful... W. -- bangerth at dealii dot org changed: What|Removed |Added --

[Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn

2006-07-11 Thread schwab at suse dot de
--- Comment #8 from schwab at suse dot de 2006-07-11 08:44 --- This is now causing bootstrap to fail. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28217

[Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn

2006-07-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |blocker http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28217

[Bug fortran/28335] New: flush() / write() statement on closed units - error?

2006-07-11 Thread tobias dot burnus at physik dot fu-berlin dot de
The Fortran 2003 standard declares: "Every input/output statement except an OPEN, CLOSE, INQUIRE, or WAIT statement shall refer to a unit that is connected to a file" gfortran does not give a run-time error. However, I don't know whether one should enforce the standard (and thus do this check). p

[Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn

2006-07-11 Thread fnf at specifix dot com
--- Comment #9 from fnf at specifix dot com 2006-07-11 09:08 --- Subject: Re: [4.2 regression] ICE in tree_int_cst_sgn On Tuesday 11 July 2006 04:44, schwab at suse dot de wrote: > This is now causing bootstrap to fail. I'm currently configuring with --disable-libstdcxx-pch to work ar

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-11 Thread reichelt at igpm dot rwth-aachen dot de
--- Comment #8 from reichelt at igpm dot rwth-aachen dot de 2006-07-11 09:15 --- Subject: Re: [4.0/4.1 regression] ICE with struct definition in argument of template function On 10 Jul, sje at cup dot hp dot com wrote: > > > --- Comment #7 from sje at cup dot hp dot com 2006-0

[Bug c++/27019] [4.1 regression] ICE with designated initializers

2006-07-11 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2006-07-11 09:20 --- Also fixed on the 4.1 branch. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28336] New: Cofiguration Options creates erroneous path in AVR GCC window

2006-07-11 Thread rafurer at hawaii dot rr dot com
July 10, 2006 Bug Report Aloha from Honolulu, The version info is at the end of this. I'm not sure which program has the bug; AVR GCC or AVR Studio 4. Let me explain: I'm using AVR Studio 4 and making the project in AVR GCC. My OS is Windows XP so all my directory slashes are backwards "\". I

[Bug c++/28337] New: [4.0/4.1/4.2 regression] ICE with string literals in templates

2006-07-11 Thread reichelt at gcc dot gnu dot org
The following valid code snippet triggers an ICE since GCC 4.0.0: == template void foo() { (0 ? "" : "X")+1; } == bug.cc: In function 'void foo()': bug.cc:3: internal compiler error: in fold_convert, at fold-const.c:2018 Please submit a fu

[Bug c++/28337] [4.0/4.1/4.2 regression] ICE with string literals in templates

2006-07-11 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28337

[Bug c++/28338] New: [4.0/4.1/4.2 regression] ICE/rejects-valid with references

2006-07-11 Thread reichelt at gcc dot gnu dot org
The following valid code snippet triggers an ICE since GCC 3.4.0: === void foo() { { static const int& i = 0; } { static const int& i = 0; } } === bug.cc:4: error: redefinition of 'int _ZGRZ3foovE1i' bug.cc:3: error: 'int

[Bug c++/28338] [4.0/4.1/4.2 regression] ICE/rejects-valid with references

2006-07-11 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28338

[Bug other/28336] Cofiguration Options creates erroneous path in AVR GCC window

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-11 10:51 --- What happens if you use "\\" instead of "\" ? From the sound of it, \ is being recongized as the escape character? Also this does not sound related to GCC if you are using an IDE. What happens if you invoke GCC d

[Bug ada/28305] GNAT bug when inlining instance of a generic subprogram

2006-07-11 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2006-07-11 11:03 --- Confirmed on 4.0, 4.1 releases and HEAD. gcc -c -gnatN test.ads +===GNAT BUG DETECTED==+ | 4.0.3 (x86_64-unknown-linux-gnu) Program_Error sinput.adb:404 explicit raise

[Bug c++/28338] [4.0/4.1/4.2 regression] ICE/rejects-valid with references

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-11 11:19 --- >From the look of it, someone forgets to have an unique identifier for the temporary variables (for references). Right now it is semi unique but only to the other functions. -- pinskia at gcc dot gnu dot org cha

[Bug libstdc++/28277] __builtin_alloca with no limit in libstdc++

2006-07-11 Thread paolo at gcc dot gnu dot org
--- Comment #8 from paolo at gcc dot gnu dot org 2006-07-11 11:21 --- Subject: Bug 28277 Author: paolo Date: Tue Jul 11 11:21:38 2006 New Revision: 115332 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115332 Log: 2006-07-11 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

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

2006-07-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|critical|blocker http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

[Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn

2006-07-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

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

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-07-11 12:04 --- I am going to mark this as blocking PR 28217 though it does not officially, but fixing either one will not fix the bootstrap. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug fortran/28339] New: gfortran misses a record from a format statement

2006-07-11 Thread mathewc at nag dot co dot uk
A straight gfortran applied to the code PROGRAM MAIN C .. Local Scalars .. INTEGER I C .. Local Arrays .. CHARACTER*8 REC(3) C .. Executable Statements .. C WRITE (REC,FMT=9) C DO 20 I = 1, 3 WRITE (*,FMT=*) REC(I) 20 CONTINUE

[Bug libgcj/28340] New: gij ignores -Djava.security.manager

2006-07-11 Thread gbenson at redhat dot com
gij ignores -Djava.security.manager. The reason for this is that the code to handle it has not been merged from Classpath's java.lang.ClassLoader. -- Summary: gij ignores -Djava.security.manager Product: gcc Version: 4.2.0 Status: UNCONFIRMED

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

2006-07-11 Thread gerald at pfeifer dot com
--- Comment #17 from gerald at pfeifer dot com 2006-07-11 12:31 --- i386-unknown-freebsd5.4 is also broken. -- gerald at pfeifer dot com changed: What|Removed |Added

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

2006-07-11 Thread pcarlini at suse dot de
--- Comment #18 from pcarlini at suse dot de 2006-07-11 12:54 --- Created an attachment (id=11858) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11858&action=view) Please test! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

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

2006-07-11 Thread pcarlini at suse dot de
--- Comment #19 from pcarlini at suse dot de 2006-07-11 12:55 --- Created an attachment (id=11859) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11859&action=view) ... and in case commit! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

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

2006-07-11 Thread pcarlini at suse dot de
--- Comment #20 from pcarlini at suse dot de 2006-07-11 12:56 --- People affected by the breakage please carefully test the attached and, in case, commit: I'm going away for a few hours... Thanks! -- pcarlini at suse dot de changed: What|Removed |A

[Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn

2006-07-11 Thread dje at gcc dot gnu dot org
--- Comment #10 from dje at gcc dot gnu dot org 2006-07-11 13:28 --- This now causes bootstrap failure on primary platforms. -- dje at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28341] New: [4.0/4.1/4.2 regression] ICE with references as template parameters

2006-07-11 Thread reichelt at gcc dot gnu dot org
The following (IMHO invalid) code snippet triggers an ICE since GCC 4.0.0: = template struct A {}; template struct B { A a; }; B b; = bug.cc: In instantiation of 'B': bug.cc:8: instantiated from here bug.cc:5: i

[Bug c++/28341] [4.0/4.1/4.2 regression] ICE with references as template parameters

2006-07-11 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28341

[Bug tree-optimization/28162] [4.2 Regression] ICE in set_value_range, at tree-vrp.c:157

2006-07-11 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2006-07-11 13:57 --- Subject: Bug 28162 Author: rguenth Date: Tue Jul 11 13:57:05 2006 New Revision: 115333 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115333 Log: 2006-07-11 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug fortran/28339] gfortran misses a record from a format statement

2006-07-11 Thread mathewc at nag dot co dot uk
--- Comment #1 from mathewc at nag dot co dot uk 2006-07-11 14:10 --- Apologies, as I should have added %gfortran -v %Using built-in specs. %Target: x86_64-unknown-linux-gnu %Configured with: ./configure --enable-languages=c,fortran %--prefix=/opt/gfortran/irun : (reconfigured) ./config

[Bug target/28342] New: undefined symbol [local label] for goto from nested function [SPARC]

2006-07-11 Thread markosc at interia dot pl
If there are two goto's that exit from nested functions and go to the same label in main function, gcc generates references to two different labels, but generates only one label to jump to. Result is undefined symbol and linking error. This happens on both SPARC and SPARC64, both -O0 and -O3. Howev

[Bug other/28336] Cofiguration Options creates erroneous path in AVR GCC window

2006-07-11 Thread eweddington at cso dot atmel dot com
--- Comment #2 from eweddington at cso dot atmel dot com 2006-07-11 14:15 --- "My complaint is that I discovered an error in the file paths when I tried to look at some of the files under External Dependencies in the AVR GCC Project Window. None would open. Clicking on File Properties

[Bug fortran/20903] types shouldn't propagate into interfaces

2006-07-11 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-07-11 14:20 --- Subject: Bug number PR20903 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/msg00459.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/28343] New: [4.0/4.1/4.2 regression] ICE with invalid asm specifier for struct member

2006-07-11 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.0.0: = struct A { static int i __asm__(int); }; = bug.cc:3: error: expected string-literal before 'int' bug.cc:3: error: expected `(' before 'int' bug.c

[Bug fortran/20893] unconditional use of optional argument not detected

2006-07-11 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-07-11 14:35 --- Subject: Bug number PR20893 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/msg00461.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/20893] unconditional use of optional argument not detected

2006-07-11 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-07-11 14:42 --- Patch submitted to the list -- pault at gcc dot gnu dot org changed: What|Removed |Added Ass

[Bug fortran/20903] types shouldn't propagate into interfaces

2006-07-11 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-07-11 14:42 --- Patch submitted -- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unas

Bug in libstdc++ documentation of std::set

2006-07-11 Thread Manuel Günther
Hello, I found a bug in the documentation of std::set. The begin()-function is said to return a read/write-iterator, but it doesn't. The iterator of the std::set is always a const_iterator. I would be glad, if you could fix this documentation error. Sincerly Manuel Günther Institut für Neuro

[Bug fortran/20878] Interface body cannot access named entities by host association

2006-07-11 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-07-11 15:04 --- This is fixed by the patch that I have just submitted for PR20903 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug libstdc++/28344] New: [4.2 Regression] Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap

2006-07-11 Thread gcc-bugzilla at gcc dot gnu dot org
libstdc++ fails to bootstrap on Tru64 UNIX as of 20060710: /vol/gccsrc/obj/gcc-4.2.0-20060710/4.0f-gcc/./gcc/xgcc -shared-libgcc -B/vol/gccsrc/obj/gcc-4.2.0-20060710/4.0f-gcc/./gcc -nostdinc++ -L/vol/gccsrc/obj/gcc-4.2.0-20060710/4.0f-gcc/alpha-dec-osf4.0f/libstdc++-v3/src -L/vol/gccsrc/o

[Bug libstdc++/28344] [4.2 Regression] Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap

2006-07-11 Thread ro at gcc dot gnu dot org
--- Comment #2 from ro at gcc dot gnu dot org 2006-07-11 15:30 --- Paolo, your patch introduced this. Rainer -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28345] New: static const "class" initialisation causes core dump

2006-07-11 Thread john dot spelis at 3dlabs dot com
A declaration static const Bad constBad = { ... } causes a core dump, fixed by removing the "const" keyword. Example source file "b.cxx" #include class Base { public: }; class Derived : public Base { public: int a, b, c, d; }; class Bad { public

[Bug fortran/25097] Component of optional argument allowed as arg. to PRESENT

2006-07-11 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-07-11 16:10 --- Subject: Bug number PR25097 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/msg00476.html -- http://gcc.gnu.org/bugzilla/sh

[Bug c++/28346] New: [4.0/4.1/4.2 regression] ICE creating pointer-to-reference-member

2006-07-11 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since GCC 4.0.0: = template struct A { int& i; A(); ~A() { &A::i; } }; A<0> a; = bug.cc: In destructor 'A< >::~A() [with int = 0]': bug.cc:9: instanti

[Bug c++/28346] [4.0/4.1/4.2 regression] ICE creating pointer-to-reference-member

2006-07-11 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28346

[Bug tree-optimization/19505] [4.0/4.1/4.2 Regression] java bytecode to native ICE in remove_unreachable_regions

2006-07-11 Thread aph at gcc dot gnu dot org
-- aph at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org

[Bug c++/28347] New: [4.1/4.2 regression] ICE on typedef with initialization

2006-07-11 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE on mainline and the 4.1 branch (introduced after GCC 4.1.1): = template void foo() { typedef int i = 0; } = bug.cc: In function 'void foo()': bug.cc:3: error: typ

[Bug c++/28347] [4.1/4.2 regression] ICE on typedef with initialization

2006-07-11 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28347

[Bug c++/28348] New: ICE trying to gimplify invalid code

2006-07-11 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE since at least GCC 2.95.3: = namespace N { struct A {}; typedef void foo(A); } template void bar() { T t; foo(t); } template void bar(); = gimplification fail

[Bug c++/28349] New: [4.0/4.1/4.2 regression] ICE with va_arg

2006-07-11 Thread reichelt at gcc dot gnu dot org
The following valid (though questionable) code snippet triggers an ICE since GCC 3.1: = #include void foo(int, ...) { va_list va; int i; i = va_arg(va, int&); } = bug.cc: In function 'void foo(int, ...)'

[Bug c++/28349] [4.0/4.1/4.2 regression] ICE with va_arg

2006-07-11 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28349

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

2006-07-11 Thread bkoz at gcc dot gnu dot org
--- Comment #21 from bkoz at gcc dot gnu dot org 2006-07-11 16:50 --- Huh. Sorry! I'm checking in Paolo's patch. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

[Bug target/19115] long double should be changed over to 128bit by default

2006-07-11 Thread dje at gcc dot gnu dot org
--- Comment #8 from dje at gcc dot gnu dot org 2006-07-11 16:59 --- Switching actually causes problems on AIX due to AIX math.h header enabling additional macros with types that conflict with GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19115

[Bug other/28251] dumped addresses makes diffing dumps unusable

2006-07-11 Thread amylaar at gcc dot gnu dot org
--- Comment #4 from amylaar at gcc dot gnu dot org 2006-07-11 17:23 --- Created an attachment (id=11860) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11860&action=view) patch with test case & unroller fix I've added a testcase, and it showed failures due to unstable loop unrollin

[Bug c++/28051] [4.0/4.1 regression] ICE on invalid conversion operator

2006-07-11 Thread lmillward at gcc dot gnu dot org
--- Comment #6 from lmillward at gcc dot gnu dot org 2006-07-11 17:25 --- Subject: Bug 28051 Author: lmillward Date: Tue Jul 11 17:25:01 2006 New Revision: 115347 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115347 Log: PR c++/28051 * mangle.c (mangle_conv_op_n

[Bug c++/28051] [4.0/4.1 regression] ICE on invalid conversion operator

2006-07-11 Thread lmillward at gcc dot gnu dot org
--- Comment #7 from lmillward at gcc dot gnu dot org 2006-07-11 17:37 --- Subject: Bug 28051 Author: lmillward Date: Tue Jul 11 17:37:31 2006 New Revision: 115352 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115352 Log: PR c++/28051 * mangle.c (mangle_conv_op_n

[Bug c++/28051] [4.0/4.1 regression] ICE on invalid conversion operator

2006-07-11 Thread lmillward at gcc dot gnu dot org
--- Comment #8 from lmillward at gcc dot gnu dot org 2006-07-11 17:38 --- Fixed in 4.1.2 and 4.0.4 -- lmillward at gcc dot gnu dot org changed: What|Removed |Added

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

2006-07-11 Thread bkoz at gcc dot gnu dot org
--- Comment #22 from bkoz at gcc dot gnu dot org 2006-07-11 17:48 --- Subject: Bug 28290 Author: bkoz Date: Tue Jul 11 17:48:10 2006 New Revision: 115354 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115354 Log: 2006-07-11 Paolo Carlini <[EMAIL PROTECTED]> PR libstdc

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

2006-07-11 Thread ro at gcc dot gnu dot org
--- Comment #19 from ro at gcc dot gnu dot org 2006-07-11 17:52 --- It is quite possible that this is very dependent on the specific IRIX 6.5 revision used: in IRIX 6.5.18 and up, ISO C99 support got introduced, which certainly affects this. Which revision (uname -R) do you run? Rain

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

2006-07-11 Thread martinol at nrlssc dot navy dot mil
--- Comment #20 from martinol at nrlssc dot navy dot mil 2006-07-11 18:01 --- this machine is: 6.5 6.5.17m -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27878

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

2006-07-11 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #21 from ro at techfak dot uni-bielefeld dot de 2006-07-11 18:04 --- Subject: Re: GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked. martinol at nrlssc dot navy dot mil writes: > this machine is: 6.5 6.5.17m This most likely explains the difference:

[Bug libffi/28313] libffi has not been ported to mips64-linux-gnu

2006-07-11 Thread ro at gcc dot gnu dot org
--- Comment #2 from ro at gcc dot gnu dot org 2006-07-11 18:27 --- This affects IRIX 6 as well (i.e. the N32 and N64 ABIs). Rainer -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28217] [4.2 regression] ICE in tree_int_cst_sgn

2006-07-11 Thread mrs at apple dot com
--- Comment #11 from mrs at apple dot com 2006-07-11 18:31 --- I've posted a patch to fix this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28217

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

2006-07-11 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #2 from ro at techfak dot uni-bielefeld dot de 2006-07-11 18:50 --- Subject: Re: New: boostrapping with gcc fails with unrecognized linker option "multix at gmail dot com" <[EMAIL PROTECTED]> writes: > I boostrapped using gcc 3.3 from sgi, usning as configure option > ..

[Bug java/28329] [ecj] gcj leaves .jar and .zip files in /tmp

2006-07-11 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-07-11 19:28 --- %U implies %d I debugged today and set a breakpoint in delete_if_ordinary. I get this: Breakpoint 1, delete_if_ordinary ( name=0x9af48c0 "-fzip-dependency=/tmp/ccQurYQS.zip") at ../../trunk/gcc/gcc.c:2349 S

[Bug c++/25357] [4.0 Regression] ICE in typeid

2006-07-11 Thread dtemirbulatov at gmail dot com
--- Comment #9 from dtemirbulatov at gmail dot com 2006-07-11 19:59 --- fix posted here http://gcc.gnu.org/ml/gcc-patches/2006-07/msg00144.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25357

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

2006-07-11 Thread ebotcazou at gcc dot gnu dot org
--- Comment #22 from ebotcazou at gcc dot gnu dot org 2006-07-11 20:01 --- > This most likely explains the difference: this is before C99 support was > introduced, and obviously most testers use relatively recent IRIX > releases. Mine is 6.5 6.5.26m. -- http://gcc.gnu.org/bugzilla

[Bug other/28336] Cofiguration Options creates erroneous path in AVR GCC window

2006-07-11 Thread rafurer at hawaii dot rr dot com
--- Comment #3 from rafurer at hawaii dot rr dot com 2006-07-11 20:04 --- Subject: Re: Cofiguration Options creates erroneous path in AVR GCC window Aloha, Thanks for the tip. I followed your advice and it did indeed correct the problem. My files in External Dependencies have

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

2006-07-11 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #23 from ro at techfak dot uni-bielefeld dot de 2006-07-11 20:06 --- Subject: Re: GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked. ebotcazou at gcc dot gnu dot org writes: > Mine is 6.5 6.5.26m. I'm running 6.5 6.5.28f. Anything newer than 6.5.18

[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 need to get t

[Bug other/28336] Cofiguration Options creates erroneous path in AVR GCC window

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-07-11 20:37 --- Invalid as requested. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added S

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

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-07-11 20:39 --- Can you try adding --with-gnu-as when configuring? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/28114] [4.0/4.1 regression] ICE with struct definition in argument of template function

2006-07-11 Thread sje at cup dot hp dot com
--- Comment #9 from sje at cup dot hp dot com 2006-07-11 20:56 --- I am testing on the 4.0 branch now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28114

[Bug libstdc++/28344] [4.2 Regression] Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap

2006-07-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/28342] undefined symbol [local label] for goto from nested function [SPARC]

2006-07-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/28351] New: SIGSEGV rethrowing an exception with -m64 -static on ppc/linux

2006-07-11 Thread sebor at roguewave dot com
We're seeing the behavior below in 64-bit statically linked programs on PowerPC/Linux (this has the same effect: gcc -m64 t.cpp -lsupc++). Here's the stack trace, if it helps at all: #0 0x100010e8 in .__cxa_get_globals_fast () #1 0x1d60 in .__cxa_end_catch () #2 0x10

[Bug c++/28351] SIGSEGV rethrowing an exception with -m64 -static on ppc/linux

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-07-11 21:12 --- I think this was a glibc bug with TLS. What version of glibc you are using? Also you should really report this to SUSE first as it is their distro. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28351

[Bug other/28336] Cofiguration Options creates erroneous path in AVR GCC window

2006-07-11 Thread rafurer at hawaii dot rr dot com
--- Comment #5 from rafurer at hawaii dot rr dot com 2006-07-11 21:29 --- Aloha, Just to let you know, updating the service pack eliminated the problem. Thank You, Roger -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28336

[Bug libgcj/28352] New: Interpreter: Stack trace line numbers sometimes missing or incorrect

2006-07-11 Thread mckinlay at redhat dot com
When the following test case is built with gcj -C, the innermost frame is missing from the stack trace: public class Ex { void snafu( ) throws Exception { throw new Exception(); } void bar( ) throws Exception { snafu( ); } void foo( ) throws Exception { bar( ); }

[Bug libgcj/28352] Interpreter: Stack trace line numbers sometimes missing or incorrect

2006-07-11 Thread mckinlay at redhat dot com
--- Comment #1 from mckinlay at redhat dot com 2006-07-11 21:32 --- Correction: the description should read "the line number for the inner-most frame is missing from the stack trace". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28352

[Bug c++/28351] SIGSEGV rethrowing an exception with -m64 -static on ppc/linux

2006-07-11 Thread sebor at roguewave dot com
--- Comment #2 from sebor at roguewave dot com 2006-07-11 21:42 --- Libc says it's 2.3.3 (20040412). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28351

[Bug libstdc++/28344] [4.2 Regression] Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap

2006-07-11 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2006-07-11 21:55 --- Humpf, sorry! I will fix it in a moment. -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libstdc++/28344] [4.2 Regression] Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap

2006-07-11 Thread paolo at gcc dot gnu dot org
--- Comment #4 from paolo at gcc dot gnu dot org 2006-07-11 22:09 --- Subject: Bug 28344 Author: paolo Date: Tue Jul 11 22:08:56 2006 New Revision: 115355 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115355 Log: 2006-07-11 Paolo Carlini <[EMAIL PROTECTED]> PR libstd

[Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.)

2006-07-11 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tromey at gcc dot gnu dot |dot org

[Bug libstdc++/28344] [4.2 Regression] Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap

2006-07-11 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2006-07-11 22:10 --- Fixed. -- pcarlini at suse dot de changed: What|Removed |Added Status|ASSIGNED

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

2006-07-11 Thread pcarlini at suse dot de
--- Comment #24 from pcarlini at suse dot de 2006-07-11 22:23 --- Thanks Rainer and Eric. Then, since we have a workaround in place for the issue (--disable-wchar_t) and apparently it affects only very old ("broken" as far as such features are concerned) releases of the OS, I'm inclined

[Bug fortran/28353] New: ICE: Segmentation fault

2006-07-11 Thread tobias dot burnus at physik dot fu-berlin dot de
gfortran -c mpi_bc_all.f mpi_bc_all.F: In function 'mpi_bc_all': mpi_bc_all.F:276: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. GNU Fortran 95 (GCC) 4

[Bug fortran/28353] ICE: Segmentation fault

2006-07-11 Thread tobias dot burnus at physik dot fu-berlin dot de
--- Comment #1 from tobias dot burnus at physik dot fu-berlin dot de 2006-07-11 23:01 --- Created an attachment (id=11862) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11862&action=view) Test file: mpi_bc_all.f -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28353

[Bug fortran/28353] ICE: Segmentation fault

2006-07-11 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-07-12 00:00 --- This file alone is not going to be able to reproduce this bug. Can you attach mpif.h also? INCLUDE 'mpif.h' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28353

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

2006-07-11 Thread pcarlini at suse dot de
--- Comment #23 from pcarlini at suse dot de 2006-07-12 00:21 --- Thanks Benjamin. FYI, I have just tweaked it back to my original version (if c++config.h is not included first, _GLIBCXX_USE_ICONV is always found undefined ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28290

[Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.)

2006-07-11 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-07-12 00:24 --- The bug here is that Inflater needs an extra input byte in some situations. I think ZipFile has to provide this byte; a patch to do this makes this test case work again. I need to investigate ZipInputStream and GZIPI

[Bug libgcj/28352] Interpreter: Stack trace line numbers sometimes missing or incorrect

2006-07-11 Thread rmathew at gcc dot gnu dot org
--- Comment #2 from rmathew at gcc dot gnu dot org 2006-07-12 01:46 --- Confirmed. -- rmathew at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/28339] gfortran misses a record from a format statement

2006-07-11 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-07-12 01:53 --- This is curious. I can confirm the behavior on my system here. If the first record is made one character less, "1234567", it appears to give a clean result. I will have to think about this one a little more. I

[Bug fortran/25828] [f2003] ACCESS='STREAM' io support

2006-07-11 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-07-12 02:14 --- I have the beginnings of a patch now with unformatted read and write working and formatted write working. Still need to do formatted read and checking of all constraints. It appears to me that this is progressin

[Bug libfortran/27704] Incorrect runtime error on multiple OPEN

2006-07-11 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-07-12 02:16 --- Fixed on 4.2 only. If someone wants this on 4.1 let me know. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug libfortran/27704] Incorrect runtime error on multiple OPEN

2006-07-11 Thread jvdelisle at gcc dot gnu dot org
-- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27704

[Bug fortran/28339] gfortran misses a record from a format statement

2006-07-11 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Keywords||wrong-code Priority|P3 |P1 http:/

  1   2   >