This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/48471] [4.7 Regression] ia64-*-* does not bootstrap due to unused variables in dbxout.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48471

--- Comment #6 from Nathan Froyd <froydnj at gcc dot gnu.org> 2011-04-06 01:06:44 UTC ---
Author: froydnj
Date: Wed Apr  6 01:06:42 2011
New Revision: 172016

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172016
Log:
    PR bootstrap/48471
    * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
    Move these...
    (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
    (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
    #ifdef DBX_DEBUGGING_INFO.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dbxout.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]