[Bug target/25920] after compiled with -pg for profiling, all the spec2kfp cases failed at runtime

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-13 06:02 --- No feedback in 3 months so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/27767] Problem: gcc 4.0.3 on Unix_SV

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-09-13 06:05 --- This is nothing we can really do for very very old versions of GCC really, they are no longer supported. By the way when building 3.3.4, you should use make bootstrap and not just make, it will most likely pass at

[Bug c++/20599] variadic template support

2006-09-13 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2006-09-13 06:19 --- For the record, I'm strongly in favor of variadic templates. Key parts of TR1 (tuple, functional) necessitate some kind of compiler support in order to have full implementations: the current limits on tuple size are

[Bug other/29049] possible problem: building gcc = 4.2 on i686 GNU/Linux|SMP (non-64bit) platform fails

2006-09-13 Thread WISD00M at GMX dot NET
--- Comment #27 from WISD00M at GMX dot NET 2006-09-13 06:19 --- (In reply to comment #26) # uname -a as previously mentioned (comment #9), it's: Linux syssiphus 2.6.17.4 #1 SMP PREEMPT Mon Sep 11 14:42:28 CEST 2006 i686 unknown # cat /proc/cpuinfo processor : 0 vendor_id

[Bug middle-end/28964] [4.0/4.1/4.2 Regression] partition_stack_vars uses unstable sort

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-13 06:21 --- Confirmed, this is a regression as partition_stack_vars is new in 4.0.x. I am thinking about either creating a meta-bug or a keyword about all the problems with unstable sorts/hashing with memory addresses problems.

[Bug bootstrap/28962] building a cross compiler with --disable-multilib fails

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-09-13 06:23 --- (In reply to comment #7) Is there a good reason why gcc can't officially support being built without a libc by either figuring out that there's no libc itself or by offering some kind of --i-do-not-have-a-libc

[Bug testsuite/28870] [4.2 Regression] configuring, over-riding timeout values in testsuite

2006-09-13 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2006-09-13 06:26 --- Janis, this is how to set timeout on the make check command line: time make check RUNTESTFLAGS=-v -v -v -v --tool_opts timeout=300 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28870

[Bug c++/29028] No warning about unused names introduced with using declarations

2006-09-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|minor |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29028

[Bug other/28994] host-darwin.c not 64bit clean

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-13 06:29 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28982] Incorrect reloading of automodification expressions

2006-09-13 Thread rsandifo at gcc dot gnu dot org
--- Comment #2 from rsandifo at gcc dot gnu dot org 2006-09-13 06:31 --- Subject: Bug 28982 Author: rsandifo Date: Wed Sep 13 06:30:59 2006 New Revision: 116919 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116919 Log: gcc/ PR rtl-optimization/28982 * reload.c

[Bug rtl-optimization/28982] Incorrect reloading of automodification expressions

2006-09-13 Thread rsandifo at gcc dot gnu dot org
--- Comment #3 from rsandifo at gcc dot gnu dot org 2006-09-13 06:32 --- Patch applied -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/29044] Libiberty demangler can not handle new Java mangling.

2006-09-13 Thread ian at airs dot com
--- Comment #3 from ian at airs dot com 2006-09-13 06:36 --- When I run the demangler on _ZN5jmain4mainEJvP6JArrayIPN4java4lang6StringEE I get void jmain::main(JArrayjava::lang::String**) The relevant patch went in on 2005-12-10 to libiberty/cp-demangle.c. Can you confirm that

[Bug java/29044] Libiberty demangler can not handle new Java mangling.

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-13 06:39 --- (In reply to comment #3) When I run the demangler on _ZN5jmain4mainEJvP6JArrayIPN4java4lang6StringEE I get void jmain::main(JArrayjava::lang::String**) What happens when running it in Java mode (note the

[Bug rtl-optimization/28622] [4.1 regression] ICE in extract_insn, at recog.c:2084 (unecognizable insn) [m68k]

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-13 06:46 --- Investigating. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29016] [4.2 Regression] tree check: expected class 'expression', have 'exceptional' (baselink) in get_base_var, at ipa-utils.c:224

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-13 06:56 --- This one works for me but I doubt it is correct: Index: ../../gcc/ipa-utils.c === --- ../../gcc/ipa-utils.c (revision 116919) +++

