http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48069
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48069
H.J. Lu changed:
What|Removed |Added
CC||jason at redhat dot com
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48069
Summary: [4.6 Regression] FAIL: g++.old-deja/g++.pt/spec26.C
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45962
Hans-Peter Nilsson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48068
--- Comment #3 from Hans-Peter Nilsson 2011-03-11
02:48:00 UTC ---
Created attachment 23624
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23624
23623: With --target=mips64el-unknown-linux-gnu, result of "./xgcc -W -Wall -O2
-B./ -S -I. -mar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48068
--- Comment #2 from Hans-Peter Nilsson 2011-03-11
02:42:15 UTC ---
Created attachment 23623
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23623
With --target=mipsel-unknown-linux-gnu, result of "./xgcc -W -Wall -O2 -B./ -S
-I. -march=loongs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48068
--- Comment #1 from Hans-Peter Nilsson 2011-03-11
02:33:00 UTC ---
Created attachment 23622
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23622
Trivial stdint.h suitable for showing the problem after "make all-gcc"
standalone
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48068
Summary: loongson intrinsics improvement opportunities
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37916
--- Comment #20 from Hans-Peter Nilsson 2011-03-11
01:31:14 UTC ---
(In reply to comment #19)
> Random thought on this PR: With a scheduler description, -fschedule-insns
> -fsched-pressure may help.
That theory should be testable by compiling fo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48047
--- Comment #7 from Jerry DeLisle 2011-03-11
00:59:04 UTC ---
I am OK with this simple patch, but will have to run the testsuite to make sure
its all OK on our other testsuite cases. (Not very many at the moment)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48067
--- Comment #1 from William J. Schmidt 2011-03-11
00:55:30 UTC ---
Created attachment 23620
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23620
Failing subroutine from 191.fma3d
Sorry the subroutine was mangled in the comments. Here's a c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48067
Summary: FMA with no add operand produced by convert_mul_to_fma
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47952
Richard Henderson changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47952
--- Comment #15 from Richard Henderson 2011-03-10
23:45:53 UTC ---
(In reply to comment #12)
> Should I fill a new PR for this even if I don't have any real testcase?
Yes please.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47952
--- Comment #14 from Richard Henderson 2011-03-10
23:42:10 UTC ---
*** Bug 48021 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48021
Richard Henderson changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48066
Tobias Burnus changed:
What|Removed |Added
Priority|P3 |P4
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48066
--- Comment #4 from Tobias Burnus 2011-03-10
23:34:53 UTC ---
For completeness, the submitted asked at c.l.f whether the program is valid;
Richard Maine thinks so. (I concur ;-)
http://groups.google.com/group/comp.lang.fortran/browse_thread/thre
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48066
--- Comment #3 from Tobias Burnus 2011-03-10
23:19:30 UTC ---
(In reply to comment #2)
> The "Bus error" seems fixed by the patch in
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829#c32.
Well, it does not fix it, it just hides the problem: Th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059
--- Comment #5 from Dominique d'Humieres 2011-03-10
23:15:40 UTC ---
This is indeed cause by revision 170284 (no ICE at r 170283).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48066
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37430
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48066
Tobias Burnus changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47952
--- Comment #13 from Richard Henderson 2011-03-10
23:04:11 UTC ---
Author: rth
Date: Thu Mar 10 23:04:05 2011
New Revision: 170854
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170854
Log:
PR 47952
* trans-mem.c (ipa_tm_create_versio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48066
Summary: [4.3/4.4/4.5/4.6 Regression] Segfault with SUM of
zero-sized array
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
Dodji Seketeli changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|dodji at gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
--- Comment #9 from Dodji Seketeli 2011-03-10
22:53:42 UTC ---
Yes, I was confused. This code is valid.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P4
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48029
--- Comment #10 from Jason Merrill 2011-03-10
22:37:27 UTC ---
Author: jason
Date: Thu Mar 10 22:37:22 2011
New Revision: 170853
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170853
Log:
PR c++/48029
* stor-layout.c (layout_type)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
--- Comment #8 from Jonathan Wakely 2011-03-10
22:26:42 UTC ---
(In reply to comment #7)
> It doesn't need to be a pointer to non-class type; a pointer to class is
> itself
> a non-class type.
Indeed. And the example compiles fine if the type i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33928
--- Comment #120 from lucier at math dot purdue.edu 2011-03-10 22:00:22 UTC ---
At
http://www.math.purdue.edu/~lucier/bugzilla/15/
I've put a tarfile and instructions that allow one to build Gambit-C in
a way that splits out the FFT code into its
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059
Tobias Burnus changed:
What|Removed |Added
Keywords||ice-on-valid-code
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
--- Comment #7 from Jason Merrill 2011-03-10
21:30:34 UTC ---
It doesn't need to be a pointer to non-class type; a pointer to class is itself
a non-class type.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
--- Comment #6 from Dodji Seketeli 2011-03-10
21:20:52 UTC ---
Thank you for reducing this.
Here is what I understand from the reduced test case.
For the expression "*p" the compiler uses overload resolution to
determine which operator "*" to u
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059
Harald Anlauf changed:
What|Removed |Added
CC||anlauf at gmx dot de
--- Comment #3 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42976
Eric Weddington changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42976
Georg-Johann Lay changed:
What|Removed |Added
CC||avr at gjlay dot de,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48065
--- Comment #1 from Dmitry Gorbachev
2011-03-10 20:00:27 UTC ---
Created attachment 23619
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23619
backtrace
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48065
Summary: LTO: assertion failed in optimize_inline_calls, at
tree-inline.c:4246
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33928
--- Comment #119 from lucier at math dot purdue.edu 2011-03-10 19:55:54 UTC ---
It's nearly impossible to examine the assembly code responsible for the FFT in
the package I set up in the previous comment. If you want a runtime benchmark
for this P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48064
Summary: Optimizer produces suboptimal code for e.g. x = x ^ (x
>> 1)
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: minor
Priority: P3
Compone
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
--- Comment #14 from Markus Trippelsdorf
2011-03-10 19:13:55 UTC ---
And the same with debugging symbols:
Program received signal SIGFPE, Arithmetic exception.
[Switching to process 5046]
0x0086d41c in cgraph_decide_recursive_inlining
(n
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063
--- Comment #3 from Jakub Jelinek 2011-03-10
19:09:49 UTC ---
Created attachment 23617
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23617
gcc46-pr48063.patch
This seems to fix it, but no idea whether it is the right fix.
It seems all oth
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063
Jakub Jelinek changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063
--- Comment #1 from Jakub Jelinek 2011-03-10
18:50:19 UTC ---
Again caused by http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161655
setup_one_parameter has:
if (value
&& value != error_mark_node
&& !useless_type_conversion_p (TREE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33928
--- Comment #118 from lucier at math dot purdue.edu 2011-03-10 18:50:12 UTC ---
On Fri, 2011-03-04 at 11:59 +, rguenth at gcc dot gnu.org wrote:
> Hm, there doesn't seem to be a runtime testcase attached to this bug, so I
> can't produce numbe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48062
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
--- Comment #13 from Markus Trippelsdorf
2011-03-10 18:39:21 UTC ---
Here's what I got:
(gdb) set follow-fork-mode child
(gdb) run -plugin /usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.0/liblto_plugin.so
-plugin-opt=/usr/libexec/gcc/x86_64-pc-linux-gn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48063
Summary: [4.6 Regression] ICE: verify_stmts failed: conversion
of register to a different size with
-fno-early-inlining
Product: gcc
Version: 4.6.0
Status: UNCONFI
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48043
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48043
--- Comment #8 from Jakub Jelinek 2011-03-10
18:10:19 UTC ---
Author: jakub
Date: Thu Mar 10 18:10:14 2011
New Revision: 170851
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170851
Log:
PR debug/48043
* config/s390/s390.c (s390_d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
--- Comment #5 from Jonathan Wakely 2011-03-10
18:08:52 UTC ---
really reduced:
class Incomplete;
struct Ptr
{
operator Incomplete*();
};
int main()
{
Ptr p;
*p;
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
--- Comment #4 from Jonathan Wakely 2011-03-10
18:04:03 UTC ---
Reduced:
template
struct scoped_refptr {
operator T*() const;
};
class EventParameters { };
class HttpResponseHeaders;
struct NetLogHttpResponseParameter : public EventPar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47278
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
Jakub Jelinek changed:
What|Removed |Added
Status|WAITING |NEW
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46329
Richard Earnshaw changed:
What|Removed |Added
CC||mgretton at sourceware dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46329
--- Comment #3 from Richard Earnshaw 2011-03-10
17:00:10 UTC ---
Another test (from the dup).
int __attribute__ ((vector_size (32))) x;
void
foo (void)
{
x <<= x;
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48061
Richard Earnshaw changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47802
--- Comment #38 from dave at hiauly1 dot hia.nrc.ca 2011-03-10 16:58:38 UTC ---
> While the latter is fixed, I think the _REENTRANT issue isn't. Or is it?
>
> If it it not fixed, I think we should have (a different) PR open to track that
> issue.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48055
Uros Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48062
Summary: `shadowed declaration is here' should be a note
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: c
AssignedTo: unass
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
--- Comment #12 from Jan Hubicka 2011-03-10 16:26:01
UTC ---
> gcc -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -pedantic
> -Wno-long-long -march=native -fpermissive -fno-strict-aliasing -pthread -pipe
> -DNDEBUG -DTRIMMED -Wcoverage-mism
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
--- Comment #11 from Markus Trippelsdorf
2011-03-10 16:07:34 UTC ---
In the Firefox case sqlite3.o gets compiled correctly,
it is libmozsqlite3.so that segfaults when compiled with -flto
and -fprofile-use :
gcc -Wall -W -Wno-unused -Wpointer-ar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48000
Jakub Jelinek changed:
What|Removed |Added
CC||y...@momonga-linux.org
--- Comment #9 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48060
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48058
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47198
--- Comment #2 from Jason Merrill 2011-03-10
15:21:04 UTC ---
Author: jason
Date: Thu Mar 10 15:21:00 2011
New Revision: 170847
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170847
Log:
PR c++/47198
* parser.c (cp_parser_single_d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48061
Matthew Gretton-Dann changed:
What|Removed |Added
Keywords||ice-on-valid-code
--- Comment #1 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48061
Summary: Internal compiler error in spill_failure
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48055
--- Comment #6 from Uros Bizjak 2011-03-10 14:39:57
UTC ---
(In reply to comment #5)
> > No, these are the only definitions for the particular testcase.
> Hmm, in every case it is GNU ld bug - the GNU ld internal ironly section
> should
> not be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48043
--- Comment #7 from Jakub Jelinek 2011-03-10
14:37:39 UTC ---
If there isn't a mode mismatch in the instruction stream, then no.
The problem is that because of the delegitimizate address bug adjust_insn
in var-tracking (temporarily) changed the i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48058
Kacper Kowalik changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48043
--- Comment #6 from Andreas Krebbel 2011-03-10
14:27:19 UTC ---
(In reply to comment #5)
> Created attachment 23608 [details]
> gcc46-pr48043.patch
>
> Fix (tested just with cross on the pr47201.c testcase). Could you please
> bootstrap/regtest
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47952
--- Comment #12 from Patrick Marlier
2011-03-10 14:19:35 UTC ---
On 03/10/2011 12:01 AM, rth at gcc dot gnu.org wrote:
> I suspect, but have not yet verified, that this is related to
>// Inhibit implicit instantiations for required instantiat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48058
Dominique d'Humieres changed:
What|Removed |Added
CC||bur...@net-b.de, pault at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059
--- Comment #2 from Hans-Werner Boschmann 2011-03-10 14:06:06 UTC ---
I have removed this character function from my project and found the same ICE
message with other, non character-valued functions of extended types. So it
seems to be a more gene
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48060
Summary: internal compiler error: in dfs_enumerate_from, at
cfganal.c:1209
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
--- Comment #15 from Mikael Pettersson 2011-03-10
14:03:22 UTC ---
(In reply to comment #14)
> Created attachment 23614 [details]
> patch
>
> testing appreciated
Thanks, fixes the ICE in 4.5 and 4.4 crosses to m68k-linux. I'm starting
native 4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47989
--- Comment #3 from Dominique d'Humieres 2011-03-10
14:01:25 UTC ---
A similar problem occurs with the polyhedron test aermod.f90 (see pr34702).
> Feeding rcps sequences into call stmts is probably never a very good idea.
Probably the same thin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48059
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
«:
a.f90:14:0: interner Compiler-Fehler: in gfc_conv_component_ref, bei
fortran/trans-expr.c:523
Fortran version:
GNU Fortran (GCC) 4.6.0 20110310 (experimental)
I know that the length specification in a_string is a little bit creepy, but it
is valid. I had a discussion with the NAG about this before
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47989
Richard Guenther changed:
What|Removed |Added
Summary|-mrecip causes 482.sphinx3 |-mrecip causes 482.sphinx3,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
--- Comment #14 from Richard Guenther 2011-03-10
13:10:23 UTC ---
Created attachment 23614
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23614
patch
testing appreciated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
--- Comment #13 from rguenther at suse dot de
2011-03-10 13:07:16 UTC ---
On Thu, 10 Mar 2011, ebotcazou at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
>
> --- Comment #12 from Eric Botcazou 2011-03-10
> 13:04:1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
--- Comment #12 from Eric Botcazou 2011-03-10
13:04:17 UTC ---
> That would work, too. You see no problem with a NULL operand 3
> of array-refs? If you create an array with a variable lower bound,
> take its address, convert it to pointer to el
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
--- Comment #11 from rguenther at suse dot de
2011-03-10 12:57:59 UTC ---
On Thu, 10 Mar 2011, ebotcazou at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
>
> --- Comment #10 from Eric Botcazou 2011-03-10
> 12:46:3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48055
--- Comment #5 from Jan Hubicka 2011-03-10 12:56:56 UTC
---
> No, these are the only definitions for the particular testcase.
Hmm, in every case it is GNU ld bug - the GNU ld internal ironly section should
not be leaking
to user warnings. Please
> No, these are the only definitions for the particular testcase.
Hmm, in every case it is GNU ld bug - the GNU ld internal ironly section should
not be leaking
to user warnings. Please fill in GNU ld PR.
Honza
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #59 from Jan Hubicka 2011-03-10 12:53:58
UTC ---
> > How do you do this with "make -f client.mk profiledbuild"?
>
> To answer my own question:
> Just edit ./configure and ./js/src/configure and add
> "-flto=4 -fwhole-program" (or wha
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48044
--- Comment #4 from Jan Hubicka 2011-03-10 12:51:19 UTC
---
> I wonder if cgraph_remove_unreachable_nodes shouldn't be somehow alias pairs
> aware (can it e.g. call find_aliases_1 again?), or at least for !optimize
> shouldn't it avoid clearing v
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
--- Comment #10 from Eric Botcazou 2011-03-10
12:46:33 UTC ---
> No it isn't. But given that fold at this place doesn't even
> fill in the array-ref element-size slot but provides NULL_TREE
> it is probably a fix for the better anyway?
Why not
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
--- Comment #9 from rguenther at suse dot de
2011-03-10 12:36:33 UTC ---
On Thu, 10 Mar 2011, ebotcazou at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
>
> --- Comment #8 from Eric Botcazou 2011-03-10
> 12:34:57
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031
--- Comment #8 from Eric Botcazou 2011-03-10
12:34:57 UTC ---
> It's mixing VLA unaware foldings into the mids of GIMPLE which is the
> root of the issue though. The issue is latent on trunk.
>
> Patch for the first (and safe) idea:
>
> Index:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43421
--- Comment #2 from Richard Guenther 2011-03-10
12:34:04 UTC ---
The code emitting the warning was removed without replacement.
The code isn't dubious but it shows that GCC 4.4 has bugs (but as we warn
we also tell you at the same time we won't
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48055
--- Comment #4 from Uros Bizjak 2011-03-10 12:09:50
UTC ---
(In reply to comment #3)
> Are there conflicting definitions somewhere? Then it would indeed be a
> testsuite bug.
No, these are the only definitions for the particular testcase.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48058
Summary: [4.6 Regression] reallocation of array during
constructor assignement
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
Bernd Schmidt changed:
What|Removed |Added
CC||bernds at gcc dot gnu.org
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46788
Ramana Radhakrishnan changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48056
--- Comment #3 from bero at arklinux dot org 2011-03-10 11:48:47 UTC ---
Thanks, works.
Re-filed as WebKit bug
https://bugs.webkit.org/show_bug.cgi?id=56088
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43421
Mattias Engdegård changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
1 - 100 of 120 matches
Mail list logo