re PR debug/48466 (Wrong variable locations at -O0 on i686)
[gcc.git] / gcc / testsuite / ChangeLog
2011-04-06 Jakub Jelinekre PR debug/48466 (Wrong variable locations at -O0...
2011-04-06 Ramana RadhakrishnanFix commit for PR target/43920
2011-04-06 Eric Botcazougimple-low.c (lower_gimple_return): When not optimizing...
2011-04-06 Richard Guentherre PR middle-end/47663 (Very simple wrapper not inlined)
2011-04-05 Eric Botcazoupr47917.c: Add -D_XOPEN_SOURCE=500 to dg-options for...
2011-04-05 Eric Botcazoupr47917.c: Add -D_XOPEN_SOURCE=500 to dg-options for...
2011-04-05 Tom de Vriesre PR target/43920 (Choosing conditional execution...
2011-04-04 Yufeng ZhangFor Yufeng Zhang - Fix typos and errors in testcase.
2011-04-04 Thomas Koenigfrontend-passes: (optimize_lexical_comparison): New...
2011-04-04 Thomas Koenigre PR fortran/48412 (CP2K miscompiled due to some Fortr...
2011-04-04 Tobias Burnusre PR fortran/18918 (Eventually support Fortran 2008...
2011-04-04 Rainer Orthbessel_6.f90: Use dg-add-options ieee.
2011-04-04 Uros Bizjak* gcc/ChangeLog: Fix formatting.
2011-04-03 Tobias Burnusbessel_6.f90: Reduce mymax for Tru64.
2011-04-03 Richard Guenthertree-if-conv.c (memrefs_read_or_written_unconditionally...
2011-04-02 Eric Botcazouutils2.c (build_allocator): In the unconstrained array...
2011-04-02 Eric Botcazouutils.c (update_pointer_to): Finalize named pointer...
2011-04-01 Uros Bizjak* go.test/go-test.exp (go-set-goarch): Recognize alpha...
2011-04-01 Jakub Jelinekre PR middle-end/48335 (ICE in convert_move)
2011-04-01 Vincent Lefevre2011-04-01 Vincent Lefevre <vincent+gcc@vinc17.org>
2011-04-01 Thomas Koenigre PR fortran/48352 (segfault in fortran/frontend-passes.c)
2011-04-01 Bernd Schmidt20091002-1_0.C: Use "dg-require-effective-target fpic".
2011-04-01 Bernd Schmidtifcvt.c (cond_exec_process_insns): Disallow converting...
2011-04-01 Ian Lance Taylor* go.test/go-test.exp (go-set-goarch): Recognize MIPS...
2011-03-31 Eric Botcazoutree-ssa-pre.c (create_component_ref_by_pieces_1):...
2011-03-31 Jason Merrillre PR c++/48280 ([C++0x] ICE: tree check: expected...
2011-03-31 Rainer Orthre PR target/16292 (Test power.f90 fails on irix6.5...
2011-03-31 Eric Botcazoure PR target/48142 (miscompilation with -Os -mpreferred...
2011-03-30 Rainer Orthgo-test.exp (go-set-goarch): Use sparc64 for 64-bit...
2011-03-30 Jason Merrillre PR c++/48212 ([C++0x] ICE: in non_const_var_error...
2011-03-30 Jason Merrillre PR c++/48369 ([C++0x] ICE in potential_constant_exp...
2011-03-30 Jason Merrillre PR c++/48281 ([C++0x] internal compiler error: in...
2011-03-30 Richard Sandifordre PR target/47551 (ICE when reloading neon registers...
2011-03-30 Jakub Jelinekre PR c/48305 (ice at -O0: verify_gimple failed)
2011-03-30 Jason Merrillre PR c++/48265 ([C++0x] ICE: SIGSEGV (recursion in...
2011-03-29 Steve Ellceypr47917.c: Use -std=gnu99 on HP-UX.
2011-03-29 Ian Lance Taylorgo-test.exp: Handle the test lines used in several...
2011-03-29 Peter Bergnerstack-usage-1.c (SIZE): Provide proper values for __ppc...
2011-03-29 Jason Merrillre PR c++/48319 ([C++0x] Segmentation fault in instanti...
2011-03-29 Jason Merrillre PR c++/48089 ([C++0x] ICE on in(?)valid in constexpr...
2011-03-29 Jason Merrillre PR c++/48296 ([C++0x] constexpr member function...
2011-03-29 Jason Merrill* semantics.c (is_valid_constexpr_fn): Specify input...
2011-03-29 Janus Weilre PR fortran/48095 ([OOP] Invalid assignment to proced...
2011-03-29 Thomas Koenigfunction_optimize_1.f90: Add -Warray-temporaries, check...
2011-03-29 Jason Merrillre PR c++/48313 ([C++0x] std::bind with template function)
2011-03-28 Jakub Jelinekre PR debug/48203 (ICE in dwarf2out.c while building...
2011-03-28 Jeff Lawtree-ssa-threadupdate.c (redirect_edges): Call create_e...
2011-03-28 Peter Bergnerstack-usage-1.c (SIZE): Provide proper values for __PPC...
2011-03-28 Dominique d'Humieresre PR testsuite/48238 (FAIL: gcc.dg/debug/dwarf2/pr4793...
2011-03-28 Jason MerrillCore 1232
2011-03-28 Jason Merrillcall.c (reference_binding): Allow direct binding to...
2011-03-28 Jason MerrillCore 898
2011-03-28 Jason MerrillCore 898
2011-03-28 Jason Merrillexcept.c (build_noexcept_spec): Call cxx_constant_value...
2011-03-28 H.J. LuAdd -fno-pic to gcc.target/i386/pr47502-2.c.
2011-03-28 Eric Botcazoutree-vectorizer.h (vect_create_data_ref_ptr): Adjust...
2011-03-27 H.J. LuSplit 32-byte AVX unaligned load/store.
2011-03-27 Thomas Koenigre PR fortran/47065 (Replace trim(a) by a(1:len_trim...
2011-03-27 Eric BotcazouFix typo
2011-03-27 Richard Sandifordre PR target/38598 (MIPS extendsidi2 does not have...
2011-03-27 Ira Rosenarm.c (arm_autovectorize_vector_sizes): New function.
2011-03-26 Janus Weilre PR fortran/48291 ([OOP] internal compiler error...
2011-03-26 Ira Rosenvect-cselim-1.c: Fail on targets that don't support...
2011-03-26 Andrey Belevantsevre PR rtl-optimization/48144 (ICE: in code_motion_path_...
2011-03-26 Eric Botcazoudecl.c (gnat_to_gnu_entity): Create TYPE_DECL for the...
2011-03-26 Eric Botcazougigi.h (finalize_from_with_types): Adjust comment.
2011-03-26 Eric Botcazouinline.adb (Back_End_Cannot_Inline): Lift restriction...
2011-03-25 Tobias Burnusre PR fortran/48174 (DWARF for subroutine with no args...
2011-03-25 Martin Jamborpr44686.c: Do not explicitely specify -O2.
2011-03-25 Jason MerrillCore 1135
2011-03-25 Jason Merrillre PR c++/48289 (-pedantic breaks std::move)
2011-03-25 Ira Rosenre PR target/48287 (gcc.dg/vect/vect-cselim-1.c FAILs...
2011-03-25 Rainer Orthpr47917.c: Add -D_XOPEN_SOURCE=500 to dg-options for...
2011-03-25 Rainer Orthre PR testsuite/48283 (gcc.dg/graphite/block-[3478...
2011-03-25 Richard Guentherpasses.c (init_optimization_passes): Add FRE pass after...
2011-03-24 Jakub Jelinekre PR debug/48204 (ICE: in decimal_to_decnumber, at...
2011-03-24 Steve Ellceyre PR target/48209 (FAIL: gcc.c-torture/execute/pr47917...
2011-03-24 Eric Botcazoueinfo.ads (Size_Depends_On_Discriminant): Adjust descri...
2011-03-24 Eric Botcazoutrans.c (gnat_to_gnu): Remove obsolete case of non...
2011-03-24 Richard Guentherre PR tree-optimization/48271 (ICE: SIGSEGV in tree_ssa...
2011-03-24 Eric Botcazoutree-sra.c (build_ref_for_offset): Strip useless type...
2011-03-24 Uros Bizjakre PR target/48237 (ICE: in final_scan_insn, at final...
2011-03-24 Richard Guentherre PR middle-end/48269 (Incorrect fortify warning for...
2011-03-24 Richard Guentherre PR tree-optimization/46562 (CCP currently needs...
2011-03-24 Ira Roseninvoke.texi (max-stores-to-sink): Document.
2011-03-24 Chung-Lin Tangre PR target/46934 (gcc ICE: error: unrecognizable...
2011-03-23 Ian Lance Taylor* go.test/go-test.exp (errchk): Ignore lines containing...
2011-03-23 Richard GuentherMakefile.in (IPA_TYPE_ESCAPE_H): Remove.
2011-03-23 Rainer Orthre PR testsuite/48251 (guality_check hangs indefinitely...
2011-03-23 Eric Botcazoutrans.c (create_temporary): New function taken from...
2011-03-23 Richard Sandifordre PR target/47553 (ARM neon vld1q_lane_u8 & co. don...
2011-03-23 Eric Botcazoudecl.c (gnat_to_gnu_entity): Create TYPE_DECL for the...
2011-03-22 Joseph MyersMAINTAINERS (crx port, [...]): Remove.
2011-03-22 Nick Cliftontarget-supports.exp (check_profiling_available): Add...
2011-03-22 Michael MeissnerMake vector-{1,2}.c run correctly on PowerPC 32-bit
2011-03-22 Richard Guentherre PR tree-optimization/48228 (incorrect signed overflo...
2011-03-21 Jack Howarthprune.exp (prune_gcc_output): Prune "could not create...
2011-03-21 Jakub Jelinekre PR c/42544 (Bad codegen with signed short cast to...
2011-03-21 Michael MeissnerMake UNSPEC/UNSPECV constants use the enum; Fix 48192...
2011-03-21 Richard Guentherre PR c/47939 (Missing DW_TAG_typedef for qualified...
next