[Bug java/29044] Libiberty demangler can not handle new Java mangling.

2006-09-13 Thread ian at airs dot com
--- Comment #5 from ian at airs dot com 2006-09-13 07:23 --- OK, with -s java I get jmain.main(java.lang.String[])void I misunderstood Daniel's report. Sorry about that. The fact that the function's return type is printed at the end is deliberate. This is because -s java sets

[Bug target/28622] [4.1 regression] ICE in extract_insn, at recog.c:2084

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-13 07:57 --- The removed comment says: - /* If will do cse, generate all results into pseudo registers - since 1) that allows cse to find more things - and 2) otherwise cse could produce an insn the machine -

[Bug bootstrap/29058] New: Unable to build under Irix 6.5

2006-09-13 Thread P dot Schaffnit at access dot rwth-aachen dot de
Hi! I don't seem to be able to build the development sources (4.2.0 20060911) under SGI ('uname -a': IRIX64 fuel3 6.5 01100304 IP35). I've tried several things, but I keep getting the following error when 'bootstraping': config.status: executing default commands if [ x != x ] [ ! -d

[Bug rtl-optimization/28618] The scheduler extends the lifetime of CLASS_LIKELY_SPILLED registers

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:18 --- There might be problems if no matching set can be found in the current basic block. I'll have to think about how to best check for this. I'm currently leaning to add a field in struct deps for the head of the

[Bug fortran/29051] segfault when too few values are in data statement of character array

2006-09-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-09-13 08:21 --- Bud, Quite by chance, I had noticed the cause of this a couple of days ago; if you look at the Doxygen documentation for gfc_data, you will see that the only reference to the locus field 'where' is in

[Bug c++/29059] New: [4.2 regression] ICE: verify_stmts failed (invalid operand to unary operator [0];)

2006-09-13 Thread tbm at gcc dot gnu dot org
Compiling as C works, C++ fails. This worked with 20060823. (sid)118:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/g++ -c -O re-ru32un.c re-ru32un.c: In function 'void LoadUserAlph(char*)': re-ru32un.c:4: error: invalid operand to unary operator [0]; re-ru32un.c:4: internal compiler error:

[Bug rtl-optimization/28173] [4.0/4.1 regression] misses constant folding

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:24 --- Roger, could you comment on Ramana's proposition? Thanks in advance. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/28096] fdlibm/strtod.c miscompiled at -O2

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:32 --- Please indicate whether it's a regression from earlier versions of GCC. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2006-09-13 Thread irar at il dot ibm dot com
--- Comment #7 from irar at il dot ibm dot com 2006-09-13 08:32 --- I think, the problem here is that we only check SMT and not NMT. I am preparing a patch to fix this. NMT is stored in ptr_info_def of data-ref, and only if it does not exist, SMT will be checked. -- irar at il dot

[Bug fortran/29051] segfault when too few values are in data statement of character array

2006-09-13 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-09-13 08:35 --- Subject: Bug number PR29051 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-09/msg00496.html --

[Bug rtl-optimization/28062] ICE in simplify_subreg, at simplify-rtx.c:4466

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #13 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:37 --- If the ICE has disappeared on both branches, the testcase should be added to the testsuite and the PR closed. -- ebotcazou at gcc dot gnu dot org changed: What|Removed

[Bug rtl-optimization/27761] combine miscompiles

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-13 08:44 --- Please indicate the version(s) of the compiler, whether it's a regression, etc. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/29044] Libiberty demangler can not handle new Java mangling.

2006-09-13 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2006-09-13 09:01 --- I don't understand why this bug has been reported. Are you using an up-to-date libiberty to do the demangling? When I try c++filt --format java, I get Hello.main(java.lang.String[])void which is correct. The

[Bug c++/29043] Constructor for POD type with const member without member initializer accepted

2006-09-13 Thread andrew dot stubbs at st dot com
--- Comment #2 from andrew dot stubbs at st dot com 2006-09-13 09:23 --- (In reply to comment #1) As you've written it, class C doesn't have any non-static members. Struct C::s hasn't been declared as a member object of C. const int i is a member of C::s, not C, so C() without

[Bug libfortran/27046] [mingw32] mixed C-Fortran I/O doesn't flush

2006-09-13 Thread dannysmith at users dot sourceforge dot net
--- Comment #7 from dannysmith at users dot sourceforge dot net 2006-09-13 10:10 --- (In reply to comment #5) This is not DLL-related, the following code doesn't have the expected behaviour (although it works fine on i686-linux, even in the static case): $ cat ctesti.c #include

[Bug java/28090] incorrect implementation of expand_java_arraystore

2006-09-13 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-09-13 10:10 --- PR19505 is fixed, is the patch still bad? -- bonzini at gnu dot org changed: What|Removed |Added

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.0/4.1/4.2 regression]|[4.1/4.2 regression] |procedure doesn't modify

[Bug java/28938] [ecj] update build instructions to account for changes

2006-09-13 Thread bonzini at gnu dot org
--- Comment #1 from bonzini at gnu dot org 2006-09-13 10:43 --- A somewhat disconnected comment on the ecj-branch build process... Are you planning to distribute ecj as a JAR file too? If so, there should be no changes to the documentation for building out of tarballs. If you don't

[Bug c++/29054] [4.0/4.1 Regression] ICE on friend template specialization

2006-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-09-13 11:39 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29054] [4.0/4.1 Regression] ICE on friend template specialization

2006-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-09-13 11:41 --- (gdb) run Starting program: /abuild/rguenther/gcc41-g/gcc/cc1plus -quiet t.ii Program received signal SIGSEGV, Segmentation fault. 0x080f565b in instantiate_decl (d=0xb7d9cf00, defer_ok=0,

[Bug fortran/29060] New: spread causes ICE in gfc_trans_array_constructor

2006-09-13 Thread keinstein_junior at gmx dot net
Hi, I got AN ICE trying to compile -- module bcc implicit none private type md_field real,dimension(:,:),pointer :: position end type md_field real,dimension(1:3,1:2),parameter :: unitcell = reshape((/ 0.25,0.25,0.25, 0.75,0.75,0.75 /),(/3,2/)) contains

[Bug target/29030] gcc.dg/array-9.c produces internal compiler error on Darwin at -m64

2006-09-13 Thread howarth at nitro dot med dot uc dot edu
--- Comment #5 from howarth at nitro dot med dot uc dot edu 2006-09-13 12:20 --- Andrew, The proposed patch doesn't work. It converts the internal compiler error into a compiler time error of... gcc-4 -O3 -g -m64 array-9.c array-9.c:7: error: declaration of 'x' as array of voids

mcfv4e flag to gas

2006-09-13 Thread Miguel Angel Alvarez
Hi I am using gcc 20060906 snapshot to compile a 2.6.10 kernel for a Coldfire MCF5484 (and uclibc 0.9.28). The question is that I was getting some errors like this: {standard input}: Assembler messages: {standard input}:22: Error: invalid instruction for this architecture; needs ColdFire

[Bug java/29044] Libiberty demangler can not handle new Java mangling.

2006-09-13 Thread drow at gcc dot gnu dot org
--- Comment #7 from drow at gcc dot gnu dot org 2006-09-13 12:31 --- Subject: Re: Libiberty demangler can not handle new Java mangling. I don't understand why this bug has been reported. The bug was reported because the combination of the mangling change and the demangler postfix

[Bug java/29044] Libiberty demangler can not handle new Java mangling.

2006-09-13 Thread drow at gcc dot gnu dot org
--- Comment #8 from drow at gcc dot gnu dot org 2006-09-13 12:31 --- Not a bug then. -- drow at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29046] Failure to define friend functions for all template instatiations

2006-09-13 Thread amylaar at gcc dot gnu dot org
--- Comment #5 from amylaar at gcc dot gnu dot org 2006-09-13 13:46 --- (In reply to comment #4) (In reply to comment #3) Now we don't do that either but that is a different bug. Actually we do reject it with -pedantic so that is not a different bug after all but a change, a

[Bug testsuite/29055] gcc.target/powerpc/darwin-bool-1.c fails on powerpc-apple-darwin8 at -m64

2006-09-13 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2006-09-13 13:52 --- So I assume I just need to create a patch that adds... * { dg-skip-if { powerpc*-*-darwin* } { -m64 } { } } */ to the darwin-bool-1.c testcase? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29055

