http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49926
Ira Rosen changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47612
--- Comment #18 from Vincent Riviere
2011-08-02 07:30:06 UTC ---
I have applied your patch to GCC 4.6.1 and it worked fine on all the software
I'm used to compile. You should apply it to the 4.6 branch.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49941
Summary: segmentation fault in redirect_jump_2
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
AssignedTo: u
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
Summary: Wrong code generated for -O2 with target s390 on Linux
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assigne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49934
--- Comment #2 from andy 2011-08-02 08:13:11 UTC
---
sorry, the target is coldfire m5208 and it doesnt really matter what
optimisation setting you choose.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #1 from jphartmann at gmail dot com
2011-08-02 08:22:43 UTC ---
Created attachment 24888
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24888
The compiler output
Line 3664 (.LVL333:) contains jnhe. It should have been jne, or t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49775
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #2 from jphartmann at gmail dot com
2011-08-02 08:26:37 UTC ---
Linux bigserv 2.6.34.8-68.fc13.x86_64 #1 SMP Thu Feb 17 15:03:58 UTC 2011
x86_64 x86_64 x86_64 GNU/Linux
gcc -fexec-charset=IBM-1047 -Wno-format -D__ZVM__ -D__CMS__ -U _
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49006
--- Comment #8 from rguenther at suse dot de
2011-08-02 08:37:28 UTC ---
On Mon, 1 Aug 2011, irar at il dot ibm.com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49006
>
> --- Comment #7 from Ira Rosen 2011-08-01 14:47:08
> UTC ---
> I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #3 from jphartmann at gmail dot com
2011-08-02 08:37:44 UTC ---
Adding a dummy assignment to a global value that the optimiser cannot figure to
be useless fixes the problem.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49914
--- Comment #7 from rguenther at suse dot de
2011-08-02 08:40:24 UTC ---
On Mon, 1 Aug 2011, paolo.carlini at oracle dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49914
>
> Paolo Carlini changed:
>
>What|Removed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49914
--- Comment #8 from rguenther at suse dot de
2011-08-02 08:42:00 UTC ---
On Mon, 1 Aug 2011, paolo.carlini at oracle dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49914
>
> --- Comment #6 from Paolo Carlini
> 2011-08-01 17:20:5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47766
--- Comment #4 from uros at gcc dot gnu.org 2011-08-02 09:01:41 UTC ---
Author: uros
Date: Tue Aug 2 09:01:37 2011
New Revision: 177096
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177096
Log:
PR target/47766
* doc/md.texi (stack
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49006
--- Comment #9 from Ira Rosen 2011-08-02 09:21:26 UTC
---
Basic block SLP only prints "basic block vectorized using SLP". But I thought
we are talking about loop vectorization here, since the early unrolling is
applied only if there is an outer l
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49006
--- Comment #10 from rguenther at suse dot de
2011-08-02 09:24:19 UTC ---
On Tue, 2 Aug 2011, irar at il dot ibm.com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49006
>
> --- Comment #9 from Ira Rosen 2011-08-02 09:21:26
> UTC ---
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #4 from Jakub Jelinek 2011-08-02
09:28:32 UTC ---
Why do you think so?
slr; jnhe is what you get for e.g.
void bar (void);
int foo (int x, int y)
{
int d = x - y;
if (d == 0)
bar ();
return d;
}
slr %r12,%r3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49799
Carrot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49941
Richard Guenther changed:
What|Removed |Added
CC||rth at gcc dot gnu.org
Target Milest
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49940
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49775
--- Comment #5 from Georg-Johann Lay 2011-08-02
09:44:29 UTC ---
(In reply to comment #4)
> AVR isn't a primary nor secondary target, which implies P4/P5. P3 is for not
> yet categorized bugs, P1/P2 is for primary/secondary target affecting bugs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49938
Richard Guenther changed:
What|Removed |Added
Keywords||ice-on-valid-code
Status|U
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49937
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49936
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.7.0
Summary|[4.7 regressi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #5 from jphartmann at gmail dot com
2011-08-02 09:59:44 UTC ---
Because the unoptimised code has a je at that place. And putting anything
after the assignment generates correct code. And debug code after the loop
shows that it falls
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #6 from jphartmann at gmail dot com
2011-08-02 10:16:17 UTC ---
Created attachment 24889
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24889
Stripped-down test case.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #7 from jphartmann at gmail dot com
2011-08-02 10:18:28 UTC ---
The stripped-down test case gives this (expected) output on linux:
9 vs 4 is 1
4 vs 9 is -1
And this (faulty) output on VM:
9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944
Summary: [4.5/4.6/4.7 regression] Bootstrapping on
x86_64-pc-kfreebsd-gnu fails with
"s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is
undefined (more references follow)"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944
--- Comment #1 from charlet at adacore dot com
2011-08-02 10:51:19 UTC ---
> This is because GNU/kFreeBSD uses s-taprop-linux.adb, which uses
> subprograms
Well, then that's the bug: kFreeBSD should cheat and try to reuse linux
files, that's bou
> > This is because GNU/kFreeBSD uses s-taprop-linux.adb, which uses
> > subprograms
>
> Well, then that's the bug: kFreeBSD should cheat and try to reuse linux
Sorry, I meant of course "shouldN'T cheat"
> files, that's bound to cause this kind of error.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49944
--- Comment #2 from charlet at adacore dot com
2011-08-02 10:53:47 UTC ---
> > This is because GNU/kFreeBSD uses s-taprop-linux.adb, which uses
> > subprograms
>
> Well, then that's the bug: kFreeBSD should cheat and try to reuse linux
Sorry, I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48841
--- Comment #4 from Hin-Tak Leung
2011-08-02 11:03:23 UTC ---
> Apart from that, why are you wasting your time with GCC 4.4 which I don't test
any longer? GCC 4.5 and 4.6 should be fine and have seen lots of bug fixes.
4.5 does not build correc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959
--- Comment #10 from Hin-Tak Leung
2011-08-02 11:08:25 UTC ---
> Please try a 4.6.1 tarball and *don't* use relative paths to configure/build
> in
> a subdir of the source tree. I bootstrap gcc (4.5 to 4.7) on Tru64 UNIX all
> the time and neve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48841
--- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-08-02 11:09:56 UTC ---
> --- Comment #4 from Hin-Tak Leung
> 2011-08-02 11:03:23 UTC ---
>> Apart from that, why are you wasting your time with GCC 4.4 which I don't
>> test
> any long
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959
--- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-08-02 11:11:00 UTC ---
> Not a subdir - a parallel directory.
>
> source is at /home/htl10/tmp-build/gcc-4.5.1
> obj dir is at /home/htl10/tmp-build/gcc-451-dir
Did you use an absolut
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49943
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
Summ
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #2 from Søren Holm 2011-08-02 12:19:15 UTC ---
Martin, do you have an idea as to was is wrong ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49914
--- Comment #9 from joseph at codesourcery dot com 2011-08-02 12:32:24 UTC ---
On Tue, 2 Aug 2011, rguenther at suse dot de wrote:
> well, I don't think we want the assert in abs_hwi as it stands now.
> Either we can handle this case in the calle
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #8 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49932
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49641
--- Comment #3 from Bernd Schmidt 2011-08-02
13:11:07 UTC ---
http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01044.html
http://gcc.gnu.org/ml/gcc-patches/2011-07/msg02174.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49900
Bernd Schmidt changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #3 from Richard Guenther 2011-08-02
13:11:40 UTC ---
It's easy - misaligned accesses on strict-align targets are a PITA. IPA-SRA
needs similar adjustments as scalar SRA to keep memory references in
the component-ref style form which
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #9 from jphartmann at gmail dot com
2011-08-02 13:18:47 UTC ---
That is good to know. However, this problem is with -fexec-charset=IBM-1047.
You cannot run the output of that on the ASCII z/Linux.
Can I trouble you to send me you
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923
--- Comment #4 from Søren Holm 2011-08-02 13:26:25 UTC ---
Adding -fno-ipa-sra makes gcc behave correct. Can it be fixed for 4.6.2 ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #10 from Jakub Jelinek 2011-08-02
13:36:53 UTC ---
I think the testcase from your exec charset for Linux would map to:
struct oper { char *digits; char sign; };
struct oper oper0 = {"\xf9\xf0\xf0\xf0\xf0\xf0\xf0\xf0\xf0", 'N'};
struct
> The function __gnat_lwp_self exists in adaint.c only #if defined(linux),
> so it may not apply to kfreebsd-*. The problem exists because
> kfreebsd-* uses s-osinte-kfreebsd-gnu.ads, which does not import the
> function, but also uses s-taprop-linux.adb, which does use the function.
> (Note
> th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49940
--- Comment #1 from charlet at adacore dot com
2011-08-02 13:46:01 UTC ---
> The function __gnat_lwp_self exists in adaint.c only #if defined(linux),
> so it may not apply to kfreebsd-*. The problem exists because
> kfreebsd-* uses s-osinte-kfre
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48299
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48455
Richard Guenther changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48473
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48496
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48596
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48641
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48689
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48853
Richard Guenther changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #22 from Richard G
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48674
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49860
--- Comment #12 from hjl at gcc dot gnu.org 2011-08-02
14:03:40 UTC ---
Author: hjl
Date: Tue Aug 2 14:03:36 2011
New Revision: 177158
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177158
Log:
Allow movabs for x32.
2011-08-02 H.J. Lu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48799
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48954
Richard Guenther changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48938
Richard Guenther changed:
What|Removed |Added
Keywords||ice-checking
Status|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #11 from jphartmann at gmail dot com
2011-08-02 14:04:29 UTC ---
With the slr, bc 5,x is the correct mask, or course. So it must be something
else.
As I understand it s390 and s390x are exactly the same except the default -m31.
But
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49084
--- Comment #3 from Richard Guenther 2011-08-02
14:12:01 UTC ---
Does it work now?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48965
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984
Richard Guenther changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49721
--- Comment #5 from H.J. Lu 2011-08-02 14:08:31
UTC ---
Another testcase:
[hjl@gnu-33 gcc]$ cat /export/gnu/import/delta-fortran/testcase-min.f
subroutine midbloc6(c,a2,a2i,q)
parameter (ndim2=6)
parameter (ndim=3)
dimens
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #12 from Jakub Jelinek 2011-08-02
14:12:45 UTC ---
Just ../configure --target s390x-linux, I don't even have s390x binutils here,
so I can just compile into assembly (all that I need for compiler bugfixing).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48246
Richard Guenther changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49945
Summary: [4.7 Regression] gcc.dg/guality/vla-1.c FAILs with
-flto
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Keywords: lto
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49373
Richard Guenther changed:
What|Removed |Added
Status|NEW |RESOLVED
Blocks|49945
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49463
--- Comment #9 from Richard Guenther 2011-08-02
14:22:07 UTC ---
I still see
FAIL: gcc.c-torture/execute/builtins/strstr-asm.c compilation, -O2 -flto
-flto-
partition=none
UNRESOLVED: gcc.c-torture/execute/builtins/strstr-asm.c execution, -O2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48853
H.J. Lu changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #23 from H.J. Lu 2011-08-02 14
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49227
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49629
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49740
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49500
Richard Guenther changed:
What|Removed |Added
Target||cris-elf, spu-elf,
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49900
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49500
Jorn Wolfgang Rennecke changed:
What|Removed |Added
CC||amylaar at gcc dot gnu.org
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49494
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
--- Comment #2 from Richard Guenthe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49852
--- Comment #8 from Richard Guenther 2011-08-02
14:32:03 UTC ---
Fixed?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49601
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49946
Summary: Thread jumps confuse loop unrolling
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassig
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49735
Richard Guenther changed:
What|Removed |Added
Target|mips64-linux|
Priority|P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49945
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
--- Comment #14 from jphartmann at gmail dot com
2011-08-02 14:45:24 UTC ---
Hello, Jakub.
Thanks for helping me regain sanity.
So was I let astray by trying to set up a separate root, which I had
to populate with all kinds of stuff. And I als
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49942
jphartm...@gmail.com changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49938
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49941
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49834
Jonathan Wakely changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
Sum
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49938
--- Comment #3 from sebpop at gmail dot com
2011-08-02 15:02:30 UTC ---
On Tue, Aug 2, 2011 at 04:49, rguenth at gcc dot gnu.org
wrote:
> What's the problem with dealing with a POLYNOMIAL_CHREC here? Why
> not simply return chrec_dont_know inst
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49803
Jonathan Wakely changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRM
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49941
Alan Modra changed:
What|Removed |Added
Priority|P1 |P3
Target Milestone|4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
Mike Hommey changed:
What|Removed |Added
CC||mh+gcc at glandium dot org
--- Comment #12
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49941
--- Comment #2 from Alan Modra 2011-08-02 15:29:57
UTC ---
So, rebuild_jump_labels doesn't add back this JUMP_LABEL, because
mark_jump_label does as its comment says:
If INSN is a JUMP_INSN and there is at least one
CODE_LABEL referenced in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49924
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49924
--- Comment #2 from Jason Merrill 2011-08-02
15:35:38 UTC ---
Author: jason
Date: Tue Aug 2 15:35:34 2011
New Revision: 177188
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177188
Log:
PR c++/49924
* semantics.c (cxx_eval_vec_in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49260
--- Comment #10 from Jason Merrill 2011-08-02
15:35:28 UTC ---
Author: jason
Date: Tue Aug 2 15:35:20 2011
New Revision: 177186
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177186
Log:
PR c++/49260
* call.c (build_call_a): Set
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49721
--- Comment #6 from Uros Bizjak 2011-08-02 15:39:55
UTC ---
(In reply to comment #5)
> Another testcase:
Program received signal SIGSEGV, Segmentation fault.
try_combine (i3=, i2=, i1=0x0, i0=, new_direct_jump_p=0x7fffdf54,
last_combine
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49084
--- Comment #4 from Anh Vo 2011-08-02 15:40:34
UTC ---
On Tue, Aug 2, 2011 at 7:18 AM, rguenth at gcc dot gnu.org
wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49084
>
> --- Comment #3 from Richard Guenther 2011-08-02
> 14:12:01 UTC ---
1 - 100 of 194 matches
Mail list logo