aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init
AgeCommit message (Expand)AuthorFilesLines
2004-11-01re PR c++/15172 (Copy constructor optimization in aggregate initialization)Mark Mitchell1-0/+46
2004-10-28* g++.dg/init/ref12.C: New test.Mark Mitchell1-0/+1
2004-10-28re PR c++/17435 (Binding a temporary of derived type to reference of base)Mark Mitchell1-0/+29
2004-10-15re PR c++/17042 (Duplicated symbol in assembly output)Mark Mitchell1-0/+10
2004-10-15re PR c++/17976 (Calls the dtor twice)Mark Mitchell1-0/+21
2004-10-10re PR c++/17554 (crashes in on kopete build (KDE's kdenetwork))Andrew Pinski1-0/+9
2004-10-10re PR c++/17867 ("void" instead of class name in error message)Mark Mitchell1-0/+21
2004-09-29re PR middle-end/17525 (ICE in emit_move_insn (non-BLKmode arg))Jason Merrill1-0/+17
2004-08-12re PR c++/16853 (pointer-to-member initialization from incompatible one accep...Mark Mitchell1-0/+7
2004-08-02null1.C: Fix PR number.Mark Mitchell1-1/+1
2004-08-02re PR c++/16338 (ICE when throwing a compound literal)Mark Mitchell1-0/+6
2004-07-18re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill1-1/+0
2004-07-07* g++.dg/init/call1.C: XFAIL.Mark Mitchell1-1/+1
2004-07-06optimizeJason Merrill1-0/+1
2004-06-2720021123-1.c: Remove duplicate of 20021110.c.Joseph Myers1-30/+0
2004-06-24re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill1-0/+35
2004-06-16re PR c++/16012 (trouble with scope in for statements in templates)Richard Henderson1-0/+13
2004-06-15re PR tree-optimization/14107 (Return warnings don't work without optimizatio...Jason Merrill1-0/+8
2004-05-27re PR c++/12883 (destructor of array object not called if no prior instantiat...Adam Nemet1-0/+21
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+17
2004-04-09target-supports.exp (check_named_sections_available): New.Zack Weinberg1-4/+3
2004-04-01re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Richard Henderson1-0/+25
2004-03-30re PR c++/14724 (Destructor not called on backwards goto past initialization)Mark Mitchell1-0/+23
2004-03-21re PR c++/14616 (disjoint_set_test.cpp from boost does not compile (sizeof))Mark Mitchell1-0/+9
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-0/+30
2004-03-16c-common.c (c_common_type_for_mode): Build vector types on demand.Paolo Bonzini1-1/+1
2004-03-09re PR c++/14230 (ICE in cp_expr_size)Mark Mitchell1-0/+13
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell2-0/+11
2004-01-29re PR c++/13865 ([tree-ssa] dtor runs prematurely for loop-scoped variable)Jason Merrill1-0/+28
2004-01-16re PR c++/13478 (gcc uses wrong constructor to initialize a const reference)Mark Mitchell1-0/+14
2004-01-05* g++.dg/init/copy7.C: Add missing dg-error markers.Mark Mitchell1-4/+4
2004-01-04re PR c++/12226 (g++ fails to enforce accessibility requirement for copy cons...Mark Mitchell1-0/+18
2003-12-29re PR c++/13009 (Implicitly-defined assignment operator writes to wrong memory)Mark Mitchell1-0/+30
2003-12-19re PR c++/13371 (infinite loop with packed struct and inlining)Jason Merrill1-0/+33
2003-12-18re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini...Jason Merrill1-0/+28
2003-12-17re PR c++/12218 (runtime segfault when initializing global variable with poin...Mark Mitchell2-0/+17
2003-11-17fix size_tJason Merrill2-2/+2
2003-11-17add commentJason Merrill1-0/+3
2003-11-17init.c (build_new_1): Preevaluate placement args.Jason Merrill1-0/+19
2003-11-17re PR c++/11266 ([tree-ssa] ICE with placement new)Jason Merrill1-0/+10
2003-11-14re PR middle-end/12526 ([tree-ssa] internal compiler error: Segmentation fault)Jason Merrill1-0/+19
2003-11-14re PR c++/13033 ([tree-ssa] ICE in lower_stmt)Jason Merrill1-0/+16
2003-10-14re PR c++/11878 (ICE in cp_expr_size)Jason Merrill1-0/+13
2003-10-07re PR c++/10147 (Confusing error message for invalid template function argument)Mark Mitchell1-0/+22
2003-09-29* g++.dg/init/array10.C: Add dg-options.Richard Henderson1-0/+1
2003-09-19array11.C: Change unsigned to __SIZE_TYPE__ so that it will not complain on L...Andrew Pinski1-2/+5
2003-09-07re PR middle-end/11665 (ICE in struct initializer when taking address)Andrew Pinski1-0/+25
2003-09-07re PR c++/11852 (ICE: g++ with bad struct initializer.)Mark Mitchell1-0/+6
2003-09-01re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)Mark Mitchell1-0/+36
2003-08-13* g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.Mark Mitchell1-1/+1