[Bug testsuite/37495] FAIL: gcc.c-torture/compile/vector-4.c

2008-09-13 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2008-09-13 07:20 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01013.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37495

[Bug middle-end/37450] [4.4 Regression] IRA miscompiled gcc

2008-09-13 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-09-13 07:26 --- As of revision 140333, this bug is still not fixed although patch for PR 37377 has been applied. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37450

[Bug middle-end/37500] [4.4 Regression] libstdc++ failed to compile at -O0

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #6 from hubicka at gcc dot gnu dot org 2008-09-13 07:31 --- Subject: Bug 37500 Author: hubicka Date: Sat Sep 13 07:30:15 2008 New Revision: 140334 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140334 Log: PR middle-end/37500 * pt.c (tsubst_decl): Do

[Bug fortran/35770] implicit character(s) hides type of internal function

2008-09-13 Thread domob at gcc dot gnu dot org
--- Comment #3 from domob at gcc dot gnu dot org 2008-09-13 07:45 --- Subject: Bug 35770 Author: domob Date: Sat Sep 13 07:44:36 2008 New Revision: 140336 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140336 Log: 2008-09-13 Daniel Kraft [EMAIL PROTECTED] PR

[Bug middle-end/37500] [4.4 Regression] libstdc++ failed to compile at -O0

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #7 from hubicka at gcc dot gnu dot org 2008-09-13 08:01 --- Fixed by my patch. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37377] [4.4 Regression] Bootstrap failure compiling libgcc

2008-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #15 from ebotcazou at gcc dot gnu dot org 2008-09-13 08:51 --- This works fine now. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/37506] New: attribute section is not working with constant strings

2008-09-13 Thread nm127 at freemail dot hu
With the __attribute__ __section__ it is possible to allocate variables to different section than the default ( http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html ). In case of the following source code I would achieve to allocate both foo bar and Hello World! strings into the .xxx_section

[Bug fortran/37507] New: Print location in (DE)ALLOCATION errors

2008-09-13 Thread burnus at gcc dot gnu dot org
Currently, one prints a simple message e.g. when deallocating already deallocated memory: Fortran runtime error: Attempt to DEALLOCATE unallocated memory. if (a.data == 0B) { _gfortran_runtime_error (Attempt to DEALLOCATE unallocated memory.[1]{lb: 1 sz: 1}); } Expected: Either

[Bug fortran/37507] Print location in (DE)ALLOCATION errors

2008-09-13 Thread domob at gcc dot gnu dot org
--- Comment #1 from domob at gcc dot gnu dot org 2008-09-13 09:23 --- This shouldn't be too hard to do, I think. I'll look into this one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37507

Re: [Bug c/37506] New: attribute section is not working with constant strings

2008-09-13 Thread Andrew Thomas Pinski
Sent from my iPhone On Sep 13, 2008, at 2:04 AM, nm127 at freemail dot hu [EMAIL PROTECTED] wrote: With the __attribute__ __section__ it is possible to allocate variables to different section than the default ( http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html ). In case of

[Bug c/37506] attribute section is not working with constant strings

2008-09-13 Thread pinskia at gmail dot com
--- Comment #1 from pinskia at gmail dot com 2008-09-13 09:49 --- Subject: Re: New: attribute section is not working with constant strings Sent from my iPhone On Sep 13, 2008, at 2:04 AM, nm127 at freemail dot hu [EMAIL PROTECTED] wrote: With the __attribute__ __section__ it

[Bug middle-end/37464] bootstrap failure for alphaev56, compiler cannot create executables

2008-09-13 Thread tkoenig at gcc dot gnu dot org
--- Comment #3 from tkoenig at gcc dot gnu dot org 2008-09-13 10:06 --- Created an attachment (id=16309) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16309action=view) config.log from intl with revision 140323 The problem appears to be somewhere else. See these lines from the

[Bug fortran/37507] Print location in (DE)ALLOCATION errors

2008-09-13 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2008-09-13 10:09 --- Confirmed. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

fOFdCgJwzNcxQrD

2008-09-13 Thread enos axel
FdCgJwzNcxQrDIqPtwHTjpa HLfOFdCgJwzNcxQr

GNAT BUG DETECTED: new task

