https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67730
--- Comment #7 from Marek Polacek ---
Author: mpolacek
Date: Fri Oct 2 18:01:50 2015
New Revision: 228408
URL: https://gcc.gnu.org/viewcvs?rev=228408&root=gcc&view=rev
Log:
PR c/67730
* c-typeck.c (convert_for_assignment): Use t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67730
--- Comment #6 from Marek Polacek ---
Author: mpolacek
Date: Wed Sep 30 12:21:03 2015
New Revision: 228288
URL: https://gcc.gnu.org/viewcvs?rev=228288&root=gcc&view=rev
Log:
PR c/67730
* c-typeck.c (c_finish_return): Use the expa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67730
--- Comment #5 from Marek Polacek ---
Author: mpolacek
Date: Wed Sep 30 11:26:44 2015
New Revision: 228286
URL: https://gcc.gnu.org/viewcvs?rev=228286&root=gcc&view=rev
Log:
PR c/67730
* c-typeck.c (c_finish_return): Use the expa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67730
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67730
--- Comment #3 from Manuel López-Ibáñez ---
Or perhaps we need to a new function (and a new entry in the guidelines) for
the case that we always want the expansion point.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67730
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67730
--- Comment #1 from joseph at codesourcery dot com ---
Probably caused by:
r211978 | mpolacek | 2014-06-25 12:43:05 + (Wed, 25 Jun 2014) | 7
lines
PR c/61162
* c-parser.c (c_parser_statement_after_labels): Pass the location
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67730
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.3
Summary|[5.2 Regression]