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 c++/54999] [4.8 regression] ICE in tsubst_copy, at cp/pt.c:12387


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

vincenzo Innocente <vincenzo.innocente at cern dot ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from vincenzo Innocente <vincenzo.innocente at cern dot ch> 2012-10-20 15:26:03 UTC ---
patch 
http://gcc.gnu.org/bugzilla/attachment.cgi?id=28449
seems to solve the issue

but I get

../.././gcc/cp/pt.c: In function âint push_tinst_level(tree_node*)â:
../.././gcc/cp/pt.c:7885: warning: unknown conversion type character âSâ in
format
../.././gcc/cp/pt.c:7885: warning: too many arguments for format
../.././gcc/cp/pt.c: In function âtree_node* tsubst_copy_and_build(tree_node*,
tree_node*, tsubst_flags_t, tree_node*, bool, bool)â:
../.././gcc/cp/pt.c:13291: warning: format not a string literal and no format
arguments

compiling gcc

*** This bug has been marked as a duplicate of bug 54844 ***


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