2008-09-13 Thread groupebluesnake
gnatmake -P/home/jlv/Documents/ADA/test_tache.gpr -d gcc-4.2 -c -I- -gnatA /home/jlv/Documents/ADA/test_tache.adb +===GNAT BUG DETECTED==+ | 4.2.3 (Ubuntu 4.2.3-2ubuntu2) (i486-pc-linux-gnu) Assert_Failure sinfo.adb:649| | Error detected at

[Bug ada/37430] [4.4 Regression] C974013 gives exception

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 Summary|C974013 gives exception |[4.4 Regression]

[Bug tree-optimization/37416] [4.4 Regression] Failure to return number of loop iterations

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||rguenth at gcc dot gnu dot |

[Bug c++/37444] code rejected in template specialization

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-09-13 12:25 --- Invalid. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37443] fast 64-bit divide by constant 32-bit

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1

[Bug ada/37440] [4.4 Regression] GNAT Bug Box a-ngcefu.adb:397

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Summary|GNAT Bug Box a- |[4.4 Regression] GNAT Bug |ngcefu.adb:397

[Bug c/37502] no warning for always-false/true conditions due to too small bitfields

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-09-13 12:37 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37499] [4.4 Regression] Scheduling pass 2 time increases by order of magnitude

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||compile-time-hog Summary|Scheduling pass 2 time

Re: GNAT BUG DETECTED: new task

2008-09-13 Thread Laurent GUERBY
FYI this works fine in GCC 4.3.x Laurent On Sat, 2008-09-13 at 13:50 +0200, [EMAIL PROTECTED] wrote: gnatmake -P/home/jlv/Documents/ADA/test_tache.gpr -d gcc-4.2 -c -I- -gnatA /home/jlv/Documents/ADA/test_tache.adb +===GNAT BUG DETECTED==+

[Bug testsuite/37496] Missing SSE intrinsic tests

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37496

[Bug c/37493] Auto inline when optimisation is enabled, causes problem.

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-09-13 12:40 --- Thus, invalid. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37491] [4.4 Regression] Revision 140257 causes vectorizer tests failures

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37491

[Bug rtl-optimization/37490] [4.4 Regression] IRA causes FP code to have more spills

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-09-13 12:41 --- Did you made sure that this is not a ppc machine/cost description problem? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37490

[Bug middle-end/37485] [graphite] Disconnecting exit edge in process of code generation

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-09-13 12:43 --- Fixed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37485

[Bug objc/37460] [4.4 Regression]: objc.dg/super-class-2.m objc.dg/zero-link-1.m objc.dg/zero-link-2.m ICE

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC host

[Bug c++/37444] code rejected in template specialization

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-09-13 12:53 --- *** Bug 37459 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37444

[Bug c++/37459] code rejected in template specialization

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-09-13 12:53 --- *** This bug has been marked as a duplicate of 37444 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37456] [4.4 Regression] ICE: verify_flow_info failed: control flow in the middle of basic block

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Component|regression |middle-end Keywords|

[Bug c/37508] New: ICE in in simplify_truth_ops_using_ranges, at tree-vrp.c:6334

2008-09-13 Thread marcus at jet dot franken dot de
gcc -O2 -c xx.i xx.i: In function 'f': xx.i:4: internal compiler error: in simplify_truth_ops_using_ranges, at tree-vrp.c:6334 -- Summary: ICE in in simplify_truth_ops_using_ranges, at tree- vrp.c:6334 Product: gcc Version: 4.4.0

[Bug c/37508] ICE in in simplify_truth_ops_using_ranges, at tree-vrp.c:6334

2008-09-13 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2008-09-13 12:57 --- Created an attachment (id=16310) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16310action=view) xx.i gcc -c -O2 xx.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37508

[Bug c/37454] gcc: unrecognized option '-rdynamic'

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC target

[Bug c++/37505] [4.4 Regression] ICE after forgetting a catch after a try

2008-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37505

[Bug c/37508] ICE in in simplify_truth_ops_using_ranges, at tree-vrp.c:6334

2008-09-13 Thread marcus at jet dot franken dot de
--- Comment #2 from marcus at jet dot franken dot de 2008-09-13 13:38 --- Created an attachment (id=16311) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16311action=view) yy.i (first attachment was wrong, sorry) gcc -c -O2 yy.i -- marcus at jet dot franken dot de changed:

[Bug c/37506] attribute section is not working with constant strings

2008-09-13 Thread nm127 at freemail dot hu
--- Comment #2 from nm127 at freemail dot hu 2008-09-13 13:59 --- This problem maybe related to bug #192. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37506

