http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58627
Markus Trippelsdorf changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58666
Bug ID: 58666
Summary: make install after make bootstrap-lean fails starting
with r202895
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
|--- |FIXED
--- Comment #4 from David Binderman ---
Seems to be fixed by 20131009, revision 203302
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58666
--- Comment #1 from Mario Held ---
Same behavior seen on my systems. A 'make' of GCC (s390x) sucessful, ' make
bootstrap-lean' fails.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50417
Georg-Johann Lay changed:
What|Removed |Added
Keywords||missed-optimization
Target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58539
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Wed Oct 9 09:26:48 2013
New Revision: 203307
URL: http://gcc.gnu.org/viewcvs?rev=203307&root=gcc&view=rev
Log:
Backport from mainline
2013-09-26 Richard Biener
PR tree-opt
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31593
--- Comment #45 from Dominique d'Humieres ---
Anything left to fix in this PR?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58663
Jan Kratochvil changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58667
Bug ID: 58667
Summary: Add -Wfloat-conversion
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570
--- Comment #13 from Eric Botcazou ---
Author: ebotcazou
Date: Wed Oct 9 12:59:02 2013
New Revision: 203315
URL: http://gcc.gnu.org/viewcvs?rev=203315&root=gcc&view=rev
Log:
PR middle-end/58570
* tree-ssa-alias.c (nonoverlapping_componen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20318
--- Comment #10 from Marc Glisse ---
Author: glisse
Date: Wed Oct 9 13:03:13 2013
New Revision: 203316
URL: http://gcc.gnu.org/viewcvs?rev=203316&root=gcc&view=rev
Log:
2013-10-09 Marc Glisse
PR tree-optimization/20318
gcc/c-family/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570
Eric Botcazou changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58635
--- Comment #3 from Marek Polacek ---
Author: mpolacek
Date: Wed Oct 9 14:51:28 2013
New Revision: 203323
URL: http://gcc.gnu.org/viewcvs?rev=203323&root=gcc&view=rev
Log:
PR c++/58635
cp/
* semantics.c (finish_return_stmt): Return error
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58635
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58654
John David Anglin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58668
Bug ID: 58668
Summary: [arm with hardfp ABI]: internal compiler error: in
cond_exec_process_insns, at ifcvt.c:339
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
Bug ID: 58669
Summary: does not detect all cpu cores/threads
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
Andrew John Hughes changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
--- Comment #2 from Andrew John Hughes ---
This is easily fixed with sysconf(_SC_NPROCESSORS_ONLN);
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
--- Comment #3 from Folkert van Heusden ---
Did some googling and with appropriate #ifdefs it should be at least on linux
possible to retrieve this value:
sysconf(_SC_NPROCESSORS_ONLN);
If that function can't figure it out, it will return '1' wh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58668
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670
Bug ID: 58670
Summary: asm goto miscompilation
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
Compon
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
--- Comment #4 from Andrew John Hughes ---
Yes, I just said that above. I'll propose a patch when I get chance.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58669
--- Comment #5 from Andrew John Hughes ---
Thanks for reporting this. I'll let you know when a fix is committed.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21718
--- Comment #19 from Rick Regan ---
I've looked into this and found that real.c/real.h use a precision of
SIGNIFICAND_BITS, which is dependent on an architecture-dependent value called
HOST_BITS_PER_LONG. In addition, SIGNIFICAND_BITS limits the p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670
--- Comment #1 from Jakub Jelinek ---
I see multiple issues:
1) commit_one_edge_insertion doesn't seem to cope with asm goto,
I think asm goto with only labels pointing to the fallthru bb's labels
can happen both for the single_pred_p (e->de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48923
Tobias Burnus changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58207
Volker Reichelt changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58671
Bug ID: 58671
Summary: ICE with thread_local and self-referential variable
initialization
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58672
Bug ID: 58672
Summary: ICE with thread_local and variable of broken class
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58673
Bug ID: 58673
Summary: ICE in final_scan_insn for movti_ppc64 with
base+offset address
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58673
--- Comment #1 from Pat Haugen ---
Created attachment 30972
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30972&action=edit
testcase
Another similar example, but this one is on a store to memory instead of a
load. Reduced from CPU2006 bench
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58674
Bug ID: 58674
Summary: [4.8/4.9 Regression] [c++11] ICE with template using
declaration
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58675
Bug ID: 58675
Summary: ICE in rs6000_secondary_reload_inner:15460, type =
store
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58333
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50961
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58676
Bug ID: 58676
Summary: Intrinsic functions not considered pure actual
arguments
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Prio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21802
--- Comment #2 from Paolo Carlini ---
This bug likely needs an update: the testcase is still rejected, but likewise
happens with ICC and clang.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21718
--- Comment #20 from Vincent Lefèvre ---
I suppose that for any 54-bit[*] odd integer multiplied by a power of two with
a large exponent (in absolute value), some decimal numbers close to this value
will be affected.
[*] 54-bit for double, 25-bit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926
asmwarrior changed:
What|Removed |Added
CC||asmwarrior at gmail dot com
--- Comment #3 f
++,fortran,lto --disable-werror
--enable-checking=release --with-gmp=/usr/local/gcc-trunk
--with-mpfr=/usr/local/gcc-trunk --with-mpc=/usr/local/gcc-trunk
--with-cloog=/usr/local/gcc-trunk --prefix=/usr/local/gcc-trunk
Thread model: posix
gcc version 4.9.0 20131009 (experimental) [trunk revision 203302
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58671
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36764
Duncan Sands changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
43 matches
Mail list logo