[Bug tree-optimization/39041] [4.3 Regression] ICE on valid during vrp2

2009-01-30 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-01-30 22:15 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/39047] Segmentation fault in g++ at -O1

2009-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-30 22:19 --- This ICEs with -O1 -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38937] [4.4 Regression] dereferencing pointer 'anonymous' does break strict-aliasing

2009-01-30 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-01-30 22:20 --- Confirmed on i?86 as well, even with 4.3 headers: ./cc1plus -quiet -O2 -Wall /tmp/t.ii t.C: In function 'void bar()': t.C:16: warning: dereferencing pointer 'anonymous' does break strict-aliasing rules

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2009-01-30 22:20 --- *** Bug 39047 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/39047] Segmentation fault in g++ at -O1

2009-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-01-30 22:20 --- *** This bug has been marked as a duplicate of 38072 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/38152] [4.4 Regression] procedure pointers as module variables

2009-01-30 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.4.0 Version|unknown |4.4.0

[Bug fortran/38831] ICE in bitmap_first_set_bit for procptr and C binding

2009-01-30 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.4.0 Version|unknown |4.4.0

[Bug rtl-optimization/38245] [4.4 Regression] stack corruption when a call is removed but not the outgoing argument pushes

2009-01-30 Thread hjl at gcc dot gnu dot org
--- Comment #25 from hjl at gcc dot gnu dot org 2009-01-30 22:36 --- Subject: Bug 38245 Author: hjl Date: Fri Jan 30 22:36:22 2009 New Revision: 143810 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=143810 Log: 2009-01-30 H.J. Lu hongjiu...@intel.com Backport from

[Bug c/39036] Decimal floating-point exception flags done wrong

2009-01-30 Thread kreckel at ginac dot de
--- Comment #4 from kreckel at ginac dot de 2009-01-30 22:37 --- (In reply to comment #3) From the point of view of GCC it is invalid because fenv.h and the functions it declares are not provided by GCC, but by the C library. On the other hand, one can argue that if GCC cannot

[Bug c/39036] Decimal floating-point exception flags done wrong

2009-01-30 Thread tydeman at tybor dot com
--- Comment #5 from tydeman at tybor dot com 2009-01-30 22:42 --- I consider emulation of decimal FP to be part of the compiler's job. Part of that emulation is setting the FP execption flags as per IEEE-754-2008. There is one set of FP exception flags (used for both binary FP and

[Bug middle-end/38937] [4.4 Regression] dereferencing pointer 'anonymous' does break strict-aliasing

2009-01-30 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-01-30 22:51 --- For hook (D.15560_20, a.l.D.14002._M_impl._M_node); we somehow compute the wrong ESCAPED solution. ESCAPED = { NULL ANYTHING ESCAPED NONLOCAL a b D.15681 } this is missing a.32+32. Bah, it turns out I again

[Bug target/39013] [4.3 Regression] Missing @PLT when -fpie is used

2009-01-30 Thread zorry at ume dot nu
--- Comment #19 from zorry at ume dot nu 2009-01-30 22:59 --- Created an attachment (id=17218) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17218action=view) fixed for gcc 4.3.3 Thanx for the help The patch fix the error i have. --

[Bug c/39036] Decimal floating-point exception flags done wrong

2009-01-30 Thread joseph at codesourcery dot com
--- Comment #6 from joseph at codesourcery dot com 2009-01-30 23:14 --- Subject: Re: Decimal floating-point exception flags done wrong On Fri, 30 Jan 2009, tydeman at tybor dot com wrote: I consider emulation of decimal FP to be part of the compiler's job. Part of that emulation

[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

2009-01-30 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-01-31 00:08 --- Hm, we are remapping iftmp.1_6 = (struct A[0:n.0 + -1] *) D.1755_5 where the variable array pointer type contains in TYPE_SIZE_UNIT n.0_3 * 4 and n.0_3 is on the free list. I wonder how we end up with an SSA

[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2009-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-31 01:10 --- [dhcp-10-98-10-23:~] apinski% ~/gcc4.3-gcc/bin/gcc -Wformat t.c -W -Wall [dhcp-10-98-10-23:~] apinski% ~/gcc4.3-gcc/bin/gcc -Wformat t.c -W -Wall -Wformat-security t.c: In function 'main': t.c:5: warning: format not

[Bug c++/28501] ICE with __real__ and implicit type conversion

2009-01-30 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-01-31 02:06 --- I don't think this is invalid, want to look a bit into it: I'm attaching a draft patch which makes sense to me, i.e. if a definition of the operator is provided, i is initialized to the correct value. --

[Bug c++/28501] ICE with __real__ and implicit type conversion

2009-01-30 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-01-31 02:07 --- Created an attachment (id=17219) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17219action=view) draft I'm using as a starting point -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28501

[Bug middle-end/39046] gcc 4.4.0 20090116 loop unrolling causes unaccountable performance degradation

2009-01-30 Thread blu dot dark at gmail dot com
--- Comment #1 from blu dot dark at gmail dot com 2009-01-31 03:23 --- Result unreproducible under the same compiler version and same compile options on a OSX 10.5.6 core2duo host. Both 'flat_assignment_ai' and 'loop_assignment_ai' versions generate identical code. $

[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2009-01-30 Thread mano at roarinelk dot homelinux dot net
--- Comment #2 from mano at roarinelk dot homelinux dot net 2009-01-31 06:14 --- (In reply to comment #1) GNU C (GCC) version 4.3.3 20081218 (prerelease) [gcc-4_3-branch revision 142804] (i386-apple-darwin8.11.1) Did you modify GCC at all? Ah, you're right. Gentoo enables

<    1   2