[Bug tree-optimization/37508] [4.4 Regression] ICE in in simplify_truth_ops_using_ranges, at tree-vrp.c:6334

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-09-13 14:06 --- Confirmed. Also we fail to see that the return value cannot be zero in the following cases: struct foo1 { int i:1; }; struct foo2 { unsigned i:1; }; int test1 (struct foo1 *x) { if (x-i == 0) return 1;

[Bug tree-optimization/37508] [4.4 Regression] ICE in in simplify_truth_ops_using_ranges, at tree-vrp.c:6334

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-09-13 14:08 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37344] [4.4 Regression] sparc bootstrap fails with Bus error in libgcc2.c

2008-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2008-09-13 14:34 --- Presumably, similar problems on Solaris have been fixed by: 2008-09-11 Jeff Law [EMAIL PROTECTED] * reload1.c (alter_reg): Undo the BYTE_BIG_ENDIAN correction performed by assign_stack_local on

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #8 from hubicka at gcc dot gnu dot org 2008-09-13 14:39 --- Subject: Bug 37392 Author: hubicka Date: Sat Sep 13 14:38:10 2008 New Revision: 140342 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140342 Log: PR tree-optimization/37392 * tree-inline.c

[Bug c/37509] New: __sync_fetch_and_xxx generates relocatable symbols

2008-09-13 Thread timothy dot krause at shaw dot ca
When __sync_fetch_and_xxx builtin functions are required to store the return value the compiler generates an undefined reference during the link stage. void main( void ) { long a=0; #ifndef SHOW_BUG __sync_fetch_and_add(a,1); /* works just fine */ #else a=__sync_fetch_and_add(a,1); /*

[Bug fortran/37504] Wrongly rejects: unprotected_pointer = protected_pointer

2008-09-13 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-09-13 14:48 --- First patch - completely untested/uncompiled: Index: expr.c === --- expr.c (Revision 140340) +++ expr.c @@ -3053 +3053,2 @@

[Bug c/37509] __sync_fetch_and_xxx generates relocatable symbols

2008-09-13 Thread timothy dot krause at shaw dot ca
--- Comment #1 from timothy dot krause at shaw dot ca 2008-09-13 15:24 --- Tracing the parser suggests that the problem is in the expand_sync_fetch_operation of optabs.c in gcc-4.3.2 -- timothy dot krause at shaw dot ca changed: What|Removed

[Bug testsuite/37495] FAIL: gcc.c-torture/compile/vector-4.c

2008-09-13 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2008-09-13 15:45 --- Subject: Bug 37495 Author: hjl Date: Sat Sep 13 15:44:07 2008 New Revision: 140343 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140343 Log: 2008-09-13 H.J. Lu [EMAIL PROTECTED] PR testsuite/37495

[Bug middle-end/37489] const_true_rtx returned for float compare

2008-09-13 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2008-09-13 15:48 --- Subject: Bug 37489 Author: hjl Date: Sat Sep 13 15:47:41 2008 New Revision: 140344 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140344 Log: gcc/ 2008-09-13 H.J. Lu [EMAIL PROTECTED] PR

[Bug middle-end/37448] [4.3 Regression] gcc 4.3.1 cannot compile big function

2008-09-13 Thread hjl at gcc dot gnu dot org
--- Comment #12 from hjl at gcc dot gnu dot org 2008-09-13 15:58 --- Subject: Bug 37448 Author: hjl Date: Sat Sep 13 15:57:26 2008 New Revision: 140345 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140345 Log: 2008-09-13 Vladimir Makarov [EMAIL PROTECTED] PR

[Bug rtl-optimization/37489] const_true_rtx returned for float compare

2008-09-13 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2008-09-13 16:00 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added

68k amiga OS and gcc4

2008-09-13 Thread Bernd Roesch
Hi, On 68k amiga OS the last working GCC compiler is 3.4.3 The porting gcc for dummies is from 2000 and i see not that it help for newer versions. I like to get the gcc 4.3.2 compiler working for 68k amiga OS. mostly i need better gcc for c++.Is it possible to use 4.3.2 g++ with 3.4.3 rest

[Bug middle-end/30141] nested function can produce invalid gimple

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-09-13 16:29 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/30141] nested function can produce invalid gimple

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-09-13 16:30 --- Subject: Bug 30141 Author: rguenth Date: Sat Sep 13 16:29:22 2008 New Revision: 140346 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140346 Log: 2008-09-13 Richard Guenther [EMAIL PROTECTED] PR

