summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog.google-4_7
blob: 6aeb5435ee1d1a124be7e06c1b08982cbd7bd537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
2012-09-27  Dehao Chen  <dehao@google.com>

	Backport from trunk r191494, r191510, r191614, r191669, r191680,
	r191706, r191747, r191759, r191779 and r191810:

	* c-family/c-pch.c (c_common_read_pch): Rebuild the location_adhoc_data
	map when read in the pch.

2012-07-24  Cary Coutant  <ccoutant@google.com>
    
    Backport Fission patches from trunk at r188195, r188857, r189084,
    r189094, and r189392.
    
    2012-06-04  Sterling Augustine  <saugustine@google.com>
    
    	* c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
    	* c-pretty-print.c (pp_c_specifier_qualifier_list): Check
    	it at both the start and end of the function.

2012-06-15   Cary Coutant  <ccoutant@google.com>

    Revert Fission patches r182490, r182891, r183042, and r183320.
    This will clear the way to backport the final patches from trunk.

    r182490:

	2011-12-19  Sterling Augustine <saugustine@google.com>

	    * c-pretty-print.c (pp_c_specifier_qualifier_list): Move conditional
	    from beginning to end.

2012-03-13  Easwaran Raman <eraman@google.com>

	Backport r185349 from google/main

	* c-cppbuiltin.c (c_cpp_builtins): Define __GXX_DELETE_WITH_SIZE__ for
	C++ files compiled with -fsized-delete.