http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48404
--- Comment #5 from Jakub Jelinek 2011-04-04
07:02:54 UTC ---
Author: jakub
Date: Mon Apr 4 07:02:50 2011
New Revision: 171924
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171924
Log:
PR debug/48404
* cfgexpand.c (expand_gimple
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163
--- Comment #3 from Kai Tietz 2011-04-04 07:31:16
UTC ---
Author: ktietz
Date: Mon Apr 4 07:31:11 2011
New Revision: 171926
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171926
Log:
2011-04-04 Kai Tietz
PR ada/47163
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48430
--- Comment #1 from Jonathan Wakely 2011-04-04
07:40:26 UTC ---
I don't consider this a bug. Even if they were removed from the standard, we
could choose to keep them and use them as implementation details, or
non-standard extensions.
Users shoul
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412
--- Comment #3 from Joost VandeVondele
2011-04-04 09:06:32 UTC ---
(In reply to comment #2)
> Hi Joost,
>
> the following patch
>
hmm triggers 276 times on CP2K, quite a few seems things that also the ME would
capture. At least one is a bug in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48228
--- Comment #8 from Jakub Jelinek 2011-04-04
09:19:37 UTC ---
*** Bug 48432 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48432
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48428
--- Comment #1 from Dominique d'Humieres 2011-04-04
09:36:03 UTC ---
This pr looks like a duplicate of pr47601.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48433
Summary: lto1: internal compiler error: in lto_wpa_write_files,
at lto/lto.c:1518
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48401
--- Comment #3 from Jakub Jelinek 2011-04-04
09:48:48 UTC ---
Author: jakub
Date: Mon Apr 4 09:48:45 2011
New Revision: 171930
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171930
Log:
PR debug/48401
* cfgexpand.c (expand_gimple
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48404
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48401
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48434
Summary: Large SpecCPUFP Performance Regression for Thumb-2
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: other
AssignedT
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48433
--- Comment #1 from Dmitry Gorbachev
2011-04-04 10:03:58 UTC ---
PR48246?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412
--- Comment #4 from Joost VandeVondele
2011-04-04 10:50:57 UTC ---
reduced testcase aborts at -O1, goes fine at -O0. Thanks for implementing
the warning, without this, it would have been very difficult to find.
INTEGER FUNCTION S1(m,ma,lx)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48433
--- Comment #2 from vincenzo Innocente
2011-04-04 11:29:57 UTC ---
Thanks Dmitry.
very likely related to 48246.
Is the fix in the April-1st snapshot? (I admit not having downloaded for sheer
superstition..)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48407
--- Comment #4 from Ralf Corsepius 2011-04-04
11:40:59 UTC ---
(In reply to comment #3)
> I have this in my local tree. I recall Ian and I discussing that since
> Go and GCJ both need libffi, the logic should be smarter.
Joel, as you may have
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708
--- Comment #11 from Paul Thomas 2011-04-04 11:49:52
UTC ---
(In reply to comment #10)
> I would like to promote this one. I have run into an application that is
> taking about 2 to 3 minutes to compile while other compilers can do so in a
> mat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412
--- Comment #5 from Joost VandeVondele
2011-04-04 11:49:15 UTC ---
the dumped code:
__var_2 = __var_1 %[fl] 2;
__var_1 = ABS_EXPR <*ma - *lx>;
if (*m < 0 && __var_2 == 1 || *m > 0 && __var_2 == 0)
shows clearly what is wrong, var_2 is usi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47793
--- Comment #1 from Diego Novillo 2011-04-04
12:14:01 UTC ---
Author: dnovillo
Date: Mon Apr 4 12:13:54 2011
New Revision: 171935
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171935
Log:
2011-04-04 Martin Thuresson
PR gcov-p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708
--- Comment #12 from Tobias Burnus 2011-04-04
12:27:28 UTC ---
(In reply to comment #11)
> An associated issue is the size of module files.
Joost suggested to cut down the string tags "d" instead of "dimension", "al"
instead of "allocatable" or
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48431
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48433
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48246
Richard Guenther changed:
What|Removed |Added
CC||vincenzo.innocente at cern
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48434
--- Comment #1 from Richard Guenther 2011-04-04
12:36:54 UTC ---
Re-commit of IRA improvements? Are the results visible somewhere, similar to
gcc.opensuse.org?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601
Mikael Morin changed:
What|Removed |Added
CC||kristopher.kuhlman at gmail
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48428
Mikael Morin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #67 from Richard Guenther 2011-04-04
12:30:07 UTC ---
(In reply to comment #66)
> On Sun, Apr 03, 2011 at 10:09:06AM +, hubicka at gcc dot gnu.org wrote:
> > Kind Nodes Bytes
> >
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #68 from froydnj at codesourcery dot com 2011-04-04 13:13:01 UTC ---
On Mon, Apr 04, 2011 at 01:01:27PM +, rguenth at gcc dot gnu.org wrote:
> > Do folks think it would be useful to include a breakdown by individual
> > TREE_CODE,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48246
--- Comment #8 from vincenzo Innocente
2011-04-04 13:22:26 UTC ---
I downloaded and installed
gcc version 4.6.1 20110401
as I issued a "make" in the same area where I had the ICE in
lto_wpa_write_files
I got
lto1: internal compiler error: in lto_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47601
--- Comment #11 from Kris 2011-04-04
13:33:17 UTC ---
(In reply to comment #10)
> *** Bug 48428 has been marked as a duplicate of this bug. ***
I further reduced the code from bug 48248. I don't know if this helps, but if
you change the size of
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39585
--- Comment #3 from Petteri Aimonen 2011-04-04
13:46:13 UTC ---
A workaround for this bug:
#define __irq__ __attribute__((interrupt("IRQ"), optimize("O2")))
4.7.0 20110404 (experimental) (GCC)
== run
avr-gcc strtod-i.c -S -Os
strtod-i.c: In function 'strtod':
strtod-i.c:834:106: error: can't find a register in class 'POINTER_REGS' while
reloading 'asm'
strtod-i.c:834:106: error: 'asm' operand has im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48436
Summary: Regresion @171731: Missing #include "reload.h"
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassig
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48435
--- Comment #1 from Georg-Johann Lay 2011-04-04 16:00:13
UTC ---
Created attachment 23869
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23869
much simpler testcase
There is a much simpler testcase that shows the reload problems for finding
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48436
Jan-Benedict Glaw changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
Andreas Krebbel changed:
What|Removed |Added
CC||krebbel at gcc dot gnu.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48435
--- Comment #2 from Georg-Johann Lay 2011-04-04 16:25:08
UTC ---
Created attachment 23870
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23870
strtod-i.c procompiled source
Added precompiled source, as it got lost in original post.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48222
Rainer Orth changed:
What|Removed |Added
URL||http://gcc.gnu.org/ml/gcc-p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48436
--- Comment #2 from Jeffrey A. Law 2011-04-04 16:50:31
UTC ---
I checked in an equivalent patch.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #26 from hjl at gcc dot gnu.org 2011-04-04
16:53:57 UTC ---
Author: hjl
Date: Mon Apr 4 16:53:51 2011
New Revision: 171942
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171942
Log:
Fix PR bootstrap/48403.
2011-04-04 Bernd
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36104
Benjamin Kosnik changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242
--- Comment #3 from Rainer Orth 2011-04-04 17:11:19 UTC
---
Created attachment 23871
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23871
pstack output for hanging token test on Solaris 8/SPARC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242
--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-04-04 17:23:00 UTC ---
When I attach gdb to the hanging process (on Solaris 8/x86), I find:
[Switching to Thread 4 (LWP 1)]
0xbf6cac1b in _sigsuspend () from /usr/lib/libc.so.1
(gdb) whe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48240
Rainer Orth changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163
--- Comment #5 from Eric Botcazou 2011-04-04
18:06:58 UTC ---
Author: ebotcazou
Date: Mon Apr 4 18:06:55 2011
New Revision: 171943
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171943
Log:
PR ada/47163
* s-oscons-tmplt.c (MSG_WA
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48424
Jason Merrill changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
Benjamin Kosnik changed:
What|Removed |Added
CC||bkoz at gcc dot gnu.org
--- Comment #27
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48437
Summary: LTO crashes with block-local function declarations
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=48403
--- Comment #28 from H.J. Lu 2011-04-04 18:25:37
UTC ---
(In reply to comment #27)
> still fails bootstrap after #26
>
> make[3]: Leaving directory `/mnt/share/bld/gcc-trunk'
What is your target? It works for me on Linux/ia32 and Linux/x86-64.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44174
--- Comment #12 from Rainer Orth 2011-04-04 18:30:50
UTC ---
gcc.target/i386/asm-6.c was failing on 32-bit Solaris 10 and 11/x86 on 20110127
and started to xpass on 20110331. What's going on here? Is this fixed for
real or just some fallout?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18918
--- Comment #30 from Tobias Burnus 2011-04-04
18:35:17 UTC ---
Author: burnus
Date: Mon Apr 4 18:35:13 2011
New Revision: 171949
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171949
Log:
2011-04-04 Tobias Burnus
Mikael Mo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #29 from Benjamin Kosnik 2011-04-04
18:47:44 UTC ---
f14 x86_64, no ppl
%rpm -qa | grep mpfr
mpfr-devel-2.4.2-1.fc13.x86_64
mpfr-2.4.2-1.fc13.x86_64
/mnt/share/bld/gcc-trunk
%rpm -qa | grep
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44174
--- Comment #13 from Eric Botcazou 2011-04-04
18:50:30 UTC ---
> gcc.target/i386/asm-6.c was failing on 32-bit Solaris 10 and 11/x86 on
> 20110127
> and started to xpass on 20110331. What's going on here? Is this fixed for
> real or just some
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #30 from H.J. Lu 2011-04-04 18:52:13
UTC ---
This
--enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld
--enable-cloog-backend=isl --with-ppl-include=/opt/gnu/include
--with-ppl-lib=/opt/gnu/lib64 --with-clo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48291
--- Comment #10 from janus at gcc dot gnu.org 2011-04-04 18:53:37 UTC ---
Author: janus
Date: Mon Apr 4 18:53:34 2011
New Revision: 171950
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171950
Log:
2011-04-04 Janus Weil
PR fortran/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48291
--- Comment #11 from janus at gcc dot gnu.org 2011-04-04 18:54:41 UTC ---
Fixed on trunk and 4.6. Closing.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48291
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48438
Summary: Several gfortran tests FAIL on Tru64 UNIX
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48148
--- Comment #24 from H.J. Lu 2011-04-04 19:24:03
UTC ---
Still doesn't work. Revision 171942 gave:
http://gcc.gnu.org/ml/gcc-regression/2011-04/msg00253.html
/tmp/ccuKub9z.s: Assembler messages:
/tmp/ccuKub9z.s:180352: Error: symbol `.Ldebug_i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #31 from H.J. Lu 2011-04-04 19:41:46
UTC ---
(In reply to comment #29)
> f14 x86_64, no ppl
> Configured like so:
> /mnt/share/src/gcc.svn-trunk/configure --enable-languages=c,c++ --verbose
> --prefix=/mnt/share/bin/H-x86_64-gcc-trunk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
Steve Ellcey changed:
What|Removed |Added
CC||sje at cup dot hp.com
--- Comment #32 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #33 from Andrew Pinski 2011-04-04
19:50:24 UTC ---
(In reply to comment #32)
>
> /proj/opensrc/nightly/src/trunk/gcc/errors.c:86:1: internal compiler error: in
> max_issue, at haifa-sched.c:2524
> Please submit a full bug report,
> w
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #34 from Steven Bosscher 2011-04-04
19:53:52 UTC ---
Perhaps the patches can be reverted until it's clear what is wrong here? The
trunk is now broken for 3 days, it will make things like bisecting regressions
much harder later on if i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #35 from H.J. Lu 2011-04-04 19:56:49
UTC ---
(In reply to comment #31)
> (In reply to comment #29)
> > f14 x86_64, no ppl
> > Configured like so:
> > /mnt/share/src/gcc.svn-trunk/configure --enable-languages=c,c++ --verbose
> > --pref
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #36 from H.J. Lu 2011-04-04 19:57:14
UTC ---
(In reply to comment #34)
> Perhaps the patches can be reverted until it's clear what is wrong here? The
> trunk is now broken for 3 days, it will make things like bisecting regressions
> m
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48148
--- Comment #25 from H.J. Lu 2011-04-04 20:01:29
UTC ---
(In reply to comment #24)
> Still doesn't work. Revision 171942 gave:
>
> http://gcc.gnu.org/ml/gcc-regression/2011-04/msg00253.html
>
> /tmp/ccuKub9z.s: Assembler messages:
> /tmp/ccuKu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48380
--- Comment #5 from Vladimir Makarov 2011-04-04
20:19:48 UTC ---
Author: vmakarov
Date: Mon Apr 4 20:19:45 2011
New Revision: 171951
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171951
Log:
2011-04-01 Vladimir Makarov
PR target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412
--- Comment #6 from Thomas Koenig 2011-04-04
20:22:27 UTC ---
Author: tkoenig
Date: Mon Apr 4 20:22:21 2011
New Revision: 171952
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171952
Log:
2011-04-04 Thomas Koenig
PR fortran/48412
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48412
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48439
Summary: gcc fails to resume the normal treatment when -isystem
has finished
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47976
Ramana Radhakrishnan changed:
What|Removed |Added
CC||bernds at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48256
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48183
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||ice-on-valid-code
Stat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #37 from Eric Botcazou 2011-04-04
21:13:51 UTC ---
> /proj/opensrc/nightly/src/trunk/gcc/errors.c:86:1: internal compiler error: in
> max_issue, at haifa-sched.c:2524
> Please submit a full bug report,
> with preprocessed source if ap
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48252
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46975
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||missed-optimization
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46247
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47976
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #38 from Benjamin Kosnik 2011-04-04
21:37:21 UTC ---
YES, please revert whatever is causing this ASAP. Bootstrap has been broken for
much too long, on all the common devel arches.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48440
Summary: [4.7 Regression] FAIL:
gcc.c-torture/compile/labels-3.c
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48328
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||missed-optimization
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48440
--- Comment #1 from H.J. Lu 2011-04-04 22:05:30
UTC ---
The record_reference change remove the cast, which is needed for
Pmode != ptr_mode:
diff -upr bad/x.i.143r.expand good/x.i.143r.expand
--- bad/x.i.143r.expand2011-04-04 15:02:05.6524582
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48400
--- Comment #29 from Richard Henderson 2011-04-04
22:13:58 UTC ---
Author: rth
Date: Mon Apr 4 22:13:54 2011
New Revision: 171955
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171955
Log:
PR 48400
* dwarf2out.c (output_line_info): Alway
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48440
--- Comment #2 from H.J. Lu 2011-04-04 22:15:54
UTC ---
This patch:
diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c
index 3948cf6..c80d7ab 100644
--- a/gcc/cgraphbuild.c
+++ b/gcc/cgraphbuild.c
@@ -56,7 +56,10 @@ record_reference (tree *tp, i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48400
Richard Henderson changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
--without-ppl
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
Thread model: posix
gcc version 4.7.0 20110404 (experimental) [trunk revision 171950] (GCC)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #39 from Bernd Schmidt 2011-04-04
22:27:26 UTC ---
(In reply to comment #37)
> Confirmed. Reduced testcase for -O2:
>
> typedef __builtin_va_list va_list;
>
> extern void exit (unsigned);
> extern int vfprintf (void *s, const char
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48441
--- Comment #1 from dave at hiauly1 dot hia.nrc.ca 2011-04-04 22:30:50 UTC ---
On Mon, 04 Apr 2011, danglin at gcc dot gnu.org wrote:
Attached .i.
Dave
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48403
--- Comment #40 from Andrew Pinski 2011-04-04
22:36:56 UTC ---
Created attachment 23873
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23873
Testcase for the MIPS ICE
./cc1 t1.c -mabi=32 -O2 -march=octeon -da -quiet
t1.c: In function ‘__udi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48441
--- Comment #2 from John David Anglin 2011-04-04
22:37:38 UTC ---
(gdb) p debug_rtx (insn)
(jump_insn/v 247 246 338 29 (set (pc)
(if_then_else (eq (reg/v:SI 116 [ rval ])
(const_int 7 [0x7]))
(label_ref:SI 338)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48441
Steven Bosscher changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48441
--- Comment #4 from Steven Bosscher 2011-04-04
22:50:01 UTC ---
I'll try to reproduce this with a cross-compiler tomorrow. It would be helpful
if you can dump the DF info for this insn (df_debug_insn).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242
--- Comment #5 from Ian Lance Taylor 2011-04-04 23:39:18
UTC ---
The stack trace attachment shows that there are three threads waiting for
garbage collection to complete, but the thread invoking the garbage collector
is waiting for the threads to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48442
Summary: ICE: in init_seqno, at sel-sched.c:6767 with -Os
-fselective-scheduling2 --param
max-sched-extend-regions-iters=100
Product: gcc
Version: 4.7.0
Status: UN
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48222
--- Comment #2 from ian at gcc dot gnu.org 2011-04-04
23:44:12 UTC ---
Author: ian
Date: Mon Apr 4 23:43:59 2011
New Revision: 171960
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171960
Log:
libgo: Always initialize semaphores.
20
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48222
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48121
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48240
--- Comment #2 from ian at gcc dot gnu.org 2011-04-05
00:02:36 UTC ---
Author: ian
Date: Tue Apr 5 00:02:15 2011
New Revision: 171961
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171961
Log:
libgo: Use MAP_FIXED if necessary to grab ar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48240
Ian Lance Taylor changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
1 - 100 of 133 matches
Mail list logo