[Bug middle-end/30164] Gimplifier does not produce valid gimple for global_vectora = CONSTRUCTOR

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-09-13 16:32 --- Any news here? What is the testcase that produces invalid gimple? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30164

[Bug fortran/30166] Gimplifier sometimes does not produce valid gimple for addressable = VIEW_CONVERT_EXPRscalar(a)

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-09-13 16:38 --- I think this was fixed by 2008-09-12 Richard Guenther [EMAIL PROTECTED] * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Use build_fold_addr_expr to properly mark the argument

[Bug testsuite/37495] FAIL: gcc.c-torture/compile/vector-4.c

2008-09-13 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-09-13 17:47 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug middle-end/37418] [4.4 Regression] error: type mismatch in address expression, verify_gimple failed

2008-09-13 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-09-13 18:59 --- Working on a patch. It's not a MODIFY_EXPR but an ADDR_EXPR with problematic conversion. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37498] [4.4 Regression] Incorrect array value returned

2008-09-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2008-09-13 19:25 --- I am working on fixing this now. I will probably call for help on parts of this. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/37510] New: ice for legal C code

2008-09-13 Thread dcb314 at hotmail dot com
I just tried to build the Suse Linux package libebl-0.131-37 with the most recent snapshot of gcc version 4.4, dated 20080912. The compiler said dwarf_begin_elf.c: In function 'dwarf_begin_elf': dwarf_begin_elf.c:230: error: type mismatch in address expression void (*Dwarf_OOM) (void) void

[Bug c/37510] ice for legal C code

2008-09-13 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-09-13 19:52 --- Created an attachment (id=16312) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16312action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37510

[Bug c++/37511] New: ice for simple legal C++ code

2008-09-13 Thread dcb314 at hotmail dot com
I just tried to compile the following C++ code with most recent snapshot of gcc version 4.4, dated 20080912. # include iostream # include math.h using namespace std; int main() { for (size_t i = 0; i 16; ++i) { cout i ' ' sqrt( i) '\n'; }

[Bug c++/37511] ice for simple legal C++ code

2008-09-13 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-09-13 19:54 --- Created an attachment (id=16313) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16313action=view) C++ source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37511

[Bug c++/37511] ice for simple legal C++ code

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-09-13 19:58 --- works for me. Honza, I guess you fixed this recently? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/37510] ice for legal C code

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-09-13 19:59 --- *** This bug has been marked as a duplicate of 37418 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37418] [4.4 Regression] error: type mismatch in address expression, verify_gimple failed

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-09-13 19:59 --- *** Bug 37510 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

Re: [Bug c++/37511] ice for simple legal C++ code

2008-09-13 Thread Andrew Thomas Pinski
Sent from my iPhone On Sep 13, 2008, at 12:58 PM, rguenth at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #2 from rguenth at gcc dot gnu dot org 2008-09-13 19:58 --- works for me. Honza, I guess you fixed this recently? I think this was fixed by the pt.c

[Bug c++/37511] ice for simple legal C++ code

2008-09-13 Thread pinskia at gmail dot com
--- Comment #3 from pinskia at gmail dot com 2008-09-13 20:04 --- Subject: Re: ice for simple legal C++ code Sent from my iPhone On Sep 13, 2008, at 12:58 PM, rguenth at gcc dot gnu dot org [EMAIL PROTECTED] wrote: --- Comment #2 from rguenth at gcc dot gnu dot org

[Bug tree-optimization/37512] New: Useless instructions in member call by pointer

2008-09-13 Thread 9ugsa9j02 at sneakemail dot com
class A; typedef void (A::*pafn_t)(void); void callfn (A* p, pafn_t pafn) { (p-*pafn)(); } --- g++ -S -Os: --- _Z6callfnP1AMS_FvvE: .LFB2: testb $1, %sil movq%rsi, -16(%rsp) movq