[Bug java/29061] New: nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread linh at mytum dot de
testserver.java in Jessie 1.0.1. cmmand : gcj -v -c -o testserver.o testserver.java Using built-in specs. Reading specs from /usr/lib/gcc/i586-suse-linux/4.1.0/../../../libgcj.spec rename spec lib to liborig Target: i586-suse-linux Configured with: ../configure --enable-threads=posix

[Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread linh at mytum dot de
--- Comment #1 from linh at mytum dot de 2006-09-13 14:16 --- Created an attachment (id=12251) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12251action=view) this testserver in jesssie-1.0.1 is compiled under classpath-0.92. --

[Bug other/29049] possible problem: building gcc = 4.2 on i686 GNU/Linux|SMP (non-64bit) platform fails

2006-09-13 Thread hjl at lucon dot org
--- Comment #28 from hjl at lucon dot org 2006-09-13 15:03 --- Apparently, your target_flags sets MASK_64BIT. You need to run gdb on cc1 and set hardware watchpoint on target_flags to see where it sets MASK_64BIT: [EMAIL PROTECTED] gcc]$ touch x.i [EMAIL PROTECTED] gcc]$ gdb cc1 GNU

[Bug c/29062] New: Parse error after label and variable declaration

2006-09-13 Thread tdalman at project-psi dot org
Consider following code: // 1 int main(int argc, char** argv) { 2if (argc 1) { 3 goto finish; 4} 5 finish: 6int ret = 1; 7return ret; 8 } // Though I tested different versions of GCC (3.3.5, 3.4.4, 4.1.1), I was not able to

[Bug libstdc++/29063] New: valarray does not undefine all temp macros

2006-09-13 Thread lidaobing at gmail dot com
valarray should undefine all temp macros, but it does not $ cat test.cpp #include valarray $ g++-4.0 -E -dM test.cpp | grep _DEFINE_ | wc 2 5464236 $ g++-4.1 -E -dM test.cpp | grep _DEFINE_ | wc 2 5464236 $ g++-4.2 -E -dM test.cpp | grep _DEFINE_ | wc 2 546

[Bug c/29062] Parse error after label and variable declaration

2006-09-13 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2006-09-13 15:32 --- A label can only be part of a statement. A declaration is not a statement. -- schwab at suse dot de changed: What|Removed |Added

[Bug fortran/28526] 'end' is recognized as a variable incorrectly

2006-09-13 Thread tobi at gcc dot gnu dot org
--- Comment #3 from tobi at gcc dot gnu dot org 2006-09-13 16:06 --- This is intriguing. Why would 'end' be treated any different from 'xxx'? -- tobi at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29043] Constructor for POD type with const member without member initializer accepted

2006-09-13 Thread bangerth at dealii dot org
--- Comment #3 from bangerth at dealii dot org 2006-09-13 16:10 --- Confirmed with the testcase from attachment #2. -- bangerth at dealii dot org changed: What|Removed |Added

[Bug fortran/28443] gfortran does not implement the present intrinsic procedure correctly for optional character strings

2006-09-13 Thread tobi at gcc dot gnu dot org
--- Comment #8 from tobi at gcc dot gnu dot org 2006-09-13 16:11 --- This is another variation of the theme in 26227 *** This bug has been marked as a duplicate of 26227 *** -- tobi at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26227] accepts invalid fortran, different dummy types/number

2006-09-13 Thread tobi at gcc dot gnu dot org
--- Comment #6 from tobi at gcc dot gnu dot org 2006-09-13 16:11 --- *** Bug 28443 has been marked as a duplicate of this bug. *** -- tobi at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28809] No diagnostic for missing interface for same file procedure

2006-09-13 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2006-09-13 16:12 --- Again, the same theme as 26227. *** This bug has been marked as a duplicate of 26227 *** -- tobi at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26227] accepts invalid fortran, different dummy types/number

