http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53957
Anthony Falzone changed:
What|Removed |Added
CC||prop_design at yahoo dot com
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57540
--- Comment #3 from bin.cheng ---
I think this should be handled in expand. During expanding, GCC tries "base +
scaled_offset + offset" pattern, which is invalid for targets like arm. At this
point we still have a chance to refactor "base + offse
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57575
Bug ID: 57575
Summary: lvalue function accepted as an rvalue
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57574
Bug ID: 57574
Summary: -std=c99 inline function incorrectly has external
linkage with prior static declaration
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57573
Bug ID: 57573
Summary: [C++1y] bogus "taking address of temporary" error
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38634
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|gcc-bugs at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56547
--- Comment #3 from Oleg Endo ---
Fixed for SH on 4.8:
http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=199874
PR target/56547
* config/sh/sh.md (fmasf4): Remove empty constraints strings.
(*fmasf4, *fmasf4_media): New insns.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6526
Oleg Endo changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57570
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57568
--- Comment #5 from Jakub Jelinek ---
Thanks for the report (and other reports).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57568
--- Comment #4 from Dara Hazeghi ---
Wow, that was fast! Confirmed fixed, thanks.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57291
ncahill_alt at yahoo dot com changed:
What|Removed |Added
CC||ncahill_alt at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57568
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37404
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534
--- Comment #6 from ncahill_alt at yahoo dot com ---
Created attachment 30283
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30283&action=edit
Smaller testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37404
Paolo Carlini changed:
What|Removed |Added
Keywords|ice-on-invalid-code |ice-on-valid-code
--- Comment #3 from Pao
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37404
Paolo Carlini changed:
What|Removed |Added
Keywords|ice-on-valid-code |ice-on-invalid-code
CC|gc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33677
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|gcc-bugs at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32081
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|gcc-bugs at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57572
Bug ID: 57572
Summary: vector operators don't participate in overload
resolution
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Prior
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #4 from Balaji V. Iyer ---
Hello,
This issue should be fixed in trunk revision 199837. Please let me know
otherwise.
Thanks,
Balaji V. Iyer.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57541
--- Comment #3 from Balaji V. Iyer ---
Hello,
This issue should be fixed in trunk revision 199837. Please let me know
otherwise.
Thanks,
Balaji V. Iyer.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57322
Marc Glisse changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57516
--- Comment #1 from Georg-Johann Lay ---
Created attachment 30282
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30282&action=edit
lib1funcs-fixed.S.diff: libgcc part of the patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57509
--- Comment #7 from Paolo Carlini ---
I see, I never fiddled with those.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57571
--- Comment #6 from Jakub Jelinek ---
Anyway, please see http://gcc.gnu.org/bugs.html, without preprocessed source
and gcc options passed to it this report is useless.
Also, if it is a memcpy into a hardware device area, perhaps the kernel
shouldn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57509
--- Comment #6 from Marc Glisse ---
(In reply to Paolo Carlini from comment #5)
> Detail: normally we just pass around tsubst_flags_ts, no complain & tf_error
> to bool, etc.
Those flags are not available in c-family, this is not the first place
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57571
--- Comment #5 from phoenix ---
(In reply to Jakub Jelinek from comment #4)
> Have you actually measured any slowdown, or you just think that rep movsd
> must be 8 times faster than rep movsb?
Yes, actually I first measured the Flash Read(which ex
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57509
--- Comment #5 from Paolo Carlini ---
Detail: normally we just pass around tsubst_flags_ts, no complain & tf_error to
bool, etc.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57571
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57571
--- Comment #3 from phoenix ---
1. "Can you provide the preprocessed source"
Sorry,I trace the linux source code, the kernel used __builtin___memcpy() to
replace memcpy(). I can't find the __builtin___memcpy() source code in the
linux source code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57571
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Component|c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57571
--- Comment #1 from phoenix ---
Sorry, correct a description, GCC 4.3.4's configuration is wrong.
GCC 4.3.4 Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
-
33 matches
Mail list logo