[Bug middle-end/32581] make profiledbootstrap - stageprofile - gcc/ada/a-except.adb:1301: error: control flow in the middle of basic block 20

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #10 from hubicka at gcc dot gnu dot org 2008-09-13 21:40 --- Fixed by my patch. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/32581] make profiledbootstrap - stageprofile - gcc/ada/a-except.adb:1301: error: control flow in the middle of basic block 20

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #11 from hubicka at gcc dot gnu dot org 2008-09-13 21:41 --- Subject: Bug 32581 Author: hubicka Date: Sat Sep 13 21:39:44 2008 New Revision: 140349 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140349 Log: PR middle-end/32581 * tree-profile.c

[Bug bootstrap/36783] Build fails in stagefeedback-bubble make target on IRIX 6.5.30 when compiling insn-attrtab.c

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2008-09-13 21:42 --- It also might be miscompilation of the first stage. profiledbootstrap is using the stage1 compiler to build all stages and really expect things like 64bit HOST_WIDE_INT. Would be possible to re-try this on current

[Bug c/37509] __sync_fetch_and_xxx generates relocatable symbols

2008-09-13 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2008-09-13 22:07 --- Host / Target / Build please... -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c/37509] __sync_fetch_and_xxx generates relocatable symbols

2008-09-13 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2008-09-13 22:25 --- To be clear, I suspect you are on something like i?86-*, and in that case for the default arch (-march=i386) this is the expected behavior... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37509

[Bug c++/37511] ice for simple legal C++ code

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #4 from hubicka at gcc dot gnu dot org 2008-09-13 22:29 --- Yes, it is almost definitly same problem. Honza -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #9 from hubicka at gcc dot gnu dot org 2008-09-13 22:38 --- Fixed by my patch. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37513] New: Wrongly rejects: unprotected_pointer = protected_pointer

2008-09-13 Thread burnus at gcc dot gnu dot org
+++ This bug was initially created as a clone of Bug #37504 +++ gfortran rightly rejects the following program, however, the error message is misleading: PROTECTED at (1) only allowed in specification part of a module module m implicit none integer, pointer, protected :: protected_pointer

[Bug fortran/37513] Wrongly rejects: unprotected_pointer = protected_pointer

2008-09-13 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-09-13 22:43 --- Created an attachment (id=16314) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16314action=view) Patch of the second attempt What I did for the second attempt; fails as written in comment 0 plus requires some

[Bug c++/37450] [4.4 Regression] C++ FE times out on duplicated parameter

2008-09-13 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-09-13 22:59 --- It is a C++ bug. A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01041.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug rtl-optimization/37514] New: [4.4 Regression] Wrong code generated for 20021120-1.c with -O3 -fomit-frame-pointer on sh4

2008-09-13 Thread kkojima at gcc dot gnu dot org
gcc.c-torture/execute/20021120-1.c execution fails with -m4 -ml -O3 -fomit-frame-pointer on sh-elf. gf[0] is wrongly set to 1.0 by foo. It started to fail after the IRA merge. -- Summary: [4.4 Regression] Wrong code generated for 20021120-1.c with -O3

[Bug rtl-optimization/37514] [4.4 Regression] Wrong code generated for 20021120-1.c with -O3 -fomit-frame-pointer on sh4

2008-09-13 Thread kkojima at gcc dot gnu dot org
--- Comment #1 from kkojima at gcc dot gnu dot org 2008-09-14 00:38 --- Created an attachment (id=16315) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16315action=view) a test case I've attached a slightly reduced testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37514

[Bug rtl-optimization/37514] [4.4 Regression] Wrong code generated for 20021120-1.c with -O3 -fomit-frame-pointer on sh4

2008-09-13 Thread kkojima at gcc dot gnu dot org
--- Comment #2 from kkojima at gcc dot gnu dot org 2008-09-14 00:38 --- Here is the problematic part of the generated code: mov.w .L240,r7 add #4,r1 mov.w .L241,r6 add #4,r3 add r15,r7 fmov.s @r7,fr14 add

[Bug rtl-optimization/37514] [4.4 Regression] Wrong code generated for 20021120-1.c with -O3 -fomit-frame-pointer on sh4

2008-09-13 Thread kkojima at gcc dot gnu dot org
--- Comment #3 from kkojima at gcc dot gnu dot org 2008-09-14 00:51 --- I'd like to add Vlad to the CC list. -- kkojima at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37514] [4.4 Regression] Wrong code generated for 20021120-1.c with -O3 -fomit-frame-pointer on sh4

2008-09-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||ra Target Milestone|--- |4.4.0