2006-09-13 Thread tobi at gcc dot gnu dot org
--- Comment #7 from tobi at gcc dot gnu dot org 2006-09-13 16:12 --- *** Bug 28809 has been marked as a duplicate of this bug. *** -- tobi at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29059] [4.2 regression] ICE: verify_stmts failed (invalid operand to unary operator [0];)

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-13 16:17 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug rtl-optimization/28062] [latent] ICE in simplify_subreg, at simplify-rtx.c:4466

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-09-13 16:20 --- (In reply to comment #13) If the ICE has disappeared on both branches, the testcase should be added to the testsuite and the PR closed. But the bug still exists, just was covered up by my tree-inline patches for

[Bug target/29030] gcc.dg/array-9.c produces internal compiler error on Darwin at -m64

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-13 16:22 --- (In reply to comment #5) Andrew, The proposed patch doesn't work. It converts the internal compiler error into a compiler time error of... Yes the patch does work as this is invalid code to begin with :).

[Bug libstdc++/29063] valarray does not undefine all temp macros

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-13 16:27 --- _D is in the reserved identifier space IIRC so I think this is a non bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29063

[Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-09-13 16:45 --- I tried this with 4.1 (failed due to missing imports), the RH 4.1 (worked) and svn head (worked). So, I think we would need more information to proceed. -- tromey at gcc dot gnu dot org changed: What

[Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-13 16:49 --- I am thinking SUSE created their 4.1.0 before 4.1.0 was release, I think this is the same as PR 25366. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29061

[Bug libstdc++/29063] valarray does not undefine all temp macros

2006-09-13 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2006-09-13 16:51 --- As a matter of fact valarray *always* undefines the macros, besides in those two specific cases (and the first one is even undefined weren't for a typo ;) So, we can as well do the two-lines change... -- pcarlini at

[Bug testsuite/28870] [4.2 Regression] configuring, over-riding timeout values in testsuite

2006-09-13 Thread janis at gcc dot gnu dot org
--- Comment #6 from janis at gcc dot gnu dot org 2006-09-13 16:54 --- Benjamin, I had tried that, but it adds timeout=300 to the options passed to the compiler. Does it really work for you? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28870

[Bug bootstrap/29058] Unable to build under Irix 6.5

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-13 16:56 --- UX:make: ERROR: don't know how to make regex.c (bu42). This sounds like you are not using GNU make which is required. Can you try again this time using GNU make? -- pinskia at gcc dot gnu dot org changed:

[Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread linh at mytum dot de
--- Comment #4 from linh at mytum dot de 2006-09-13 16:59 --- (In reply to comment #2) I tried this with 4.1 (failed due to missing imports), the RH 4.1 (worked) and svn head (worked). So, I think we would need more information to proceed. I compiled this with 4.1, Suse 10.1. Now

[Bug java/29061] nternal compiler error: in make_class_data, at java/class.c:1774

2006-09-13 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2006-09-13 17:17 --- Fixed. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING

[Bug rtl-optimization/28062] [latent] ICE in simplify_subreg, at simplify-rtx.c:4466

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-09-13 17:37 --- But the bug still exists, just was covered up by my tree-inline patches for PR 28075. Your patch may simply be the fix. If we have no testcase, we have no bug. --

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread mbo dot massimo at tiscali dot it
--- Comment #4 from mbo dot massimo at tiscali dot it 2006-09-13 18:03 --- I have installed the fix and the problem is now resolved. I have tested it on a large program and it is OK. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29025

[Bug c++/29065] New: obscure error for attempt to use destructor declarator syntax for destructor call

2006-09-13 Thread amylaar at gcc dot gnu dot org
This code snippet: class X { ~X() {} void f () { X::~X (); } }; violates clause 12.4 ; 12 (explicit destructor calls must use a member access operator) . However, the diagnostic given is somewhat confusing: dstr.c: In member function ‘void X::f()’: dstr.c:6: error: no matching

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:09 --- I have installed the fix and the problem is now resolved. I have tested it on a large program and it is OK. Great, thanks for the feedback. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29025

[Bug c++/29059] [4.2 regression] ICE: verify_stmts failed (invalid operand to unary operator [0];)

2006-09-13 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-09-13 18:13 --- A regression hunt on powerpc-linux identified the following patch: http://gcc.gnu.org/viewcvs?view=revrev=116656 r116656 | jakub | 2006-09-02 06:55:09 + (Sat, 02 Sep 2006) Interestingly enough, I've

[Bug c++/29066] New: ARM C++ ABI mishap

2006-09-13 Thread amallory at qnx dot com
Given the test case below, it appears that while a pointer to a member function (PTMF) is initialized properly, the check against a NULL pointer still fails. The same case passes properly on x86 and SH4 - it appears to be an ARM ABI detail which causing the heartburn. In most platforms, the

[Bug c++/29066] ARM C++ ABI mishap

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-13 18:25 --- Is this really the arm eabi C++ ABI and not really the arm C++ ABI? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/21952] [4.1/4.2 regression] Annoying attribute directive ignored warnings

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:27 --- Subject: Bug 21952 Author: ebotcazou Date: Wed Sep 13 18:27:24 2006 New Revision: 116926 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116926 Log: PR ada/21952 * gigi.h

[Bug ada/21952] [4.1/4.2 regression] Annoying attribute directive ignored warnings

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:27 --- Subject: Bug 21952 Author: ebotcazou Date: Wed Sep 13 18:27:46 2006 New Revision: 116927 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116927 Log: PR ada/21952 * gigi.h

[Bug ada/21952] [4.1/4.2 regression] Annoying attribute directive ignored warnings

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #16 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:29 --- Fixed in upcoming 4.1.2 release. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29065] obscure error for attempt to use destructor declarator syntax for destructor call

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-13 18:29 --- Actually that is incorrect and this code is really valid by DR 272. This is a dup of bug 12333 which is about rejecting this code. *** This bug has been marked as a duplicate of 12333 *** -- pinskia at gcc dot

[Bug c++/12333] [DR 272] Explicit call to MyClass::~MyClass() not allowed

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-09-13 18:29 --- *** Bug 29065 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29066] ARM C++ ABI mishap

2006-09-13 Thread amallory at qnx dot com
--- Comment #2 from amallory at qnx dot com 2006-09-13 18:30 --- (In reply to comment #1) Is this really the arm eabi C++ ABI and not really the arm C++ ABI? ARM eabi is an alias for the ABI for the ARM Architecture. Do you have anything on point to help clairify the issue?

[Bug c++/29059] [4.2 regression] ICE: verify_stmts failed (invalid operand to unary operator [0];)

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-13 18:34 --- (In reply to comment #2) A regression hunt on powerpc-linux identified the following patch: This is what I was expecting actually, I might look at this later, we might just need a fold (read from constant string)

[Bug c++/29033] %s substituted with left/right can't be properly translated

2006-09-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||diagnostic Target Milestone|4.1.2 |---

[Bug ada/28591] [4.2 regression] ICE in splice_child_die, at dwarf2out.c:5513

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:40 --- Subject: Bug 28591 Author: ebotcazou Date: Wed Sep 13 18:40:26 2006 New Revision: 116928 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116928 Log: PR ada/28591 * decl.c

[Bug target/29030] gcc.dg/array-9.c produces internal compiler error on Darwin at -m64

2006-09-13 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2006-09-13 18:41 --- Okay. I'll run a complete make check tonight to verify that the patch introduces no regressions in at least the c, c++ and fortran language build. Assuming no regressions, do you want to submit the patch

[Bug ada/28591] [4.2 regression] ICE in splice_child_die, at dwarf2out.c:5513

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:42 --- Fixed on mainline. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:48 --- Subject: Bug 29025 Author: ebotcazou Date: Wed Sep 13 18:48:21 2006 New Revision: 116929 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116929 Log: PR ada/29025 * trans.c

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:48 --- Subject: Bug 29025 Author: ebotcazou Date: Wed Sep 13 18:48:46 2006 New Revision: 116930 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116930 Log: PR ada/29025 * trans.c

[Bug ada/29025] [4.1/4.2 regression] procedure doesn't modify In Out parameter

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:50 --- Fixed in upcoming 4.1.2 release. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28675] [4.1/4.2 regression] ICE in extract_insn, at recog.c:2084 (unrecognizable insn) [arm]

2006-09-13 Thread pbrook at gcc dot gnu dot org
--- Comment #5 from pbrook at gcc dot gnu dot org 2006-09-13 19:00 --- This is looking like a latent reload bug. I don't see anything in r105121 that could cause this bug. I can reproduce it on non-linux and non-eabi arm targets. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28675

[Bug fortran/29067] New: Internal Error: gfc_resolve_expr(): Bad expression type

2006-09-13 Thread mathieu dot courtois at free dot fr
gfortran fails on the attached subroutine. gfortran -v -save-temps -c ircmva.f Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib

[Bug fortran/29060] spread causes ICE in gfc_trans_array_constructor

2006-09-13 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-09-13 20:11 --- Yes, it appears to be related to spread. If you comment out the spread() in the subroutine the compiles. Additionally, if you change x%position(:,1:2) to x%position(1:3,1:2), then the code compiles. So, it looks

[Bug fortran/29067] Internal Error: gfc_resolve_expr(): Bad expression type

2006-09-13 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-09-13 20:17 --- This compiles with gfortran 4.2, so you may want to update to a newer compiler. Does this file contain any TAB characters? -- kargl at gcc dot gnu dot org changed: What|Removed

[Bug fortran/29067] Internal Error: gfc_resolve_expr(): Bad expression type

2006-09-13 Thread mathieu dot courtois at free dot fr
--- Comment #2 from mathieu dot courtois at free dot fr 2006-09-13 20:18 --- Created an attachment (id=12252) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12252action=view) source code add source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29067

[Bug boehm-gc/29068] New: Bootstrap fails building in libjava directory on sparc-sun-solaris2.10

2006-09-13 Thread ghazi at gcc dot gnu dot org
On mainline I'm getting a bootstrap failure building in the libjava directory on sparc-sun-solaris2.10: Undefined first referenced symbol in file GC_get_thread_stack_base./.libs/libgcj.so ld: fatal: Symbol referencing errors. No

[Bug boehm-gc/29068] Bootstrap fails building in libjava directory on sparc-sun-solaris2.10

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-09-13 20:28 --- Same on SPARC/Solaris 8 and 9. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28821] Unable to build Python

2006-09-13 Thread sje at cup dot hp dot com
--- Comment #1 from sje at cup dot hp dot com 2006-09-13 20:32 --- I had someone try to use 64 bit PA GCC code with HP Java and they ran into two unsats, __cxa_finalize and _Jv_RegisterClasses. In GCC 4.0.3 there is a weak definition of __cxa_finalize in libstdc++.sl, but in GCC 4.1.1

[Bug boehm-gc/29068] [4.2 Regression] Bootstrap fails building in libjava directory on sparc-sun-solaris2.10

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-13 20:36 --- This is why I mentioned Java people should not be committing new features this late. See also: http://gcc.gnu.org/ml/java/2006-09/msg00021.html -- pinskia at gcc dot gnu dot org changed: What

[Bug target/28821] Unable to build Python

2006-09-13 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2006-09-13 20:37 --- Well, I guess I should have read comment 1 before adding comment 2, sorry for the extra mail David. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28821

[Bug boehm-gc/29068] [4.2 Regression] Bootstrap fails building libjava on SPARC/Solaris

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-09-13 20:40 --- Please, Andrew, stop overwriting my changes. Thanks. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/29069] New: Machine parsable error and warning display

2006-09-13 Thread andrejohn dot mas at gmail dot com
When gcc, g++, etc ouputs errors they are in a form designed to help people read the command line. With many people wanting to use IDEs, such as Eclips CDT, trying to write code to parse this output is not easy. For this reason to have a mode where the compiler and other gcc tools can output

[Bug boehm-gc/29068] [4.2 Regression] Bootstrap fails building libjava on SPARC/Solaris

2006-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-13 20:45 --- (In reply to comment #3) Please, Andrew, stop overwriting my changes. Thanks. If the bugzilla would allow me to merge the changes, it would be better but it does not. Also I loaded the page right before you

[Bug boehm-gc/29068] [4.2 Regression] Bootstrap fails building libjava on SPARC/Solaris

2006-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-09-13 20:48 --- If the bugzilla would allow me to merge the changes, it would be better but it does not. Also I loaded the page right before you changed stuff and I had changed the summary to include [4.2 Regression] but

  1   2   >