aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/expr
AgeCommit message (Expand)AuthorFilesLines
2020-11-19c++: Fix array new with value-initialization [PR97523]Marek Polacek2-0/+59
2020-05-19TESTSUITE: Fix tests for 16-bit targetsJozef Lawrynowicz1-1/+3
2020-05-18c++: Implement DR 1512, Pointer comparison vs qual convs [PR87699]Marek Polacek4-0/+133
2020-01-13 PR c++/93238 - short right-shift with enum.Jason Merrill1-0/+8
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini1-1/+1
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini2-18/+18
2019-12-03typeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or_input_loc location in...Paolo Carlini1-1/+1
2019-11-27typeck.c (cp_build_unary_op): Consistently use the accurate location in seven...Paolo Carlini9-18/+18
2019-11-25typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini1-1/+1
2019-11-18typeck.c (cp_build_addr_expr_1): Use cp_expr_loc_or_input_loc in three places.Paolo Carlini3-4/+4
2019-11-02typeck.c (composite_pointer_type): Add a const op_location_t& parameter and u...Paolo Carlini2-2/+2
2019-10-11PR c++/92070 - bogus error with -fchecking=2.Marek Polacek1-0/+11
2019-09-21re PR c++/30277 (bit-field: wrong overload resolution)Jakub Jelinek1-2/+2
2019-09-16PR c++/30277 - int-width bit-field promotion.Jason Merrill1-0/+17
2019-09-16PR c++/82165 - enum bitfields and operator overloading.Jason Merrill1-0/+36
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek3-2/+4
2019-08-15PR c++/90393 - ICE with thow in ?:Jason Merrill2-0/+38
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-6/+6
2018-12-17PR c++/52321 print note for static_cast to/from incomplete typeJonathan Wakely1-0/+27
2018-09-27re PR c++/84940 (internal compiler error: in build_value_init_noctor, at cp/i...Paolo Carlini1-0/+8
2018-09-12C++: special-case single non-viable candidate (more PR c++/85110)David Malcolm1-1/+1
2018-08-30noexcept30.C: Make dependence on -fdelete-null-pointer-checks explicit.Sandra Loosemore1-0/+1
2018-06-11Fix ptrmem comparison for unions.Jason Merrill1-0/+28
2018-05-25PR c++/80485 - inline function non-zero address.Jason Merrill1-0/+15
2018-05-03PR c++/85600 - virtual delete failure.Jason Merrill1-0/+25
2018-04-04PR c++/84938 - ICE with division by ~-1.Jason Merrill1-0/+3
2018-04-04PR c++/85141 - ICE with compound assignment and static member fn.Jason Merrill1-0/+12
2017-11-06Fix test-suite fallout of default -Wreturn-type.Martin Liska2-2/+2
2017-11-06Fix all tests that fail with -sanitize=return.Martin Liska1-1/+7
2017-09-19pr31146-2.C: Only do scan-tree-dump for c++14_down.Jakub Jelinek3-5/+8
2017-09-18re PR c++/45033 ("delete" does overload resolution for class operands, but sh...Paolo Carlini1-0/+12
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek7-21/+21
2017-05-24PR c++/80544 strip cv-quals from cast resultsJonathan Wakely1-0/+41
2017-04-28Remove superfluous "" in dg-(error|warning|message|bogus)Tom de Vries3-5/+5
2017-04-19Use relative line number for subsequent dg directivesTom de Vries9-14/+14
2017-03-09re PR c++/79687 (Wrong code with pointer-to-member)Marek Polacek2-0/+34
2016-09-23atomic-12.c: Skip for C++1z.Marek Polacek7-15/+21
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek8-11/+13
2016-03-24re PR c++/70386 (ICE with -Wall on valid code on x86_64-linux-gnu in verify_c...Jason Merrill1-0/+18
2016-03-05re PR c++/70084 (va_arg ((ap), int) regression on s390*-*)Jakub Jelinek1-0/+18
2015-07-23re PR c++/52987 (bogus expected ; before for undeclared type)Paolo Carlini1-1/+1
2015-02-13re PR c++/65054 (internal compiler error: in maybe_constant_value, at cp/cons...Jason Merrill1-0/+7
2014-10-11re PR c++/62115 (ICE with invalid default argument)Jason Merrill1-1/+3
2014-05-19typeck2.c (cxx_incomplete_type_diagnostic): Use inform.Paolo Carlini2-2/+2
2014-05-14re PR c++/20332 (poor diagnostic when bind non lvalue to a reference for defa...Jason Merrill1-3/+3
2014-05-14call.c (struct conversion_info): Rename 'from_type' to 'from'.Jason Merrill2-3/+0
2014-05-09DR 587 PR c++/51317Jason Merrill1-0/+6
2014-05-09re PR c++/58714 (Bogus overload resolution for the assignment operator in ass...Jason Merrill1-0/+12
2014-05-09re PR c++/32019 (Conditional operator ?: and ambiguous convertions)Jason Merrill3-0/+46
2014-05-09re PR c++/22434 (ICE in simplify_{,gen_}subreg)Jason Merrill1-3/+2