aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill1-0/+5
2016-08-09PR c++/56701 - wrong type of &*thisJason Merrill1-5/+0
2016-08-04PR c++/72796 - wrong resolution of scoped method call.Jason Merrill1-1/+1
2016-07-21PR c++/65168 - -Waddress in unevaluated context.Jason Merrill1-13/+2
2016-07-18re PR c++/71871 (ICE on mixing templates and vector extensions ternary operator)Jakub Jelinek1-2/+1
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-5/+5
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill1-14/+4
2016-07-08Rename lvalue_or_rvalue_with_address_p to glvalue_p.Jason Merrill1-3/+2
2016-06-24P0145R2: Refining Expression Order for C++ (complex LHS of =).Jason Merrill1-20/+6
2016-06-17PR c++/71209 - wrong error with dependent baseJason Merrill1-0/+2
2016-06-14Introduce gcc_rich_location::add_fixit_misspelled_idDavid Malcolm1-6/+4
2016-05-24PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in templateMartin Sebor1-1/+1
2016-05-24re PR middle-end/70434 (adding an extraneous cast to vector type results in i...Richard Biener1-2/+1
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-5/+18
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-34/+35
2016-05-02PR c++/62314: C++: add fixit hint to misspelled member namesDavid Malcolm1-3/+15
2016-04-26Bootstrapped/regtested on x86_64-linux, ok for trunk?Marek Polacek1-5/+5
2016-04-13Fix PR c++/70610 (wrong overload resolution during template processing)Patrick Palka1-4/+2
2016-03-31re PR c++/70430 (Incorrect result for logical "and" operation with mixed vect...Richard Biener1-1/+1
2016-03-17re PR c++/70194 (missing -Waddress on constexpr pointer)Marek Polacek1-52/+34
2016-03-03re PR c++/51406 ([c++0x] Incorrect result of static_cast to rvalue reference ...Jason Merrill1-5/+1
2016-02-25re PR c++/69736 ("error: too few arguments to function" in c++14 but not c++11)Patrick Palka1-11/+1
2016-02-16re PR c/69835 (-Wnonnull diagnoses parameter comparisons with NULL even when ...Jakub Jelinek1-10/+0
2016-02-12Fix PR c++/69098 (bogus errors with static data member template)Patrick Palka1-1/+9
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-2/+3
2016-02-11re PR c/69768 (Bogus -Waddress warning)Jakub Jelinek1-3/+6
2016-02-10re PR c++/68926 (decltype and sfinae to check for template instance availabil...Jason Merrill1-1/+1
2016-01-27re PR c/68062 (ICE when comparing vectors)Marek Polacek1-0/+14
2016-01-15re PR c++/69257 (g++ ICE in "create_tmp_var" on invalid inline-asm)Jason Merrill1-8/+18
2016-01-13Improve warning locations (PR66208)Bernd Schmidt1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21C and C++ FE: fix source ranges for binary opsDavid Malcolm1-3/+10
2015-12-17Fix some blockers of PR c++/24666 (arrays decay to pointers too early)Patrick Palka1-7/+9
2015-12-15Fix PR c++/21802 (two-stage name lookup fails for operators)Patrick Palka1-19/+81
2015-12-08Fix PR c++/68711 - [6 regression] SEGV on an invalid offsetof of a memberMartin Sebor1-2/+5
2015-12-06PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z.Jason Merrill1-3/+9
2015-12-04C++ FE: expression rangesDavid Malcolm1-15/+27
2015-11-26re PR c++/68508 (Internal compiler error with parentheses around return value...Jakub Jelinek1-2/+4
2015-11-20C++ FE: offer suggestions for misspelled field namesDavid Malcolm1-3/+12
2015-11-17re PR bootstrap/68346 (Bootstrap failure on i686-linux)Jason Merrill1-1/+7
2015-11-17Don't fold -(constant) or -0.Jason Merrill1-4/+0
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-68/+59
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-5/+2
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-0/+4
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-7/+3
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-1/+15
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+16
2015-09-10Warn when comparing nonnull arguments to NULL in a function.Mark Wielaard1-0/+10
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor1-2/+13