Deleted Added
sdiff udiff text old ( 260073 ) new ( 260194 )
full compact
12007-09-29 Jason Merrill <jason@redhat.com>
2
3 PR c++/33094
4 * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member
5 constant to not have DECL_EXTERNAL if it's file-local.
6
72007-08-24 Jakub Jelinek <jakub@redhat.com>
8

--- 300 unchanged lines hidden (view full) ---

309 * cvt.c (convert_to_void): Replace unconditional warning with
310 -Waddress.
311
3122007-03-05 Simon Martin <simartin@users.sourceforge.net>
313
314 PR c++/30895
315 * tree.c (cp_tree_equal): Properly handle COMPLEX_CST trees.
316
3172007-02-22 Simon Martin <simartin@users.sourceforge.net>
318
319 PR c++/29475
320 * cp-tree.h (struct deferred_access_check): New structure to represent a
321 deferred access check. It replaces the previous representation as a tree.
322 (get_deferred_access_checks): Return a vector of struct
323 deferred_access_check instead of a tree list.
324 (perform_access_checks): Take a vector of struct deferred_access_check

--- 6781 unchanged lines hidden ---