https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
--- Comment #11 from Andreas Schwab ---
FAIL: gcc.dg/cpp/pr66415-1.c expected multiline pattern lines 11-12 not found:
"\s*__builtin_printf
\("x%dx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
--- Comment #10 from Manuel López-Ibáñez ---
Author: manu
Date: Mon Sep 21 14:52:09 2015
New Revision: 227975
URL: https://gcc.gnu.org/viewcvs?rev=227975&root=gcc&view=rev
Log:
Handle lines encoded into several maps in linemap_position_for_loc_a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
--- Comment #8 from Marek Polacek ---
Author: mpolacek
Date: Mon Jun 8 15:16:12 2015
New Revision: 224236
URL: https://gcc.gnu.org/viewcvs?rev=224236&root=gcc&view=rev
Log:
PR c/66415
* c-format.c (location_from_offset): Return
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
--- Comment #6 from Manuel López-Ibáñez ---
(In reply to Marek Polacek from comment #5)
> Oops, the patch does not fixed the reduced case, so something else is needed
> as well :(.
It seems this is triggering:
if (map != LINEMAPS_LAST_ORDINAR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
--- Comment #5 from Marek Polacek ---
Oops, the patch does not fixed the reduced case, so something else is needed as
well :(.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
--- Comment #4 from Manuel López-Ibáñez ---
(In reply to Marek Polacek from comment #2)
> Manuel, does that look fine to you?
I wonder why line is NULL, but even if it can only happen due to bugs in other
parts of the compiler, we should not ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
--- Comment #3 from Marek Polacek ---
void
fn1 (void)
{
__builtin_printf
("x%dxxx");
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
Marek Polacek changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Comment #2 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
11 matches
Mail list logo