http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47998
--- Comment #1 from Yoshinori Sato
2011-03-06 08:11:08 UTC ---
Created attachment 23557
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23557
proposal fix
It mismatch of restriction rule.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47998
Yoshinori Sato changed:
What|Removed |Added
Attachment #23557|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000
Jan Hubicka changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000
--- Comment #4 from Zdenek Dvorak 2011-03-06
10:43:41 UTC ---
Created attachment 23559
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23559
A proposed patch
This fixes the problem uncovered by the previous fix. In fix_bb_placements, we
res
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48002
Summary: internal error on calling inherited, overloaded and
abstract subprograms with string literal
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
Summary: Regression in Template Constants from 4.5.2
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassig.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
Philipp changed:
What|Removed |Added
CC||s...@s-e-f-i.de
--- Comment #1 from Philipp 20
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004
Summary: doesn't work with randomize_va_space
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: pch
AssignedTo: unassig...@gcc.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47881
Steven Bosscher changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
Paolo Carlini changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #2 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48005
Summary: program using libgloss fails to link when built with
-flto
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48003
--- Comment #3 from Jonathan Wakely 2011-03-06
14:21:12 UTC ---
EDG rejects it, clang doesn't
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48006
Summary: Inefficient optimization depends on builtin integer
type of same size.
Product: gcc
Version: 4.4.5
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850
--- Comment #11 from Jerry DeLisle 2011-03-06
14:59:05 UTC ---
Info: Does not fix it but why this behavior with the test case?
Index: expr.c
===
--- expr.c(revision 170543)
+++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850
--- Comment #12 from Jerry DeLisle 2011-03-06
15:16:46 UTC ---
Passes:
case EXPR_ARRAY:
/* return 1 here and it works. */
/* gfc_constant_ac (e); */
return 1;
Fails:
case EXPR_ARRAY:
/* return 1 here and it works.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007
Summary: Unwind library doesn't work with UNITS_PER_WORD >
sizeof (void *)
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850
--- Comment #13 from Paul Thomas 2011-03-06 16:19:02
UTC ---
(In reply to comment #12)
Jerry,
Based in this and comment #11, I noted that the place where this was failing
was iterator-free EXPR_ARRAYs. I then leapt to the following patch, which
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007
--- Comment #1 from hjl at gcc dot gnu.org 2011-03-06
17:20:01 UTC ---
Author: hjl
Date: Sun Mar 6 17:19:57 2011
New Revision: 170716
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170716
Log:
Save call frame hard registers as _Unwind_Wo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008
Summary: [4.6 Regression]
libstdc++-v3/testsuite/20_util/function/43397.cc fails
to assemble with -fabi-version=5
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008
--- Comment #1 from Zdenek Sojka 2011-03-06 17:32:33
UTC ---
Created attachment 23562
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23562
reduced testcase
Reduced from libstdc++-v3/testsuite/20_util/function/43397.cc
Also, it compiles with
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000
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=47866
Uros Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48009
Summary: Bootstrap failure: c++locale.cc: invalid conversion
from 'const char*' to 'char*'
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850
--- Comment #14 from Paul Thomas 2011-03-06 20:15:42
UTC ---
Author: pault
Date: Sun Mar 6 20:15:38 2011
New Revision: 170720
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170720
Log:
2011-03-06 Paul Thomas
Jerry DeLisle
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47850
Paul Thomas changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48010
Summary: typedef redefinitions are allowed if the redefined
type is a nested class type
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48010
fabien at gcc dot gnu.org changed:
What|Removed |Added
Keywords||accepts-invalid
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004
--- Comment #1 from Andrew Pinski 2011-03-06
21:07:04 UTC ---
Which host is this on?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48004
wbrana changed:
What|Removed |Added
Host||x86_64-pc-linux-gnu
--- Comment #2 from wbrana
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007
--- Comment #2 from Andrew Pinski 2011-03-06
21:12:55 UTC ---
Does it matter for the propose of unwinding as all we care about is pointers to
get back to frame before? Your commit might change the ABI for some targets.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42189
--- Comment #6 from Jerry DeLisle 2011-03-06
21:17:26 UTC ---
I believe the fix to PR47850 has resolved this issue. I suggest we close this
one.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007
--- Comment #3 from H.J. Lu 2011-03-06 21:21:03
UTC ---
X32 glibc force unwind calls _Unwind_SetGRValue to
restore a 64bit register value.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48011
Summary: internal compiler error:tree check: expected
function_type or method_type, have pointer_type in
gimplify_call_expr at gimplify.c:2355
Product: gcc
Version: 4.6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48011
Dominique d'Humieres changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47907
--- Comment #2 from Daniel Richard G. 2011-03-06
22:28:42 UTC ---
I've managed to work around this issue with the following steps:
1. Create a site configuration file with the following:
ac_cv_header_stdint_h=no
gcc_cv_header_stdint_h=n
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48009
--- Comment #1 from Daniel Richard G. 2011-03-06
22:33:42 UTC ---
Editing the strtof() prototype in $top_builddir/gcc/include-fixed/stdlib.h
allows the bootstrap to complete successfully. Looks like all this needs is a
tweak to fixincludes.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47778
--- Comment #9 from Jerry DeLisle 2011-03-07
02:06:32 UTC ---
Author: jvdelisle
Date: Mon Mar 7 02:06:27 2011
New Revision: 170726
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170726
Log:
2011-03-06 Jerry DeLisle
PR libgfortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47778
--- Comment #10 from Jerry DeLisle 2011-03-07
02:12:01 UTC ---
Author: jvdelisle
Date: Mon Mar 7 02:11:56 2011
New Revision: 170727
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170727
Log:
2011-03-06 Jerry DeLisle
Backport from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47778
Jerry DeLisle changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47878
--- Comment #28 from Jerry DeLisle 2011-03-07
03:08:12 UTC ---
Author: jvdelisle
Date: Mon Mar 7 03:08:08 2011
New Revision: 170732
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170732
Log:
2011-03-06 Jakub Jelinek
Backport from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694
--- Comment #28 from Jerry DeLisle 2011-03-07
03:08:12 UTC ---
Author: jvdelisle
Date: Mon Mar 7 03:08:08 2011
New Revision: 170732
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170732
Log:
2011-03-06 Jakub Jelinek
Backport from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47878
--- Comment #29 from Jerry DeLisle 2011-03-07
03:14:03 UTC ---
Author: jvdelisle
Date: Mon Mar 7 03:14:00 2011
New Revision: 170733
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170733
Log:
2011-03-06 Jerry DeLisle
Backport from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694
--- Comment #29 from Jerry DeLisle 2011-03-07
03:16:33 UTC ---
Fixed on 4.4, 4.5, and 4.6. Closing
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47694
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48011
Jerry DeLisle changed:
What|Removed |Added
CC||jvdelisle at gcc dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47984
--- Comment #6 from Thomas Henlich
2011-03-07 06:26:24 UTC ---
RTFM, I should have.
Thank you for your help.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48012
Summary: The executable file hangs up by combination of
controlled-type, generic, renames and Inline_Always
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
47 matches
Mail list logo