[Bug c++/37511] ice for simple legal C++ code

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-14 01:17 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37511] ice for simple legal C++ code

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2008-09-14 01:17 --- Mark as a dup of bug 37500. *** This bug has been marked as a duplicate of 37500 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/37500] [4.4 Regression] libstdc++ failed to compile at -O0

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-09-14 01:17 --- *** Bug 37511 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5

2008-09-13 Thread dje at gcc dot gnu dot org
--- Comment #7 from dje at gcc dot gnu dot org 2008-09-14 01:22 --- This is a garbage collection bug. -- dje at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/22374] C++ front-end produces mis-match types in MODIFY_EXPR (dynamic_cast)

2008-09-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot |dot org

[Bug objc/37460] [4.4 Regression]: objc.dg/super-class-2.m objc.dg/zero-link-1.m objc.dg/zero-link-2.m ICE

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-14 01:31 --- This is the same fall out from the tuplification as I mention at http://gcc.gnu.org/ml/gcc/2008-06/msg00460.html just now we are getting it for all NeXT runtime testcases. I am going to work on this. It is just a

[Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5

2008-09-13 Thread dje at gcc dot gnu dot org
--- Comment #8 from dje at gcc dot gnu dot org 2008-09-14 01:45 --- This starts when collecting a cgraph node: #345 0x10049f1c in gt_ggc_mx_cgraph_node (x_p=0x31b4fa00) at gtype-desc.c:171 #346 0x10053290 in gt_ggc_m_P11cgraph_node4htab (x_p=0x300fba00) at gtype-desc.c:2065 #347

[Bug objc/37460] [4.4 Regression]: objc.dg/super-class-2.m objc.dg/zero-link-1.m objc.dg/zero-link-2.m ICE

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 01:48 --- Created an attachment (id=16316) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16316action=view) Patch which I am testing to fix this and all tuplification related failures This fixes the issue by just

[Bug objc/37460] [4.4 Regression]: NeXT runtime ICEs

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-14 01:49 --- And yes we still get -O0, a call: call_objc_msgSend -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5

2008-09-13 Thread dje at gcc dot gnu dot org
--- Comment #9 from dje at gcc dot gnu dot org 2008-09-14 01:51 --- and I think related to static constructor/destructor functions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37057

[Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5

2008-09-13 Thread dje at gcc dot gnu dot org
--- Comment #10 from dje at gcc dot gnu dot org 2008-09-14 02:01 --- I'm not sure if I am tracking this back correctly, but: #0 ggc_free (p=0x301631b8) at /farm/dje/src/src/gcc/ggc-page.c:1380 #1 0x1033fb54 in cgraph_release_function_body (node=0x31932300) at

[Bug rtl-optimization/37512] Useless instructions in member call by pointer

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-14 02:01 --- Fixed on the trunk by the new register allocator (IRA): __Z6callfnP1AMS_FvvE: LFB0: pushq %rbp LCFI0: testb $1, %sil movq%rsi, %r11 movq%rsp, %rbp LCFI1: movq

[Bug middle-end/37509] __sync_fetch_and_xxx generates relocatable symbols

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-14 02:03 --- This is invalid, it is the issue which Paolo mentioned. I tried this on PowerPC Linux and it works correctly. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/37057] 7 Internal Compiler Errors when compiling OpenFOAM-1.5

2008-09-13 Thread dje at gcc dot gnu dot org
--- Comment #11 from dje at gcc dot gnu dot org 2008-09-14 02:04 --- Honza, I may not be analyzing this correctly, but it looks like cgraph_remove_unreachable_nodes() may be removing something that is not dead. Is cgraph handling constructors and destructors on non-ELF systems

[Bug other/33702] [meta-bug] GCC 4.4 pending patches

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-14 02:44 --- Since stage1 is over closing as done. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/37515] New: [meta-bug] GCC 4.5 pending patches

2008-09-13 Thread pinskia at gcc dot gnu dot org
This metabug is used to track all the patches which have been written during Stage 3 of GCC 4.4 (or before) but do not qualify for that stage, and are waiting for Stage 1 of GCC 4.4 to be applied. Please, do not attach the patches to this bug. Open a new bug report, and mark it as blocking

[Bug other/37515] [meta-bug] GCC 4.5 pending patches

2008-09-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37515

[Bug middle-end/25225] code generation -- extra instructions generated

2008-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-14 02:54 --- Fixed on the trunk by IRA. There are no more unnecessary mov instructions. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

  1   2   >