: posix
gcc version 4.6.0 20101105 (experimental) (GCC)
$uname -a
Linux eidletni 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010
i686 GNU/Linux
$g++ -O3 -c main.ii
func good_comp have optimiz without jump:
bool good_comp(int a, int b)
{
return (a==3)||(a==1);
}
asm with no
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46309
--- Comment #1 from eidletni at mail dot ru 2010-11-05 08:36:58 UTC ---
Created attachment 22290
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22290
c++ code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46310
Summary: gfortran wrongly treats INTERFACE BLOCK and not
INTERFACE BODY as scoping unit
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: accepts-invalid
S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46310
--- Comment #1 from Dominique d'Humieres 2010-11-05
08:59:14 UTC ---
> The program is invalid without "import func_interface".
>
> The reason is that not the interface block but the interface body is a scoping
> unit and host association only oc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46307
--- Comment #3 from Jakub Jelinek 2010-11-05
09:00:54 UTC ---
Author: jakub
Date: Fri Nov 5 09:00:50 2010
New Revision: 166351
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166351
Log:
PR debug/46307
* tree-ssa-operands.c (get_e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46307
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46310
--- Comment #2 from Tobias Burnus 2010-11-05
09:25:12 UTC ---
(In reply to comment #1)
> With an unpatched trunk, I get an error in both cases:
> Error: PROCEDURE attribute conflicts with INTENT attribute in 'f' at (1)
That makes sense; thus, e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46174
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45670
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46311
Summary: boehm-gc build problem with uclibc
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: boehm-gc
AssignedTo: unassig...@g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46304
Richard Guenther changed:
What|Removed |Added
Keywords||wrong-code
Status|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45670
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46304
--- Comment #5 from Richard Guenther 2010-11-05
10:54:59 UTC ---
Smaller testcase - I suspect a tree sharing issue.
template
struct ClassA
{
_Complex double *data;
void setSize() { data[0] = 1.0 + 2.0i; }
};
void foo(void)
{
ClassA<0> a1;
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43690
--- Comment #4 from Jakub Jelinek 2010-11-05
11:11:56 UTC ---
Author: jakub
Date: Fri Nov 5 11:11:50 2010
New Revision: 166354
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166354
Log:
PR middle-end/43690
* gimplify.c (gimplify_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46099
--- Comment #4 from Jakub Jelinek 2010-11-05
11:15:32 UTC ---
Author: jakub
Date: Fri Nov 5 11:15:28 2010
New Revision: 166355
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166355
Log:
PR tree-optimization/46099
* tree-parloops.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45670
--- Comment #5 from Eric Botcazou 2010-11-05
11:17:11 UTC ---
> Well, it is actually very much related to that reversion. While it didn't
> regress in between 161907 and 162617, it regressed from the MEM_REF merge till
> 161906 and from 162618 o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46304
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|NEW
AssignedTo|rguenth at gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46312
Summary: gcc.dg/vec-scal-opt2.c fails for ARM targets.
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44750
--- Comment #3 from Jorn Wolfgang Rennecke
2010-11-05 11:27:19 UTC ---
Author: amylaar
Date: Fri Nov 5 11:27:16 2010
New Revision: 166356
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166356
Log:
PR target/44750
* confi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46312
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43690
Jakub Jelinek changed:
What|Removed |Added
Known to work||4.6.0
Summary|[4.3/4.4/4.5/4.6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46099
Jakub Jelinek changed:
What|Removed |Added
Known to work||4.6.0
Summary|[4.5/4.6 Regress
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46312
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46312
--- Comment #3 from Ramana Radhakrishnan 2010-11-05
11:41:40 UTC ---
> --- Comment #1 from Richard Guenther 2010-11-05
> 11:29:41 UTC ---
> Hm, of course. Does adding
>
> /* { dg-require-effective-target vect_shift } */
>
> make it unsupported
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46312
--- Comment #4 from rguenther at suse dot de
2010-11-05 11:43:48 UTC ---
On Fri, 5 Nov 2010, jakub at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46312
>
> Jakub Jelinek changed:
>
>What|Removed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45865
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46303
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Known to fa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46238
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45894
Jakub Jelinek changed:
What|Removed |Added
CC||dodji at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756
--- Comment #6 from Jorn Wolfgang Rennecke
2010-11-05 13:27:29 UTC ---
Author: amylaar
Date: Fri Nov 5 13:27:23 2010
New Revision: 166360
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166360
Log:
PR bootstrap/44756
* expr.c (emi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44772
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44772
--- Comment #3 from Jakub Jelinek 2010-11-05
13:53:26 UTC ---
Created attachment 22292
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22292
gcc46-pr44472.patch
Untested fix.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244
Dominique d'Humieres changed:
What|Removed |Added
CC||bur...@net-b.de, pault at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313
Summary: [OOP] OOP-ABI issue, ALLOCATE issue, CLASS renaming
issue
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46160
Jakub Jelinek changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot |jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46314
Summary: frontends use ASM_GENERATE_INTERNAL_LABEL
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314
--- Comment #5 from bero at arklinux dot org 2010-11-05 15:30:20 UTC ---
Still happens on current 4.5 branch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313
--- Comment #2 from Steve Kargl
2010-11-05 16:04:31 UTC ---
On Fri, Nov 05, 2010 at 03:46:14PM +, kargl at gcc dot gnu.org wrote:
>
> -fdump-parse-tree suggests that the parsing of class(t2) :: b1, b2
> is not picking up the renamed type.
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314
--- Comment #6 from H.J. Lu 2010-11-05 16:26:44
UTC ---
On trunk, it was fixed by revision 163123:
http://gcc.gnu.org/ml/gcc-cvs/2010-08/msg00334.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46315
Summary: gcc-4.5.1 -O2 -fno-strict-overflow causes bad code
generation
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44756
--- Comment #7 from Jorn Wolfgang Rennecke
2010-11-05 16:27:37 UTC ---
Author: amylaar
Date: Fri Nov 5 16:27:25 2010
New Revision: 166366
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166366
Log:
PR bootstrap/44756
* expr.c (can
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316
Summary: [4.6 regression] incorrect loop optimization
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: tree-optimization
Assign
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46315
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46315
--- Comment #2 from Richard Guenther 2010-11-05
16:47:12 UTC ---
ipa-cp triggers this but is not neccessarily at fault. Workaround:
-fno-ipa-cp.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46317
Summary: Incorrect construction vtable on ARM in case of
diamond shaped virtual inheritance
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: major
Priorit
On Fri, Nov 5, 2010 at 11:26, hjl.tools at gmail dot com
wrote:
> On trunk, it was fixed by revision 163123:
>
> http://gcc.gnu.org/ml/gcc-cvs/2010-08/msg00334.html
>
Thanks HJ for reducing this.
I looked at this change and it looks simple enough to backport it to 4.5.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314
--- Comment #7 from sebpop at gmail dot com
2010-11-05 16:51:22 UTC ---
On Fri, Nov 5, 2010 at 11:26, hjl.tools at gmail dot com
wrote:
> On trunk, it was fixed by revision 163123:
>
> http://gcc.gnu.org/ml/gcc-cvs/2010-08/msg00334.html
>
Thank
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46317
--- Comment #1 from Andrew Pinski 2010-11-05
16:55:29 UTC ---
Does -fno-tree-sink fixes the issue?
20101105 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure
sinfo.adb:1831|
| Error detected at n.adb:4:14 [m.adb:3:3] |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.|
| Use a subject line meaningful to you and us to track the bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46317
--- Comment #2 from end3er at gmail dot com 2010-11-05 17:06:49 UTC ---
(In reply to comment #1)
> Does -fno-tree-sink fixes the issue?
No it doesn't. The only flags that works are:
-O0 or
-fno-inline or
-fno-unit-at-a-time or
-fno-toplevel-reorde
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319
Summary: LTO plugin test failures with --wi th-plugin-ld=ld
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: u
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314
Sebastian Pop changed:
What|Removed |Added
Status|NEW |ASSIGNED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319
H.J. Lu changed:
What|Removed |Added
Summary|LTO plugin test failures|LTO plugin test failures
|wit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46320
Summary: Operator[] dereference does not generate exception for
empty string
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319
Dave Korn changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41206
Nathan Froyd changed:
What|Removed |Added
CC||froydnj at gcc dot gnu.org
--- Comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46320
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46320
--- Comment #2 from Jerry Carter 2010-11-05
17:55:25 UTC ---
Apologies. I understood there to be a correspondence between the two (given
that basic_string::at is implemented using basic_string::operator[]) but I now
realize on second reading tha
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314
--- Comment #9 from H.J. Lu 2010-11-05 18:04:46
UTC ---
Just for the record, this is introduced by revision 155739:
http://gcc.gnu.org/ml/gcc-cvs/2010-01/msg00200.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41633
Frank Ch. Eigler changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316
--- Comment #1 from H.J. Lu 2010-11-05 18:12:25
UTC ---
Please show command line passed to cc1.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46174
--- Comment #6 from janus at gcc dot gnu.org 2010-11-05 18:15:02 UTC ---
Author: janus
Date: Fri Nov 5 18:14:52 2010
New Revision: 166368
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166368
Log:
2010-11-05 Janus Weil
PR fortran/4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45451
--- Comment #17 from janus at gcc dot gnu.org 2010-11-05 18:15:02 UTC ---
Author: janus
Date: Fri Nov 5 18:14:52 2010
New Revision: 166368
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166368
Log:
2010-11-05 Janus Weil
PR fortran/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
Here is the backported patch that fixes the ICE.
I will further test this and will post to gcc-patches.
Sebastian
From 8f0cc975c09d2e0779f7e25a82a295f3deb9de46 Mon Sep 17 00:00:00 2001
From: Sebastian Pop
Date: Fri, 5 Nov 2010 13:15:25 -0500
Subject: [PATCH] Fix PR45314: backport revision 163123.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314
--- Comment #10 from sebpop at gmail dot com
2010-11-05 18:17:01 UTC ---
Here is the backported patch that fixes the ICE.
I will further test this and will post to gcc-patches.
Sebastian
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46321
Summary: [OOP] Polymorphic deallocation
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassig...@gcc.gn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46174
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45451
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316
--- Comment #3 from Eric Botcazou 2010-11-05
18:42:38 UTC ---
> It only happens on 32bit host. It doesn't happen with -m32
> on Linux/x86-64.
Ah, interesting, thanks. The wrong transformation is done by VRP2 but I fail
to see which recent chang
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44754
--- Comment #1 from Jorn Wolfgang Rennecke
2010-11-05 18:46:29 UTC ---
Author: amylaar
Date: Fri Nov 5 18:46:22 2010
New Revision: 166370
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166370
Log:
PR target/44754
* config/m32c/m3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44754
Jorn Wolfgang Rennecke changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316
--- Comment #4 from H.J. Lu 2010-11-05 18:53:25
UTC ---
Revision 166265 is OK.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45670
--- Comment #6 from Jakub Jelinek 2010-11-05
19:00:32 UTC ---
Author: jakub
Date: Fri Nov 5 19:00:27 2010
New Revision: 166371
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166371
Log:
PR target/45670
* expr.c (expand_expr_real_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46160
--- Comment #3 from Jakub Jelinek 2010-11-05
19:02:52 UTC ---
Author: jakub
Date: Fri Nov 5 19:02:46 2010
New Revision: 166372
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166372
Log:
PR c++/46160
* cp-gimplify.c (cp_gimplify_e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45670
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46160
Jakub Jelinek changed:
What|Removed |Added
Summary|[4.5/4.6 Regression] ICE|[4.5 Regression] ICE with
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46322
Summary: ICE: RTL check: expected code 'const_int', have 'reg'
in dbxout_parms, at dbxout.c:3498 with -gstabs
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: norma
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46280
Rainer Orth changed:
What|Removed |Added
Status|NEW |ASSIGNED
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316
H.J. Lu changed:
What|Removed |Added
CC||davidxl at gcc dot gnu.org
--- Comment #5 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46321
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46324
Summary: gcj should support the javac flags such as -verbose,
-sourcepath and -source
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45636
Steve Ellcey changed:
What|Removed |Added
CC||sje at cup dot hp.com
--- Comment #13 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45585
Michael Meissner changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot |meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45585
--- Comment #6 from Michael Meissner 2010-11-05
21:31:42 UTC ---
Author: meissner
Date: Fri Nov 5 21:31:38 2010
New Revision: 166379
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166379
Log:
Fix PR 45585, darwin brain damage
Modified:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46177
--- Comment #6 from Zdenek Sojka 2010-11-05 21:37:28
UTC ---
Created attachment 22298
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22298
another testcase
Thank you for having a look at this issue! The original testcase
testsuite/gcc.dg/tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46036
--- Comment #3 from Sebastian Pop 2010-11-05 22:01:34
UTC ---
Created attachment 22299
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22299
patch
Here is a patch that solves the problem.
Not tested yet.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46177
--- Comment #7 from rguenther at suse dot de
2010-11-05 22:38:18 UTC ---
On Fri, 5 Nov 2010, zsojka at seznam dot cz wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46177
>
> --- Comment #6 from Zdenek Sojka 2010-11-05
> 21:37:28 UTC ---
opt/cfarm/gmp-4.2.4
-
-with-mpc=/opt/cfarm/mpc-0.8 --with-libelf=/n/10/davek/usr --enable-bootstrap
".
..}
(gdb) p plugin_version[0]
$6 = {basever = 0x77567d29 "4.6.0",
datestamp = 0x77567d2f "20101105",
devphase = 0x77567d38 "experimental", revision
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319
--- Comment #4 from H.J. Lu 2010-11-05 23:27:51
UTC ---
-fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1 miscompiled
selfassign.so. It generated:
[...@gnu-32 stage1-gcc]$ nm selfassign.so | grep plugin_init
09aa T plugin_init
[.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319
--- Comment #5 from H.J. Lu 2010-11-05 23:30:36
UTC ---
Created attachment 22300
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22300
selfassign.so generated by bfd linker
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319
--- Comment #6 from H.J. Lu 2010-11-05 23:31:23
UTC ---
Created attachment 22301
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22301
selfassign.so generated by gold
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46319
--- Comment #7 from Dave Korn 2010-11-05 23:33:29
UTC ---
(In reply to comment #4)
> Everything seems wrong.
Yes, you aren't exaggerating! I am continuing to try and figure out what's
going wrong.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46084
--- Comment #2 from ian at gcc dot gnu.org 2010-11-05
23:45:38 UTC ---
Author: ian
Date: Fri Nov 5 23:45:32 2010
New Revision: 166383
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166383
Log:
gcc/:
PR target/46084
* explow.c (al
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46084
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46325
Summary: [4.6 Regression]
gfortran.dg/char_initialiser_actual.f90 FAILs with
-fstack-protector
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity:
1 - 100 of 117 matches
Mail list logo