-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2020-01-07 Paolo Carlini <[email protected]> * init.c (build_new): Add location_t parameter and use it throughout. (build_raw_new_expr): Likewise. * parser.c (cp_parser_new_expression): Pass the combined_loc. * pt.c (tsubst_copy_and_build): Adjust call. * cp-tree.h: Update declarations. /libcc1 2020-01-07 Paolo Carlini <[email protected]> * libcp1plugin.cc (plugin_build_new_expr): Update build_new call. /gcc/testsuite 2020-01-07 Paolo Carlini <[email protected]> * g++.old-deja/g++.bugs/900208_03.C: Check locations too. * g++.old-deja/g++.bugs/900519_06.C: Likewise. git-svn-id: svn://gcc.gnu.org/svn/gcc/trunk@279963 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
paolo
committed
Jan 7, 2020
1 parent
e971b77
commit dd5a938
Showing
10 changed files
with
53 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2020-01-07 Paolo Carlini <[email protected]> | ||
|
||
* init.c (build_new): Add location_t parameter and use it throughout. | ||
(build_raw_new_expr): Likewise. | ||
* parser.c (cp_parser_new_expression): Pass the combined_loc. | ||
* pt.c (tsubst_copy_and_build): Adjust call. | ||
* cp-tree.h: Update declarations. | ||
|
||
2020-01-07 Jason Merrill <[email protected]> | ||
|
||
PR c++/47877 - -fvisibility-inlines-hidden and member templates. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2020-01-07 Paolo Carlini <[email protected]> | ||
|
||
* g++.old-deja/g++.bugs/900208_03.C: Check locations too. | ||
* g++.old-deja/g++.bugs/900519_06.C: Likewise. | ||
|
||
2020-01-07 Andre Vieira <[email protected]> | ||
|
||
* gcc.dg/vect/vect-epilogues.c: XFAIL for arm big endian. | ||
|
@@ -29,7 +34,7 @@ | |
2020-01-07 Martin Liska <[email protected]> | ||
|
||
PR tree-optimization/92860 | ||
* gcc.dg/pr92860.c: New test. | ||
* gcc.dg/pr92860.c: New test. | ||
|
||
2020-01-07 Jakub Jelinek <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2020-01-07 Paolo Carlini <[email protected]> | ||
|
||
* libcp1plugin.cc (plugin_build_new_expr): Update build_new call. | ||
|
||
2020-01-01 Jakub Jelinek <[email protected]> | ||
|
||
Update copyright years. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters