aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-27call.c (implicit_conversion): Handle conversion from initializer-list to scalar.Jason Merrill1-6/+40
2009-05-25re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)Jason Merrill1-12/+13
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-252/+438
2009-05-18Implement explicit conversions ops as specified in N2437.Jason Merrill1-19/+60
2009-05-15re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez1-2/+2
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers1-4/+4
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu1-2/+2
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+1
2009-04-23re PR c++/38228 (ICE with invalid use of bound member function)Dodji Seketeli1-2/+14
2009-04-19re PR c/32061 ((Wlogical-op) wording of warning of constant logicials need im...Manuel López-Ibáñez1-11/+17
2009-04-15re PR c++/39551 (C++ frontend not warn about unused dereference operator with...Le-Chun Wu1-0/+1
2009-04-13re PR c++/39480 (generated memcpy causes trouble in assignment)Jason Merrill1-0/+14
2009-04-13re PR c++/39750 (ICE in uses_template_parms, at cp/pt.c:6332)Jason Merrill1-1/+3
2009-04-13re PR c++/39742 (ice in C++ overload resolution)Jason Merrill1-0/+3
2009-04-07re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill1-3/+45
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-27re PR c++/37554 (ICE with invalid cast)Paolo Carlini1-1/+1
2008-12-19re PR c++/38577 (ICE: tree check: expected call_expr, have compound_expr in b...Jakub Jelinek1-0/+11
2008-12-10re PR c++/37971 (Rejects default argument that is a template via access fail...Mark Mitchell1-5/+17
2008-12-02PR c++/35782, c++/37860Jason Merrill1-2/+18
2008-11-20re PR c++/37540 (ICE on __decltype of method call in function template)Jason Merrill1-5/+11
2008-11-18re PR c++/37962 (ICE with (auto*) casts)Jason Merrill1-2/+2
2008-11-14re PR c++/37740 ([C++0x] "foo f{...}" form compiles, but "new foo{...}" one d...Jason Merrill1-1/+1
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-1/+1
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill1-0/+4
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez1-1/+1
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-8/+10
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-2/+2
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-7/+7
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-4/+4
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-15/+17
2008-07-25typeck.c (inline_conversion): Remove.Jan Hubicka1-2/+0
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-2/+7
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-3/+4
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-1/+1
2008-07-18re PR c++/36407 (ICE with conversion and -fpermissive)Dodji Seketeli1-1/+3
2008-07-03re PR c++/36128 (ICE with invalid argument for builtin)Richard Guenther1-0/+7
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-64/+304
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-4/+4
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-1/+1
2008-05-27Fix c++/27975.Michael Matz1-1/+2
2008-05-27re PR c++/35909 (ICE with bit-field and const references)Alexandre Oliva1-1/+4
2008-05-12typeck2.c (digest_init): Use CONVERT_EXPR_P.Tomas Bily1-3/+2
2008-04-17re PR c++/35773 (auto_ptr references don't convert)Jason Merrill1-34/+32
2008-04-09call.c (build_op_delete_call): Fix quotation in warning message.Volker Reichelt1-1/+1
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-172/+259
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-21/+21
2008-03-17re PR c++/35548 (g++ 4.3 miscompile this simple program)Jason Merrill1-1/+2
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-7/+7
2008-02-26re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start...Manuel López-Ibáñez1-1/+0