http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
--- Comment #8 from hjl at gcc dot gnu.org 2012-10-30
22:56:59 UTC ---
Author: hjl
Date: Tue Oct 30 22:56:52 2012
New Revision: 193000
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193000
Log:
Remove lra_in_progress check for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
--- Comment #7 from H.J. Lu 2012-10-29 02:31:44
UTC ---
(In reply to comment #6)
> I am testing this patch:
>
> diff --git a/gcc/lra-eliminations.c b/gcc/lra-eliminations.c
> index d80..cbfbe7a 100644
> --- a/gcc/lra-eliminations.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
H.J. Lu changed:
What|Removed |Added
Target Milestone|--- |4.8.0
--- Comment #6 from H.J. Lu 20
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
--- Comment #5 from H.J. Lu 2012-10-29 00:41:19
UTC ---
This patch:
diff --git a/gcc/lra-eliminations.c b/gcc/lra-eliminations.c
index d80..681c609 100644
--- a/gcc/lra-eliminations.c
+++ b/gcc/lra-eliminations.c
@@ -272,7 +272,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
H.J. Lu changed:
What|Removed |Added
Attachment #28541|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
--- Comment #3 from H.J. Lu 2012-10-28 03:22:31
UTC ---
A small testcase:
[hjl@gnu-tools-1 pr55093]$ cat x.ii
__extension__ typedef struct {
}
_G_fpos_t;
typedef unsigned int hashval_t;
typedef union tree_node *tree;
typedef union gimple_state
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
--- Comment #2 from H.J. Lu 2012-10-27 00:19:22
UTC ---
Another zero-extend bug?
Breakpoint 1, fancy_abort (
file=0x146ea68 "/export/gnu/import/git/gcc-misc/gcc/config/i386/i386.c",
line=14088,
function=0x14879e3
"print
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55093
--- Comment #1 from H.J. Lu 2012-10-27 00:16:52
UTC ---
Created attachment 28541
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28541
A testcase