--- Comment #1 from loufoque at gmail dot com 2010-08-01 03:03 ---
Created an attachment (id=21365)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21365&action=view)
testcase
Requires LANG to be set to an appropriate UTF-8 locale.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
With an UTF-8 locale, when using codecvt with the
following input
{0xc3, 0xa9, 0x20, 0xf0, 0xaa, 0x98}
the function claims to have consumed all six bytes, albeit it has only returned
relevant data for three bytes, the result being {0xe9, 0x20}.
--
Summary: codecvt doesn't update how m
--- Comment #2 from hubicka at gcc dot gnu dot org 2010-07-31 22:14 ---
We have partial inlining now.
--
hubicka at gcc dot gnu dot org changed:
What|Removed |Added
gfortran tech support:
Following the body of this report is a short program that tests two different
ways to override a structure constructor. When I compile it using
GNU Fortran (GCC) 4.6.0 20100606 (experimental) [trunk revision 160350]
gfortran reports the following errors:
struct_overP.f9
lude-dir=/usr/include/c++/4.5.1
--disable-libstdcxx-pch --enable-__cxa_atexit --enable-libstdcxx-allocator=new
--enable-libjava-multilib=no --disable-gconf-peer --enable-java-awt=xlib,gtk
--enable-libgcj --enable-libgcj-multifile --enable-libgcj-database
--enable-gtk-cairo --enable-jni --enable-xmlj --ena
Hi,
As I understand, the DWARF tag DW_AT_external is meant to indicate whether a
variable/function is accessible from outside an object file(compilation unit)
containing a given DWARF DIE - Debugging Information Entry.
But it looks like DW_AT_external is also set for variables/functions defined i
--- Comment #3 from iains at gcc dot gnu dot org 2010-07-31 18:47 ---
this is a bit tedious to work through ... but for example in
_expand_one_stack_var_at:
we have for stage2 :
*
cmovae %edx, %eax # tmp143,, max_align
cmpl$0, 52(%esp)#, %sfp
The C99-code
inline int f()
{
return 5;
}
extern inline int f();
is expected to define an externally callable function f. With
gcc -std=c99 -c test.c
it compiles just fine and emits f. However, with LTO,
gcc -std=c99 -flto -c test.c
--- Comment #7 from uweigand at gcc dot gnu dot org 2010-07-31 17:44
---
Subject: Bug 45112
Author: uweigand
Date: Sat Jul 31 17:43:59 2010
New Revision: 162786
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162786
Log:
Move PR c++/45112 ChangeLog entry to correct location.
Mo
--- Comment #6 from uweigand at gcc dot gnu dot org 2010-07-31 17:43
---
Subject: Bug 45112
Author: uweigand
Date: Sat Jul 31 17:42:48 2010
New Revision: 162785
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162785
Log:
Move PR c++/45112 ChangeLog entry to correct location.
Mo
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2010-07-31 17:04
---
I see the problem with 4.4.3 as well. I think the patch in #10 is only masking
it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45131
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2010-07-31 16:28
---
I can see one here on a 32 bit machine. Moving string.h down in the file as
noted by David Edelsohn fixes it. I also changed the return type to void in
trans-io.c.
Index: inquire.c
=
--- Comment #5 from uweigand at gcc dot gnu dot org 2010-07-31 15:48
---
Fixed in 4.5 branch (for 4.5.2) as well.
--
uweigand at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #4 from uweigand at gcc dot gnu dot org 2010-07-31 15:46
---
Subject: Bug 45112
Author: uweigand
Date: Sat Jul 31 15:46:15 2010
New Revision: 162783
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162783
Log:
gcc/
PR c++/45112
* cp/decl.c (duplicate_d
--- Comment #1 from dominiq at lps dot ens dot fr 2010-07-31 15:37 ---
Likely due to revision 162776:
[macbook] f90/bug% gfc -std=f2003
/opt/gcc/work/gcc/testsuite/gfortran.dg/typebound_proc_15.f03
/opt/gcc/work/gcc/testsuite/gfortran.dg/typebound_proc_15.f03:15.23:
procedure :: bar,
On Linux/ia32, revision 162776:
http://gcc.gnu.org/ml/gcc-cvs/2010-07/msg01130.html
caused:
FAIL: gfortran.dg/abstract_type_6.f03 -O (internal compiler error)
FAIL: gfortran.dg/abstract_type_6.f03 -O (test for excess errors)
FAIL: gfortran.dg/bind_c_dts_3.f03 -O (internal compiler error)
F
--- Comment #2 from iains at gcc dot gnu dot org 2010-07-31 13:26 ---
cc-ing Bernd having reviewed the svn logs between r162678 and 162697.
--
iains at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from iains at gcc dot gnu dot org 2010-07-31 13:21 ---
Created an attachment (id=21364)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21364&action=view)
.i and .s files from cfgexpand for stage2 & 3
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45150
i686-apple-darwin9 bootstrap is broken since r162678 (with an ICE reported for
other targets as well).
Since this was fixed (at r162697), it has unmasked another fail which is still
present at 162778.
unfortunately, the other bootstrap bug prevents narrowing this down more...
however;
This is a c
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-07-31 12:13 ---
Subject: Bug 45052
Author: rguenth
Date: Sat Jul 31 12:12:43 2010
New Revision: 162781
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162781
Log:
2010-07-31 Richard Guenther
PR tree-optimization/
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-07-31 12:12 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-07-31 12:06 ---
- (set_attr "mode" "SF")])
+ (set_attr "mode" "SF,SF,*")])
SI?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45142
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |janus at gcc dot gnu dot org
|dot org
--- Comment #5 from rguenther at suse dot de 2010-07-31 11:17 ---
Subject: Re: split for *vec_set_0_sse2 incomplete
On Sat, 31 Jul 2010, ubizjak at gmail dot com wrote:
> --- Comment #4 from ubizjak at gmail dot com 2010-07-31 11:02 ---
> BTW: Even with the fix, the testcase
--- Comment #4 from ubizjak at gmail dot com 2010-07-31 11:02 ---
BTW: Even with the fix, the testcase fails with -O2 -mavx:
pr45142.c: In function main:
pr45142.c:6:5: error: invalid conversion in gimple call
vector(4) int
vector(16) char
# VUSE <.MEM_38>
i2.1_4 = __builtin_ia32_ps
--- Comment #3 from ubizjak at gmail dot com 2010-07-31 10:54 ---
Created an attachment (id=21363)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21363&action=view)
Untested patch
> which only allows V4SF mode. It probably should be macroized to use
> SSEMODE4S.
Yes, it should ha
--- Comment #1 from iains at gcc dot gnu dot org 2010-07-31 10:31 ---
confirmed as per:
http://gcc.gnu.org/ml/gcc-patches/2010-07/msg01959.html
cc-ing Bernd.
--
iains at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #20 from mikael at gcc dot gnu dot org 2010-07-31 10:27 ---
Subject: Bug 42051
Author: mikael
Date: Sat Jul 31 10:27:36 2010
New Revision: 162776
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162776
Log:
2010-07-31 Mikael Morin
PR fortran/42051
P
--- Comment #9 from mikael at gcc dot gnu dot org 2010-07-31 10:27 ---
Subject: Bug 44064
Author: mikael
Date: Sat Jul 31 10:27:36 2010
New Revision: 162776
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162776
Log:
2010-07-31 Mikael Morin
PR fortran/42051
PR
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Summary|[4.3/4.4 Regression, avr] |[4.3/4.4 Regression] wrong
|wrong epilogue on naked
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Summary|[4.6 regression] ICE|[4.6 Regression] ICE
|building 64-bit libjava on |
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Summary|[4.6 regression] struct-by- |[4.6 Regression] struct-by-
|value-1.c fail.
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-07-31 09:30 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-07-31 09:30 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-07-31 09:30 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-07-31 09:30 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #20 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #11 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #27 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #14 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #30 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #13 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #25 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #46 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #16 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #51 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #16 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #36 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #27 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #29 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-07-31 09:29 ---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #17 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #34 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #14 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #18 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #12 from rguenth at gcc dot gnu dot org 2010-07-31 09:29
---
GCC 4.5.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-07-31 09:25 ---
I agree. SRA might be even the place to do this lowering in. For ease of
use re-surrecting BIT_FIELD_EXPR from the mem-ref branch might turn out
useful for this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-07-31 09:23 ---
as of comment #2, invalid.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-07-31 09:23 ---
GCC 4.2.1 is no longer supported, please report this problem to freebsd people
instead.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-
97 matches
Mail list logo