aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-12re PR c++/34824 (ICE with explicit copy constructor)Jason Merrill1-2/+13
2008-02-06re PR c++/35056 (ICE in copy_to_mode_reg, at explow.c:621)Alexandre Oliva1-0/+2
2008-01-25re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Jason Merrill1-13/+1
2008-01-25re PR c++/31780 (ICE with incompatible types for ?: with "complex type" conve...Jason Merrill1-6/+21
2008-01-23re PR c++/33984 (bit-fields, references and overloads)Jakub Jelinek1-7/+12
2007-12-20re PR c++/34111 (new overload resolution error)Jason Merrill1-8/+1
2007-11-23re PR c++/5310 (Weird warnings about using (int)NULL)Mark Mitchell1-1/+8
2007-11-13re PR c++/29225 (ICE in gimplify_expr, at gimplify.c:4513)Jakub Jelinek1-1/+4
2007-11-07re PR c++/33501 (Copy constructor assumed to exist for undefined class)Jakub Jelinek1-1/+2
2007-11-05Index...Douglas Gregor1-2/+7
2007-10-27re PR c++/5247 (Memory eating infinite loop on default parameter in construct...Jason Merrill1-0/+16
2007-10-23PR c++/25950 (DR 391)Jason Merrill1-65/+35
2007-10-12re PR c++/26698 (g++ accepts const-incorrect code due to conversion function)Simon Martin1-1/+15
2007-10-04re PR c++/20416 (Incorrect lifetime for temporary with static const reference)Jason Merrill1-1/+5
2007-09-23re PR c++/15269 (__attribute__((deprecated)) broken with inline, ignored with...Jason Merrill1-0/+5
2007-09-16re PR c++/32756 (wrong ambiguous overload error?)Nathan Sidwell1-11/+15
2007-09-04re PR c++/31419 (template user defined conversion operator instantiated for c...Jason Merrill1-1/+6