| OLD | NEW |
| 1 2012-06-11 Roland McGrath <mcgrathr@google.com> | 1 2012-06-11 Roland McGrath <mcgrathr@google.com> |
| 2 | 2 |
| 3 * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p): | 3 * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p): |
| 4 If __GLIBC__ is defined, refer to __pthread_key_create instead of | 4 If __GLIBC__ is defined, refer to __pthread_key_create instead of |
| 5 pthread_cancel. | 5 pthread_cancel. |
| 6 | 6 |
| 7 2011-06-18 H.J. Lu <hongjiu.lu@intel.com> |
| 8 |
| 9 * longlong.h (count_leading_zeros): Use long long builtin for |
| 10 x86-64. |
| 11 (count_trailing_zeros): Likewise. |
| 12 |
| 7 2010-01-21 Release Manager | 13 2010-01-21 Release Manager |
| 8 | 14 |
| 9 * GCC 4.4.3 released. | 15 * GCC 4.4.3 released. |
| 10 | 16 |
| 11 2010-01-20 Richard Guenther <rguenther@suse.de> | 17 2010-01-20 Richard Guenther <rguenther@suse.de> |
| 12 | 18 |
| 13 PR tree-optimization/41826 | 19 PR tree-optimization/41826 |
| 14 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Avoid | 20 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Avoid |
| 15 access to re-allocated vector fields. | 21 access to re-allocated vector fields. |
| 16 | 22 |
| (...skipping 5796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5813 (process_init_element): Add IMPLICIT argument. Pass it down | 5819 (process_init_element): Add IMPLICIT argument. Pass it down |
| 5814 to output_init_element. | 5820 to output_init_element. |
| 5815 (push_init_element, pop_init_level, set_designator): Adjust | 5821 (push_init_element, pop_init_level, set_designator): Adjust |
| 5816 process_init_element callers. | 5822 process_init_element callers. |
| 5817 (set_nonincremental_init, set_nonincremental_init_from_string): | 5823 (set_nonincremental_init, set_nonincremental_init_from_string): |
| 5818 Adjust add_pending_init callers. | 5824 Adjust add_pending_init callers. |
| 5819 (output_pending_init_elements): Adjust output_init_element callers. | 5825 (output_pending_init_elements): Adjust output_init_element callers. |
| 5820 * c-tree.h (process_init_element): Adjust prototype. | 5826 * c-tree.h (process_init_element): Adjust prototype. |
| 5821 * c-parser.c (c_parser_initelt, c_parser_initval): Adjust | 5827 * c-parser.c (c_parser_initelt, c_parser_initval): Adjust |
| 5822 process_init_element callers. | 5828 process_init_element callers. |
| OLD | NEW |