- 02 Jan, 2010 3 commits
-
-
* config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_) : Remove. * config/avr/avr-protos.h (avr_init_once, avr_optimization_options, avr_change_section, avr_reg_class_from_letter) : Remove declaration. From-SVN: r155564
Anatoly Sokolov committed -
2010-01-02 Richard Guenther <rguenther@suse.de> PR lto/41597 * toplev.c (compile_file): Emit LTO marker properly. Change it to __gnu_lto_v1. * collect2.c (scan_prog_file): Adjust for changed LTO marker. From-SVN: r155563
Richard Guenther committed -
From-SVN: r155562
GCC Administrator committed
-
- 01 Jan, 2010 7 commits
-
-
2010-01-01 Richard Guenther <rguenther@suse.de> PR debug/42455 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order. From-SVN: r155559
Richard Guenther committed -
libcpp: PR preprocessor/41947 * expr.c (cpp_classify_number): Give error for hexadecimal floating-point constant with no digits before or after point. gcc/testsuite: * gcc.dg/c99-hexfloat-3.c: New test. From-SVN: r155558
Joseph Myers committed -
2010-01-01 Richard Guenther <rguenther@suse.de> PR c/42570 * c-decl.c (grokdeclarator): For zero-size arrays force structural equality checks as layout_type does. * gcc.c-torture/execute/pr42570.c: New testcase. From-SVN: r155557
Richard Guenther committed -
From-SVN: r155556
H.J. Lu committed -
2010-01-01 H.J. Lu <hongjiu.lu@intel.com> PR lto/42531 * lto-streamer-out.c (produce_asm): Revert the last change. (copy_function): Likewise. * lto-streamer.c (lto_get_section_name): Skip any leading asterisk in name. From-SVN: r155555
H.J. Lu committed -
2010-01-01 Richard Guenther <rguenther@suse.de> PR middle-end/42559 * builtins.c (get_object_alignment): Do not use DECL_ALIGN for LABEL_DECLs. * gcc.c-torture/compile/pr42559.c: New testcase. From-SVN: r155554
Richard Guenther committed -
From-SVN: r155543
GCC Administrator committed
-
- 31 Dec, 2009 3 commits
-
-
From-SVN: r155535
Jakub Jelinek committed -
re PR target/41605 (Static linking of libgcc/libgfortran/libstdc++ can cause inconsistent symbol resolution.) 2009-12-31 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk> PR target/41605 * config/darwin.h (LINK_COMMAND_SPEC): Resolve fopenmp specifically for target. (LINK_SPEC): Replace dynamic libraries by static equivalents where necessary. * config/darwin9.h (LINK_COMMAND_SPEC): Resolve fopenmp specifically for target. Co-Authored-By: Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk> From-SVN: r155534
Dave Korn committed -
From-SVN: r155533
GCC Administrator committed
-
- 30 Dec, 2009 9 commits
-
-
PR lto/42531 * lto-streamer-out.c (produce_asm): Skip any leading asterisk when using DECL_ASSEMBLER_NAME to generate a section name. (copy_function): Likewise. From-SVN: r155528
Dave Korn committed -
PR target/42516 * config/m68k/m68k.md (rotlsi_16): New insn. From-SVN: r155527
Andreas Schwab committed -
PR c/42439 * c-decl.c (check_bitfield_type_and_width): Only pedwarn if pedantic for bit-field width not an integer constant expression but folding to one. testsuite: * gcc.dg/bitfld-19.c, gcc.dg/bitfld-20.c, gcc.dg/bitfld-21.c: New tests. From-SVN: r155526
Joseph Myers committed -
PR tree-optimization/41956 * tree-vect-slp.c (vect_supported_load_permutation_p): Add check that the load indices differ. From-SVN: r155523
Ira Rosen committed -
From-SVN: r155520
Uros Bizjak committed -
PR target/42549 * config/i386/mmx.md ("*mmx_subv2sf3): Fix insn operand number for alternative 1. testsuite/ChangeLog: PR target/42549 * gcc.target/i386/mmx-3dnow-check.h: New file. * gcc.target/i386/pr42549.c: New test. From-SVN: r155519
Uros Bizjak committed -
/gcc 2009-12-30 Robert Millan <rmh.gcc@aybabtu.com> PR other/42537 * errors.c: Fix typo in comment. * graphite-sese-to-poly.c: Likewise. * profile.c (is_inconsistent): Fix typo in string. /libjava 2009-12-30 Robert Millan <rmh.gcc@aybabtu.com> PR other/42537 * classpath/java/rmi/activation/Activatable.java: Fix typos in comment. From-SVN: r155518
Robert Millan committed -
./: PR middle-end/42099 * expmed.c (expand_divmod): Don't shift HOST_WIDE_INT value more than HOST_BITS_PER_WIDE_INT. testsuite/: PR middle-end/42099 * gcc.c-torture/execute/20091229-1.c: New test. From-SVN: r155516
Ian Lance Taylor committed -
From-SVN: r155514
GCC Administrator committed
-
- 29 Dec, 2009 7 commits
-
-
2009-12-29 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c (ix86_expand_int_vcond): Reformat. From-SVN: r155509
H.J. Lu committed -
gcc/fortran/ 2009-12-29 Janus Weil <janus@gcc.gnu.org> PR fortran/42517 * invoke.texi: Document the interference of -fcheck=recursion and -fopenmp. * trans-decl.c (gfc_generate_function_code): Disable -fcheck=recursion when used with -fopenmp. gcc/testsuite/ 2009-12-29 Janus Weil <janus@gcc.gnu.org> PR fortran/42517 * gfortran.dg/gomp/recursion1.f90: New test. From-SVN: r155506
Janus Weil committed -
* gnat.dg/test_raise_from_pure.adb: XFAIL for the ARM. * gnat.dg/warn5.adb: Expect warning on the ARM. From-SVN: r155505
Eric Botcazou committed -
From-SVN: r155503
Joseph Myers committed -
2009-10-06 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk> PR objective-c++/41595 * config/darwin.c (darwin_label_is_anonymous_local_objc_name): New function to recognize objective c/c++ internal symbols, including mangled ones. * config/darwin.h (ASM_OUTPUT_LABELREF): Use darwin_label_is_anonymous_local_objc_name to detect both mangled and clear ObjC internal symbols. From-SVN: r155500
Dave Korn committed -
PR c++/42447 * pt.c (iterative_hash_template_arg): Don't rely on TYPE_CANONICAL for ARRAY_TYPE. From-SVN: r155499
Jason Merrill committed -
From-SVN: r155497
GCC Administrator committed
-
- 28 Dec, 2009 6 commits
-
-
gcc/fortran/ 2009-12-28 Janus Weil <janus@gcc.gnu.org> PR fortran/42353 * symbol.c (gfc_find_derived_vtab): Make vtabs and vtypes private. gcc/testsuite/ 2009-12-28 Janus Weil <janus@gcc.gnu.org> PR fortran/42353 * gfortran.dg/class_13.f03: New test. From-SVN: r155494
Janus Weil committed -
From-SVN: r155490
H.J. Lu committed -
From-SVN: r155488
H.J. Lu committed -
gcc/ 2009-12-28 H.J. Lu <hongjiu.lu@intel.com> PR middle-end/41344 * omp-low.c (diagnose_sb_2): Handle GIMPLE_COND. gcc/testsuite/ 2009-12-28 H.J. Lu <hongjiu.lu@intel.com> * gfortran.dg/gomp/pr41344.f: New. From-SVN: r155487
H.J. Lu committed -
re PR tree-optimization/42231 (Wrong generated code when using a callback function (possible callback function inlining bug ?)) 2009-12-27 Martin Jambor <mjambor@suse.cz> PR tree-optimization/42231 * testsuite/gcc.c-torture/execute/pr42231.c: New test. From-SVN: r155485
Martin Jambor committed -
From-SVN: r155484
GCC Administrator committed
-
- 27 Dec, 2009 3 commits
-
-
From-SVN: r155480
Joseph Myers committed -
2009-12-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> Daniel Kraft <d@domob.eu> PR fortran/22552 * lang.opt (Wimplicit-procedure): New option. * gfortran.h (struct gfc_option_t): New member `warn_implicit_procedure' * options.c (gfc_handle_option): Handle -Wimplicit-procedure. * interface.c (gfc_procedure_use): Warn about procedure never explicitly declared if requested by the new flag. * invoke.texi: Document new flag -Wimplicit-procedure. 2009-12-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> Daniel Kraft <d@domob.eu> PR fortran/22552 * gfortran.dg/warn_implicit_procedure_1.f90: New test. Co-Authored-By: Daniel Kraft <d@domob.eu> From-SVN: r155479
Francois-Xavier Coudert committed -
From-SVN: r155478
GCC Administrator committed
-
- 26 Dec, 2009 1 commit
-
-
From-SVN: r155468
GCC Administrator committed
-
- 25 Dec, 2009 1 commit
-
-
From-SVN: r155464
GCC Administrator committed
-