http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57586
Alan Modra changed:
What|Removed |Added
Status|WAITING |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56997
--- Comment #5 from Sandra Loosemore ---
Patch posted here:
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00750.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56341
--- Comment #12 from Sandra Loosemore ---
Patch for the first problem posted here:
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00750.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48784
--- Comment #3 from Sandra Loosemore ---
Patch posted here:
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00750.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23623
--- Comment #16 from Sandra Loosemore ---
Patch that fixes regression posted here:
http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00750.html
.
$ gcc-trunk -v
gcc version 4.9.0 20130613 (experimental) [trunk revision 200065] (GCC)
$ gcc-trunk -O2 -m32 wrong.c
$ ./a.out
2
$ gcc-4.7 -O3 -m32 wrong.c
$ ./a.out
2
$ gcc-trunk -O3 -m32 wrong.c
$ ./a.out
3
$
--
int printf(const char *, ...);
int a, b, d, e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53525
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57328
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57361
--- Comment #2 from Marc Glisse ---
I'll let Richard decide if this should stay open for the more aggressive
optimization or not.
r200034 | glisse | 2013-06-12 19:56:30 +0200 (Wed, 12 Jun 2013) | 10 lines
2013-06-12 Marc Glisse
PR tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57509
Marc Glisse changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56977
Harald van Dijk changed:
What|Removed |Added
CC||harald at gigawatt dot nl
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57607
Bug ID: 57607
Summary: g++ cannot distinguish obj-c message call from c++11
lambda
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
Pri
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57606
Bug ID: 57606
Summary: Failure in testing stage 3 of gcc-4.7.2
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49074
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #12
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57605
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53525
Mathias Gaunard changed:
What|Removed |Added
CC||mathias at gaunard dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746
--- Comment #12 from Mathias Gaunard ---
This may be considered a duplicate of #53525, though that bug is more focused
on performance than memory usage.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746
--- Comment #11 from Mathias Gaunard ---
4.8.1 is still affected by this.
I wouldn't say it's NOTABUG if a new diagnostic feature enabled by default
increases memory consumption by 50%, even when no diagnostic is emitted.
I cannot easily give a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55033
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57580
--- Comment #4 from Daniel Russel ---
Here we go. Sorry again.
drussel@flute:/tmp> gcc -c test.cpp
test.cpp:8:2: error: stray ‘#’ in program
test.cpp:8:27: note: #pragma message: message0
test.cpp:8:3: error: ‘pragma’ does not name a type
drusse
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57580
--- Comment #3 from Daniel Russel ---
It looks like I confused something along the way of trying to produce a simple
example. I'll revisit it on my end. Sorry.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602
Yuri Rumyantsev changed:
What|Removed |Added
CC||ysrumyan at gmail dot com
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57605
Bug ID: 57605
Summary: colors break note pruning in the testsuite
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsui
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57580
Chung-Ju Wu changed:
What|Removed |Added
CC||jasonwucj at gmail dot com
--- Comment #2 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557
Siddhesh Poyarekar changed:
What|Removed |Added
CC||siddhesh at redhat dot com
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600
--- Comment #4 from Marc Glisse ---
(In reply to Jakub Jelinek from comment #3)
> Perhaps we want to perform it just during ifcvt once it is rolled into
> vectorizer and works on an on-the-side bb? Then it wouldn't affect
> non-vectorized code.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57596
--- Comment #4 from Tobias Burnus ---
Patch: http://gcc.gnu.org/ml/fortran/2013-06/msg00082.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55033
--- Comment #9 from Sebastian Huber ---
If I run the tests on gcc1-power7.osuosl.org (which is target
powerpc64-unknown-linux-gnu), then the PR55033 test case shows up as
UNSUPPORTED:
grep -r pr55033 .
./gcc/testsuite/gcc/gcc.sum:UNSUPPORTED: gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57604
Bug ID: 57604
Summary: LRA related bootstrap comparison failure on s390x
--with-arch=zEC12
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: major
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57603
--- Comment #1 from Andreas Krebbel ---
The failure above was observed with r200057. Here the cc1 output:
cc1 -fpreprocessed -quiet -march=z9-109 -O1 t.c
t.c: In function ‘d_append_string’:
t.c:22:38: warning: incompatible implicit declaration
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57603
Bug ID: 57603
Summary: Bootstrap fail on s390x segfault in
fold_marked_statements
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600
--- Comment #2 from Marc Glisse ---
The main difficulty is deciding when this transformation is a good idea. A
priori a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56430
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57600
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49718
Avi Kivity changed:
What|Removed |Added
CC||a...@cloudius-systems.com
--- Comment #1 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57601
--- Comment #2 from Marc Glisse ---
With this code:
#include
__m64 f(__m64 x, __m64 y){return _mm_sub_pi32(x,y);}
I get (-m64):
movdq2q%xmm0, %mm0
movdq2q%xmm1, %mm1
psubd%mm1, %mm0
movq2dq%mm0, %xmm0
and (-m32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57370
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57596
Tobias Burnus changed:
What|Removed |Added
Keywords||wrong-code
Status|RESOLVED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45170
Bug 45170 depends on bug 57596, which changed state.
Bug 57596 Summary: Wrong code for allocatable deferred-length strings
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57596
What|Removed |Added
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602
Bug ID: 57602
Summary: Runfails for several C/C++ benchmarks from spec2000
for i686 with -flto after r199422
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Seve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57601
Andrew Pinski changed:
What|Removed |Added
Component|tree-optimization |target
--- Comment #1 from Andrew Pinski
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57551
Jakub Jelinek changed:
What|Removed |Added
CC||fche at redhat dot com,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57601
Bug ID: 57601
Summary: Vector lowering could use larger modes
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57599
--- Comment #5 from Andrey Belevantsev ---
(In reply to Daniel Krügler from comment #4)
> I created a test case for all type conversion operators:
Paolo has already submitted a patch with the expanded test case at
http://gcc.gnu.org/ml/gcc-patche
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57596
--- Comment #2 from Valery Weber ---
But the selector is not optional. The problem even remains if I
move the optional variables outside the SELECT TYPE (see bellow).
Those 2 codes run just fine with other compilers like ifort or xlf.
Thanks
Vale
46 matches
Mail list logo