http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58304
Harsha changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #8 from Harsha ---
As Paolo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58365
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58365
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.2 |4.7.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57748
--- Comment #34 from Bernd Edlinger ---
Hmm, this was looking like a working example ((if it is valid C at all)),
but after some thougt, I saw now it exposes a data store race:
#include
#include
typedef long long V
__attribute__ ((vector_siz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58364
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Target Milesto
All,
Got the following error in compiling the latest version of mysql
(mysql-5.6.13). I'm not sure if this is a gcc problem or a mysql
problem, but it looked very standard library related, so I thought I'd
point it out here.
I look at the stl_list.h file and see it is in an #if block, with
#if _
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58300
Caroline Tice changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58300
--- Comment #9 from ctice at gcc dot gnu.org ---
Author: ctice
Date: Sun Sep 8 21:58:07 2013
New Revision: 202371
URL: http://gcc.gnu.org/viewcvs?rev=202371&root=gcc&view=rev
Log:
Fix PR 58300: Re-order events with -fvtable-verify=preinit
flag,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366
Bug ID: 58366
Summary: thread_local class containing bound function leads to
: "Illegal instruction: 4"
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58364
Marc Glisse changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58365
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #14 from Chris Jefferson ---
(In reply to Marc Glisse from comment #12)
> Chris, did you consider applying this optimized code to bidirectional
> iterators and not just random access iterators? We may end up doing a few
> more ++/-- th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #13 from Chris Jefferson ---
Created attachment 30767
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30767&action=edit
Bug patch
Patch attached.
This features:
1) As well as checking backwards when we find a match, check forwar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58365
Bug ID: 58365
Summary: likely wrong code bug
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58364
Bug ID: 58364
Summary: likely wrong code bug
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #12 from Marc Glisse ---
Chris, did you consider applying this optimized code to bidirectional iterators
and not just random access iterators? We may end up doing a few more ++/-- than
necessary, but not by more than a factor 2 I belie
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58363
Bug ID: 58363
Summary: Confusing error message for uncalled explicit
destructor in expression
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58362
Paolo Carlini changed:
What|Removed |Added
CC||hubicka at ucw dot cz
--- Comment #8 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58362
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58331
Tobias Burnus changed:
What|Removed |Added
Keywords||wrong-code
--- Comment #2 from Tobias Bur
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58362
--- Comment #6 from Marc Glisse ---
(In reply to Paolo Carlini from comment #4)
> The damage happens at error.c:3435.
Yes, location_of replaces the declaration of the argument with that of the
function :-(
> Should we just use "%qD", no '+' ?
I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340
--- Comment #16 from Jeffrey A. Law ---
Jan's patch papers over the problem of incorrect initialization of "found". I
expect to be able to run through the formalities necessary to install the fix
tonight.
Reverting until I take care of things
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58362
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=58362
--- Comment #4 from Paolo Carlini ---
The damage happens at error.c:3435. Should we just use "%qD", no '+' ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #11 from Marc Glisse ---
(In reply to Daniel Krügler from comment #9)
> Shouldn't the library be able to use the new diamond operators
> (specializations in void) that use perfect forwarding for both arguments and
> result? User-code c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340
--- Comment #15 from Paolo Carlini ---
Thanks Honza, I simply reverted Jeff' commit in my tree.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54941
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54941
--- Comment #3 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Sun Sep 8 14:30:27 2013
New Revision: 202366
URL: http://gcc.gnu.org/viewcvs?rev=202366&root=gcc&view=rev
Log:
2013-09-08 Paolo Carlini
PR c++/54941
* diagnostic.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #10 from Paolo Carlini ---
Daniel, please send your comment to the mailing list, Francois wants to know.
In any case, note that we want to have something for C++98 too, otherwise we
can't really remove the duplicates. Or maybe those ar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340
--- Comment #14 from Jan Hubicka ---
I use the following workaround for time being.
Honza
Index: tree-ssa-threadedge.c
===
--- tree-ssa-threadedge.c(revision 202364)
+++ tree-ss
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #9 from Daniel Krügler ---
(In reply to Paolo Carlini from comment #8)
> About the duplication, you may want to review what Francois posted to the
> mailing list a few days ago and send your comments. Personally, I agree it
> would be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58362
--- Comment #3 from Paolo Carlini ---
Oh I see, but that should be rather easy to track down.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340
--- Comment #13 from Paolo Carlini ---
Yeah Honza, all of us :(
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #8 from Paolo Carlini ---
About the duplication, you may want to review what Francois posted to the
mailing list a few days ago and send your comments. Personally, I agree it
would be very nice to avoid the duplication, but at the same
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340
Jan Hubicka changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment #12
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #7 from Paolo Carlini ---
Yes, bootstrap is known to be broken, you can do:
update -r202295 tree-ssa-threadedge.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58362
--- Comment #2 from Marc Glisse ---
(In reply to Paolo Carlini from comment #1)
> Maybe it's just me, but I don't understand what -ignored- means in this
> context, could you please explain?
It means that the diagnostic machinery takes the column
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #6 from Chris Jefferson ---
I have a patch I believe fixes this, but trunk doesn't currently build on my
machine (Bug 58340). I'll wait for that to get fixed.
It is annoying there is still separate predicate and non-predicate copies o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58362
--- Comment #1 from Paolo Carlini ---
Maybe it's just me, but I don't understand what -ignored- means in this
context, could you please explain?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58362
Bug ID: 58362
Summary: Wrong column number for unused parameter
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Priority: P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54941
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58361
Bug ID: 58361
Summary: Wrong floating point code generated for ARM target
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #5 from Paolo Carlini ---
Great, thanks Chris.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
--- Comment #4 from Chris Jefferson ---
Just to say I see this, and fortunately it's not hard to keep the optimisation
and meet the complexity requirements.
Expect patch later today.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57472
tim blechmann changed:
What|Removed |Added
Attachment #30227|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58360
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58360
Bug ID: 58360
Summary: gcc crashes on boost::adaptors::transformed
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
Paolo Carlini changed:
What|Removed |Added
Summary|search_n has a Complexity |[4.7/4.8/4.9 Regression]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58358
Paolo Carlini changed:
What|Removed |Added
CC||chris at bubblescope dot net
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58359
Bug ID: 58359
Summary: __builtin_unreachable prevents vectorization
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58346
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50385
--- Comment #2 from Marc Glisse ---
This seems to work on current trunk. Can you confirm, and if so close the PR?
(well, we may want to add the testcases)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58345
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58329
--- Comment #10 from Jan Hubicka ---
OK,
I made similar patch on trip to Pisa. I think correct is to return NULL and
make callers handle it - it does not make sense to consider non-local label to
be local alias. I will test it and commit
Honza
55 matches
Mail list logo