http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
--- Comment #5 from Jakub Jelinek 2012-11-08
20:20:33 UTC ---
Author: jakub
Date: Thu Nov 8 20:20:10 2012
New Revision: 193340
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193340
Log:
PR debug/53145
* dwarf2out.c (g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
--- Comment #2 from H.J. Lu 2012-04-29 16:29:27
UTC ---
/* Return a heap allocated producer string including command line options
if -grecord-gcc-switches. */
static char *
gen_producer_string (void)
{
size_t j;
VEC(dchar_p, heap) *switc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
--- Comment #1 from H.J. Lu 2012-04-29 16:23:05
UTC ---
This fixes the regression. But I don't see why it should make
a difference.
diff --git a/gcc/common.opt b/gcc/common.opt
index 14c88bf..cd760fc 100644
--- a/gcc/common.opt
+++ b/gcc/common