http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60908
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902
--- Comment #24 from Jeffrey A. Law ---
So the issue here is we have an ASM which feeds an eq/neq condition found
inside a loop. The eq/neq condition creates an equivalency that is (mis) used
when we thread through the loop backedge.
The code whi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830
--- Comment #42 from Kai Tietz ---
Second variant of the patch looks ok to me, if bootstrap works for 32-bit and
64-bit cygwin.
Post patch to ML for gcc trunk, and if no further issues are present we can
merge patch to 4.9.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60910
--- Comment #1 from Jakub Jelinek ---
Author: jakub
Date: Tue Apr 22 07:25:12 2014
New Revision: 209555
URL: http://gcc.gnu.org/viewcvs?rev=209555&root=gcc&view=rev
Log:
PR target/60910
* config/sparc/sparc.c (sparc_init_modes): Pass enum
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60910
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830
--- Comment #43 from Bernd Edlinger ---
(In reply to Kai Tietz from comment #42)
> Second variant of the patch looks ok to me, if bootstrap works for 32-bit
> and 64-bit cygwin.
> Post patch to ML for gcc trunk, and if no further issues are presen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902
--- Comment #25 from Jeffrey A. Law ---
Patch in testing.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60830
--- Comment #44 from Denis Excoffier ---
(In reply to Kai Tietz from comment #42)
> Second variant of the patch looks ok to me, if bootstrap works for 32-bit
> and 64-bit cygwin.
Post patch to ML for gcc trunk, and if no further issues
> are prese
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60849
--- Comment #9 from rguenther at suse dot de ---
On Thu, 17 Apr 2014, dehao at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60849
>
> --- Comment #8 from dehao at gcc dot gnu.org ---
> Richard,
>
> Thanks for the quick f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60895
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60901
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60910
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.10.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60912
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60911
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902
Richard Biener changed:
What|Removed |Added
Priority|P1 |P2
Target Milestone|4.9.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60906
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Target|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60903
Richard Biener changed:
What|Removed |Added
Keywords||ice-checking
Status|UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60901
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60901
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60899
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60897
Richard Biener changed:
What|Removed |Added
CC||jamborm at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60895
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60893
Richard Biener changed:
What|Removed |Added
Keywords||lto
Target|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60896
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60891
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60888
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|U
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60887
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.10.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60918
Bug ID: 60918
Summary: [mips] unaligned memory copy with LWL/LWR
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43620
--- Comment #19 from Jakub Jelinek ---
Author: jakub
Date: Tue Apr 22 09:14:50 2014
New Revision: 209560
URL: http://gcc.gnu.org/viewcvs?rev=209560&root=gcc&view=rev
Log:
PR other/43620
boehm-gc/
* Makefile.am (AUTOMAKE_OPTIONS): Add no-d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60918
--- Comment #1 from Andrew Pinski ---
I thing gcc output is correct. Why processor are you running on that the result
is incorrect. Also quote the mips32 isa of why you think lwl and lwr work the
way think it works.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60897
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60894
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60919
Bug ID: 60919
Summary: gcc fails to tail call __builtin_ffsll
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60918
--- Comment #2 from Alex.Schoenberger at ies dot tu-darmstadt.de ---
(In reply to Andrew Pinski from comment #1)
> Why processor are you running on that the
> result is incorrect.
The upper code illustrates the error only.
Algorithm I'm working w
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60823
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Tue Apr 22 10:21:32 2014
New Revision: 209616
URL: http://gcc.gnu.org/viewcvs?rev=209616&root=gcc&view=rev
Log:
PR tree-optimization/60823
* omp-low.c (ipa_simd_modify_function_bod
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60906
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #17 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60820
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #9 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56787
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #14 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53159
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #5 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60363
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #13 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60449
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #12 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58867
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #3 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51965
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #10 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59664
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #4 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60851
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #5 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60529
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #3 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60162
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #6 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53756
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #9 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59584
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #11 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59441
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #3 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60290
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #3 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57413
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #6 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56069
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #7 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60844
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #4 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46206
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #7 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58950
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #18 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55936
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #6 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59432
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #3 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59305
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #22 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58511
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #4 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51424
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #4 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60037
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #6 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60045
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #1 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54114
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #11 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #26 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59407
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #1 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56427
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #3 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #3 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51617
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #8 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60761
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #19 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #24 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59490
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #5 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59765
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #6 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #5 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51365
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #18 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59781
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #7 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60841
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #16 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #6 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59431
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #5 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58981
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #9 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55334
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #35 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60495
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #9 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59453
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #1 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #10 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60080
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #4 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59908
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #5 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59402
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #10 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57048
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #4 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17232
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #22 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59507
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #2 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59073
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #5 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49857
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #7 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58880
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #14 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58479
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #7 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29040
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #4 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60031
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #1 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #9 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #41 from Jakub Jelinek
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59452
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.9.0 |4.9.1
--- Comment #1 from Jakub Jelinek
1 - 100 of 197 matches
Mail list logo