http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47410
Summary: Linker plugin specification makes it difficult to
handle mixed IR/non-IR objects
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47053
Jeffrey A. Law changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47053
--- Comment #4 from Jeffrey A. Law 2011-01-22 04:09:53
UTC ---
Author: law
Date: Sat Jan 22 04:09:44 2011
New Revision: 169123
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169123
Log:
PR tree-optimization/47053
* tree-ssa-dse.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
--- Comment #15 from Jeffrey A. Law 2011-01-22 04:03:24
UTC ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/21/11 17:41, dj at redhat dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
>
> --- Comment #12 from DJ Delorie
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47409
--- Comment #1 from John Regehr 2011-01-22 03:57:20
UTC ---
Ack, sorry, wrong testcase! This is it:
struct s2 {
volatile int x;
};
struct s2 s;
void foo (void) {
s = s;
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47409
Summary: volatile struct member bug
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassig...@gcc.gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401
Jack Howarth changed:
What|Removed |Added
CC||howarth at nitro dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
--- Comment #14 from Jeffrey A. Law 2011-01-22 00:50:25
UTC ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/21/11 17:41, dj at redhat dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
>
> --- Comment #12 from DJ Delorie
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
--- Comment #13 from Jeffrey A. Law 2011-01-22 00:42:52
UTC ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/21/11 17:38, dj at redhat dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
>
> --- Comment #11 from DJ Delorie
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
--- Comment #12 from DJ Delorie 2011-01-22 00:40:44 UTC
---
Of course, one could argue that perhaps the compare should *not* have been
removed? I don't know how clever the new redundant compare removal code is.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
--- Comment #11 from DJ Delorie 2011-01-22 00:37:35 UTC
---
I set a breakpoint on the delete of that insn; at that time, the following insn
did not have the /S set on it. At the time when the /S is added, the previous
insn had already been delet
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
--- Comment #10 from Jeffrey A. Law 2011-01-22 00:33:26
UTC ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/21/11 15:32, dj at redhat dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
>
> DJ Delorie changed:
>
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
--- Comment #9 from Jeffrey A. Law 2011-01-22 00:31:30
UTC ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/21/11 15:22, dj at redhat dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
>
> DJ Delorie changed:
>
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47399
--- Comment #2 from Tobias Burnus 2011-01-22
00:06:43 UTC ---
In Fortran 2003 the constraint was:
"C1103 (R1101) An automatic object shall not appear in the specification-part
(R204) of a main program."
"C1106 (R1104) An automatic object shall
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47041
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47352
--- Comment #4 from janus at gcc dot gnu.org 2011-01-21 23:01:23 UTC ---
(In reply to comment #3)
> Simple patch to avoid the ICE:
The patch in comment #3 regtests without problems. However, I'm not sure if
it's the best solution. Here is an alter
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47306
--- Comment #5 from Andrew Pinski 2011-01-21
22:57:16 UTC ---
Oh and GNU go exists already :) So using go as a programming language name it
is going to be pretty much easy to find different names for different
programming langauges.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47306
Andrew Pinski changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586
--- Comment #36 from Mikael Morin 2011-01-21
22:54:53 UTC ---
(In reply to comment #34)
> Yep, that's what I figured eventually :) The question now is if for:
>
> --
> type bar
> integer :: a
> end type bar
> type(
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46267
--- Comment #8 from Janne Blomqvist 2011-01-21 22:42:26
UTC ---
Author: jb
Date: Fri Jan 21 22:42:17 2011
New Revision: 169110
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169110
Log:
PR 46267 strerror thread safety
Modified:
trunk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47306
Thorsten Glaser changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47394
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47394
--- Comment #3 from Tobias Burnus 2011-01-21
22:38:58 UTC ---
Author: burnus
Date: Fri Jan 21 22:38:55 2011
New Revision: 169109
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169109
Log:
2011-01-21 Tobias Burnus
PR fortran/47
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
--- Comment #4 from Alexandre Oliva 2011-01-21
22:35:47 UTC ---
Ok, regression now fixed by reversal of the bit that exposed the failure, but
the fact that it regressed implies there's something iffy with the patch for
bug 47106, so I'll keep thi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
DJ Delorie changed:
What|Removed |Added
Attachment #23014|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47041
--- Comment #5 from Jason Merrill 2011-01-21
22:30:33 UTC ---
Author: jason
Date: Fri Jan 21 22:30:26 2011
New Revision: 169108
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169108
Log:
PR c++/47041
* semantics.c (build_constexpr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
DJ Delorie changed:
What|Removed |Added
CC||dj at redhat dot com
--- Comment #7 from DJ
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106
--- Comment #5 from Alexandre Oliva 2011-01-21
22:11:28 UTC ---
Author: aoliva
Date: Fri Jan 21 22:11:24 2011
New Revision: 169107
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169107
Log:
PR debug/47402
Temporarily revert:
2011-01-21 A
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
--- Comment #3 from Alexandre Oliva 2011-01-21
22:11:28 UTC ---
Author: aoliva
Date: Fri Jan 21 22:11:24 2011
New Revision: 169107
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169107
Log:
PR debug/47402
Temporarily revert:
2011-01-21 A
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47306
Ian Lance Taylor changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47388
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47388
--- Comment #4 from Jakub Jelinek 2011-01-21
21:34:29 UTC ---
Author: jakub
Date: Fri Jan 21 21:34:25 2011
New Revision: 169105
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169105
Log:
PR c++/47388
* semantics.c (begin_for_stmt)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47333
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|NEW
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47394
--- Comment #2 from Tobias Burnus 2011-01-21
20:33:15 UTC ---
Author: burnus
Date: Fri Jan 21 20:33:10 2011
New Revision: 169104
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169104
Log:
2011-01-21 Tobias Burnus
PR fortran/47
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47399
--- Comment #1 from Tobias Burnus 2011-01-21
20:31:30 UTC ---
The ICE is due to an overly eager ASSERT check and can be removed with the
following patch.
TODO: A proper check with an error message for the invalid case.
--- a/gcc/fortran/primar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35998
Douglas B Rupp changed:
What|Removed |Added
CC||rupp at gnat dot com
--- Comment #7 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45422
--- Comment #31 from davidxl 2011-01-21 20:08:11
UTC ---
Comparing this timing with 4.6 results (164s), looks like many other passes
become slower other than ivopt (e.g IRA increases from 3.5s to 11s etc -- ivopt
only account for a small part of
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47041
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47408
Michael Meissner changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47408
--- Comment #1 from Michael Meissner 2011-01-21
20:00:09 UTC ---
Created attachment 23072
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23072
Patch that adds -mno-vsx to altivec tests
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45422
--- Comment #30 from davidxl 2011-01-21 19:58:41
UTC ---
(In reply to comment #29)
> (In reply to comment #28)
> > David, any progress with this?
>
> The cost function fix to make sure solution set does not become too big will
> be
> probably v
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47408
Summary: Several of the Altivec tests fail if run with a
compiler built with --with-cpu=power7
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Pri
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45566
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=47366
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45566
--- Comment #5 from Jakub Jelinek 2011-01-21
19:35:45 UTC ---
Author: jakub
Date: Fri Jan 21 19:35:42 2011
New Revision: 169101
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169101
Log:
PR middle-end/45566
* except.c (convert_to_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47366
--- Comment #5 from Jakub Jelinek 2011-01-21
19:34:08 UTC ---
Author: jakub
Date: Fri Jan 21 19:34:03 2011
New Revision: 169100
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169100
Log:
PR rtl-optimization/47366
* fwprop.c (forwa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #12
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47317
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46552
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46977
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46552
--- Comment #2 from Jason Merrill 2011-01-21
18:59:48 UTC ---
Author: jason
Date: Fri Jan 21 18:59:40 2011
New Revision: 169099
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169099
Log:
PR c++/46552
* semantics.c (cxx_eval_consta
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
H.J. Lu changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
Dominique d'Humieres changed:
What|Removed |Added
CC||aoliva at gcc dot gnu.org
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308
--- Comment #12 from Pawel Sikora 2011-01-21 18:41:50
UTC ---
On Friday, January 21, 2011 04:32:23 pm you wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308
>
> Kai Tietz changed:
>
>What|Removed |Ad
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47053
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
AssignedTo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47403
--- Comment #1 from hjl at gcc dot gnu.org 2011-01-21
18:05:59 UTC ---
Author: hjl
Date: Fri Jan 21 18:05:55 2011
New Revision: 169097
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169097
Log:
Call convert_to_mode on legitimize_tls_addre
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47407
Summary: gcc.dg/tree-ssa/pr42585.c FAILs on Tru64 UNIX V5.1B
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47406
--- Comment #2 from Rainer Orth 2011-01-21 17:45:22 UTC
---
Created attachment 23070
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23070
assembler output
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47406
--- Comment #1 from Rainer Orth 2011-01-21 17:44:45 UTC
---
Created attachment 23069
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23069
preprocessed input
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47406
Summary: gcc.dg/torture/builtin-modf-1.c FAILs on IRIX 6.5
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assigne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46977
--- Comment #5 from Jason Merrill 2011-01-21
17:38:06 UTC ---
Author: jason
Date: Fri Jan 21 17:38:02 2011
New Revision: 169096
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169096
Log:
PR c++/46977
* semantics.c (potential_const
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47405
Summary: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47404
--- Comment #1 from Rainer Orth 2011-01-21 17:30:55 UTC
---
Created attachment 23068
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23068
ifcombine dump
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47404
Summary: gcc.dg/pr46909.c FAILs on IRIX 6.5
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401
Ulrich Weigand changed:
What|Removed |Added
Attachment #23066|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46267
Janne Blomqvist changed:
What|Removed |Added
URL|http://gcc.gnu.org/ml/gcc-p |http://gcc.gnu.org/ml/gcc-p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47403
Summary: [x32] TLS doesn't work
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassig...@gcc.gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401
Ulrich Weigand changed:
What|Removed |Added
Attachment #23064|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47388
--- Comment #3 from Jakub Jelinek 2011-01-21
17:15:52 UTC ---
Created attachment 23065
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23065
gcc46-pr47388.patch
Untested fix.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37273
--- Comment #7 from Jeffrey A. Law 2011-01-21 17:13:35
UTC ---
SPEC 2k6 testing on x86-64 is a wash for integer codes. Small improvement for
403.gcc 462.libquantum and small regressions for 456.hmmr and 471.omnetpp are
evident. There's a couple
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41619
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41619
--- Comment #10 from Jeffrey A. Law 2011-01-21
16:49:34 UTC ---
Author: law
Date: Fri Jan 21 16:49:31 2011
New Revision: 169095
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169095
Log:
PR rtl-optimization/41619
* caller-save.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41619
--- Comment #9 from Jeffrey A. Law 2011-01-21 16:45:36
UTC ---
http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01424.html
After some brief discussion with rth (concerns about global_regs) in IRC, rth
approved the patch.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402
Summary: [4.6 Regression] Bootstrap comparison failure
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401
--- Comment #1 from Ulrich Weigand 2011-01-21
16:33:43 UTC ---
Created attachment 23064
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23064
Proposed fix
Patch from http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01406.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47401
Summary: Support for must-not-throw regions with SJLJ
exceptions broken
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45422
--- Comment #29 from davidxl 2011-01-21 16:27:43
UTC ---
(In reply to comment #28)
> David, any progress with this?
The cost function fix to make sure solution set does not become too big will be
probably very involved and won't be availlable in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47388
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47397
--- Comment #10 from Richard Guenther 2011-01-21
16:21:55 UTC ---
You can play with a cleanup patch I have lying around, queued for 4.7:
Index: emit-rtl.c
===
*** emit-rtl.c (revis
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47397
--- Comment #9 from H.J. Lu 2011-01-21 16:03:41
UTC ---
(In reply to comment #7)
>
> Note that this shouldn't be an issue for AVX/SSE as unaligned moves are
> as fast as aligned ones if they are really aligned (at least I hope
> this is true for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47355
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47397
--- Comment #8 from Richard Guenther 2011-01-21
15:37:33 UTC ---
And before you start fiddling with set_mem_attributes_minus_bitpos, most
alignment related pieces in it should simply re-use get_object_alignment
(a cleanup I didn't finish in time
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47397
--- Comment #7 from Richard Guenther 2011-01-21
15:35:29 UTC ---
(In reply to comment #6)
> (In reply to comment #5)
> > Thus, the real reason is that we lack alignment information on
> > MEM_REFs/TARGET_MEM_REFs but only have pointer alignment i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47308
Kai Tietz changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106
Alexandre Oliva changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44606
--- Comment #12 from David Kühling 2011-01-21 15:17:34
UTC ---
Ok, looks like the change to reload1.c introduced by GCC revision 168347
(author froydnj):
http://gcc.gnu.org/viewcvs/trunk/gcc/reload1.c?r1=168347&r2=168346&pathrev=168347
fixes th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47355
--- Comment #6 from Jakub Jelinek 2011-01-21
15:15:42 UTC ---
Author: jakub
Date: Fri Jan 21 15:15:40 2011
New Revision: 169094
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169094
Log:
PR tree-optimization/47355
* tree-eh.c (cle
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47400
Summary: Several UCN tests FAIL on Tru64 UNIX V5.1B and IRIX
6.5
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47399
Summary: ICE with TBP of a PARAMETER
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: fortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47398
Pawel Sikora changed:
What|Removed |Added
CC||pluto at agmk dot net
--- Comment #2 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47106
--- Comment #3 from Alexandre Oliva 2011-01-21
14:57:36 UTC ---
Author: aoliva
Date: Fri Jan 21 14:57:33 2011
New Revision: 169093
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169093
Log:
PR debug/47106
* cfgexpand.c (account_used_vars_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47398
Jakub Jelinek changed:
What|Removed |Added
CC||dodji at gcc dot gnu.org
--- Comment #1 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47397
--- Comment #6 from H.J. Lu 2011-01-21 14:45:31
UTC ---
(In reply to comment #5)
> Thus, the real reason is that we lack alignment information on
> MEM_REFs/TARGET_MEM_REFs but only have pointer alignment information for now.
I know it won't sol
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47398
Summary: [4.5/4.6 Regression] tree check: accessed elt 10 of
tree_vec with 9 elts in tsubst, at cp/pt.c:10500
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: norma
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47398
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |4.5.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47397
--- Comment #5 from Richard Guenther 2011-01-21
14:22:40 UTC ---
Thus, the real reason is that we lack alignment information on
MEM_REFs/TARGET_MEM_REFs but only have pointer alignment information for now.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47395
Richard Guenther changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47397
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47397
--- Comment #3 from Richard Guenther 2011-01-21
14:15:49 UTC ---
Investigating.
1 - 100 of 159 matches
Mail list logo