http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46588
Tobias Burnus changed:
What|Removed |Added
Keywords||ice-on-valid-code
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46597
Summary: configure -enable-checking=... -enable-build-with-cxx
and bootstrap is g++ 3.3 hit minor problem
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46563
--- Comment #8 from christophe.lyon at st dot com 2010-11-22 08:39:45 UTC ---
Yes, it is a gnueabi; -v says:
Configured with: ../configure --target=arm-cortex-linux-gnueabi
--program-prefix=arm-linux- --enable-languages=c,c++ --enable-threads=posix
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46589
--- Comment #6 from Jonathan Wakely 2010-11-22
08:47:42 UTC ---
(In reply to comment #4)
> This is exactly the same as my original submission, isn't it?
Yes sorry, I mixed up the first two code snippets with the code from main.cpp
and L0.cpp, bu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46563
--- Comment #9 from christophe.lyon at st dot com 2010-11-22 08:50:20 UTC ---
Indeed the build script explicitly removes libgcc_s.so and replaces it with a
symlink to libgcc_s.so.1
I am going to have a discussion with the colleague who originally
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46563
--- Comment #10 from christophe.lyon at st dot com 2010-11-22 09:01:19 UTC ---
However, I'd like to ask a question: why use a link script in libgcc_s.so,
rather than having the driver link with -lgcc?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46563
Andrew Haley changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082
Dominique d'Humieres changed:
What|Removed |Added
CC||meissner at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46563
--- Comment #12 from christophe.lyon at st dot com 2010-11-22 10:06:07 UTC ---
Yes, I appreciate your help very much (and I spent quite some time
investigating on my own before deciding to bother you).
Now, I am sorry to insist, but it's still unc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46563
--- Comment #13 from Andrew Haley 2010-11-22 10:12:04
UTC ---
Sure, but not everyone uses the driver, some use ld directly.
I might as well ask: why not? libc is linked this way on GNU/Linux systems
too. It's easy and convenient.
I don't know
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46598
Summary: [4.5/4.6 Regression] Miscompiles computed goto
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
Component
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46556
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45261
Joerg Wunsch changed:
What|Removed |Added
CC||j at uriah dot heep.sax.de
--- Comment #7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46599
Summary: Possible enhancement for inline stringops with -Os
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: other
Assign
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45652
--- Comment #10 from Alexander Monakov 2010-11-22
10:35:10 UTC ---
Author: amonakov
Date: Mon Nov 22 10:35:06 2010
New Revision: 167025
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167025
Log:
PR rtl-optimization/45652
* alias.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45652
Alexander Monakov changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46556
Alan Modra changed:
What|Removed |Added
Status|NEW |UNCONFIRMED
Ever Confirmed|1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46585
Jakub Jelinek changed:
What|Removed |Added
CC||amonakov at gcc dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46571
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46556
--- Comment #4 from Alan Modra 2010-11-22 10:47:24
UTC ---
But within a loop gcc-4.2 looked quite reasonable too..
Don't we have a pass ordering problem if fwprop is to rewrite addresses? We
currently have cse1, fwprop1, loop passes, cse2, fwpr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46353
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46594
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
Summary|[4.6] libquadmat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46595
Richard Guenther changed:
What|Removed |Added
Component|libgomp |testsuite
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46599
--- Comment #1 from Richard Guenther 2010-11-22
11:10:53 UTC ---
-minline-all-stringops isn't supposed to be used (it's for debugging), and
probably doesn't mix well with -Os anyway.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46556
--- Comment #5 from rguenther at suse dot de
2010-11-22 11:15:01 UTC ---
On Mon, 22 Nov 2010, amodra at gmail dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46556
>
> --- Comment #4 from Alan Modra 2010-11-22 10:47:24
> UTC ---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46556
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294
serowk at yandex dot ru changed:
What|Removed |Added
CC||serowk at yandex dot ru
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46599
--- Comment #2 from Jeremy 2010-11-22 12:22:48 UTC
---
(In reply to comment #1)
> -minline-all-stringops isn't supposed to be used (it's for debugging), and
> probably doesn't mix well with -Os anyway.
OK thanks. I think in this context its a r
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46600
Summary: Default move constructor copies array elements instead
of moving them.
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46601
Summary: Getting compilation error with GCC 4.2.0 for including
the header file ""
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: blocker
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46602
Summary: [4.6 Regression] gcc.dg/pr42245-2.c ICE on ia64
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
Ass
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46575
licheng.1...@gmail.com changed:
What|Removed |Added
Component|java|libgcj
--- Comment #5 from liche
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46601
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46230
--- Comment #5 from Eric Botcazou 2010-11-22
12:50:17 UTC ---
Author: ebotcazou
Date: Mon Nov 22 12:50:12 2010
New Revision: 167029
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167029
Log:
PR testsuite/46230
* gcc.dg/vect/pr4600
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46600
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46103
Jonathan Wakely changed:
What|Removed |Added
CC||yacwroy at gmail dot com
--- Comment #8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590
--- Comment #10 from Richard Guenther 2010-11-22
13:29:56 UTC ---
At -O1 we have
tree SSA rewrite : 23.32 (13%) usr 0.06 ( 3%) sys 22.80 (13%) wall
6392 kB ( 3%) ggc
tree SSA incremental : 24.05 (14%) usr 0.07 ( 4%) sys 25.27
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46585
Alexander Monakov changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46499
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46230
--- Comment #6 from Eric Botcazou 2010-11-22
13:59:50 UTC ---
Author: ebotcazou
Date: Mon Nov 22 13:59:45 2010
New Revision: 167031
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167031
Log:
PR testsuite/46230
* gcc.dg/vect/vect-p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46499
--- Comment #4 from Jakub Jelinek 2010-11-22
14:10:16 UTC ---
Created attachment 22483
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22483
gcc46-pr46499.patch
Untested fix. We have since last:
(jump_insn 8 7 9 (set (pc)
(label_ref
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24581
--- Comment #20 from marco atzeri 2010-11-22
14:17:24 UTC ---
(In reply to comment #19)
> On Mon, 22 Nov 2010, sgk at troutmask dot apl.washington.edu wrote:
>
>
> That -nan is not an infinity is true but irrelevant, because "A complex or
> im
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45872
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46603
Summary: gcc.dg/vect/slp-multitypes-2.c execution failure
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
Compone
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24581
--- Comment #21 from Paolo Carlini 2010-11-22
14:24:08 UTC ---
If Joseph's comments are correct, and I trust him, then FIXED is the right
status, because his patch actually fixed long standing serious issues vs the
letter of Annex G.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46595
Jack Howarth changed:
What|Removed |Added
CC||howarth at nitro dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46602
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46595
--- Comment #2 from dave at hiauly1 dot hia.nrc.ca 2010-11-22 14:35:17 UTC ---
> Have you tried with http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02121.html
> applied?
No, but it looks like it would fix the failures.
Dave
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46604
Summary: FAIL: gcc.dg/pr14963.c (internal compiler error)
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unass
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46603
--- Comment #1 from Eric Botcazou 2010-11-22
14:49:28 UTC ---
Author: ebotcazou
Date: Mon Nov 22 14:49:22 2010
New Revision: 167034
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167034
Log:
PR rtl-optimization/46603
* gcc.dg/vect
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46494
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=46583
--- Comment #6 from Alexandre Oliva 2010-11-22
15:05:33 UTC ---
It checks whether the var type was already remapped.
tree-inline.c:
can_be_nonlocal(...):
/* We must use global type. We call remapped_type instead of
remap_type since we do
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46583
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #7 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46598
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43057
--- Comment #7 from uros at gcc dot gnu.org 2010-11-22 16:14:33 UTC ---
Author: uros
Date: Mon Nov 22 16:14:27 2010
New Revision: 167037
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167037
Log:
PR middle-end/43057
* fold-const.c (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46353
Michael Meissner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590
--- Comment #11 from Richard Guenther 2010-11-22
16:19:37 UTC ---
(In reply to comment #10)
> At -O1 we have
>
> tree SSA rewrite : 23.32 (13%) usr 0.06 ( 3%) sys 22.80 (13%) wall
>
> 6392 kB ( 3%) ggc
> tree SSA incremental : 2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45261
Ian Rees changed:
What|Removed |Added
Attachment #22480|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44970
--- Comment #102 from Paolo Bonzini 2010-11-22
16:20:26 UTC ---
Author: bonzini
Date: Mon Nov 22 16:20:16 2010
New Revision: 167038
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167038
Log:
2010-11-22 Paolo Bonzini
PR bootstrap/449
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46604
Uros Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45062
Uros Bizjak changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Comment #5 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45062
--- Comment #6 from Uros Bizjak 2010-11-22 16:41:04
UTC ---
(In reply to comment #3)
> I will fix this shortly after stage 3 starts.
Stage 3 has come, and many dupes show that this PR annoys people quite a lot.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45722
--- Comment #37 from ro at CeBiTec dot Uni-Bielefeld.DE 2010-11-22 17:05:48 UTC ---
The failures are gone on mips-sgi-irix6.5 (both 32 and 64-bit
multilibs), too.
Thanks.
Rainer
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46572
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5627
Paolo Carlini changed:
What|Removed |Added
CC||ro at CeBiTec dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44970
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41617
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #8 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45845
m...@gcc.gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46605
Summary: Segmentation fault in lto_cgraph_replace_node
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46605
--- Comment #1 from Dmitry Gorbachev
2010-11-22 17:52:23 UTC ---
Created attachment 22486
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22486
Testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42293
Nicola Pero changed:
What|Removed |Added
CC||nicola at gcc dot gnu.org
--- Comment #7 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41617
--- Comment #9 from Matthias Klose 2010-11-22 17:56:29
UTC ---
no, can't see this even with 4.4 now, on a system with binutils 2.21
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46606
Summary: ICE in input_gimple_stmt in lto1
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassig...@gcc.gnu.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41617
--- Comment #10 from Nicola Pero 2010-11-22
17:58:44 UTC ---
So, can I close the bug ?
Thanks
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46606
--- Comment #1 from Dmitry Gorbachev
2010-11-22 17:58:51 UTC ---
Created attachment 22488
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22488
Backtrace
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42690
--- Comment #25 from H.J. Lu 2010-11-22 18:02:47
UTC ---
The current linker plugin scheme may be flawed. The order of
linking libraries (archive and DSO) is very important. They
have to be placed between crti.o and crtn.o. We may not link
an arc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43057
--- Comment #8 from uros at gcc dot gnu.org 2010-11-22 18:03:05 UTC ---
Author: uros
Date: Mon Nov 22 18:02:58 2010
New Revision: 167042
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167042
Log:
PR middle-end/43057
* fold-const.c (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36580
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46607
Summary: [4.6 Regression] libgfortran relocated install fails
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
Assi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43057
Uros Bizjak changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46520
Joseph S. Myers changed:
What|Removed |Added
Target Milestone|--- |4.6.0
Summary|libquadmath: B
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42690
--- Comment #26 from H.J. Lu 2010-11-22 18:27:58
UTC ---
One approach for linker plugin support may be:
1. GCC driver marks crtbegin.o and crtend.o.
2. Linker processes everything between crtbegin.o and crtend.o with GCC
LTO plugin.
3. Linker ge
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46603
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46596
--- Comment #3 from Mike Frysinger 2010-11-22
18:51:09 UTC ---
i want to provide two symbols -- one that may be overridden and one that always
exists. that's the point of having "__foo" be the normal symbol and "foo"
being the alias. for people
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46608
Summary: picochip-protos.h includes target.h
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P3
Component: target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45986
--- Comment #1 from Rainer Orth 2010-11-22 19:06:20 UTC
---
Author: ro
Date: Mon Nov 22 19:06:15 2010
New Revision: 167045
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167045
Log:
Note patch fixing PR target/45986.
Modified:
trunk/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43925
--- Comment #2 from Rainer Orth 2010-11-22 19:09:10 UTC
---
Author: ro
Date: Mon Nov 22 19:08:59 2010
New Revision: 167046
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167046
Log:
Note patch fixing PR testsuite/43925.
Modified:
tru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45986
Rainer Orth changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43925
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |4.6.0
--- Comment #3 from Rainer Orth 2010
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46222
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34033
--- Comment #3 from Nicola Pero 2010-11-22 19:27:27
UTC ---
Author: nicola
Date: Mon Nov 22 19:27:17 2010
New Revision: 167048
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167048
Log:
In gcc/c-family/:
2010-11-22 Nicola Pero
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34033
Nicola Pero changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46222
--- Comment #3 from Iain Sandoe 2010-11-22 19:30:30
UTC ---
This has been done intentionally - the fault that caused the ICE has not been
fixed, and has been marked as a P5.
In order to allow the test to run (and check the remaining cases) the l
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31056
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46609
Summary: [4.6 Regression] Failed to bootstrap with
--enable-checking=assert
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41617
Nicola Pero changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40974
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46610
Summary: gcc.target/mips/save-restore-?.c ICEs on IRIX 6.5:
unrecognizable insn
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severit
1 - 100 of 135 matches
Mail list logo