Skip to content
Snippets Groups Projects
  1. Dec 05, 2010
    • Kai Tietz's avatar
      config.h.in: Regenerated. · ec692d5f
      Kai Tietz authored
      2010-12-05  Kai Tietz  <kai.tietz@onevision.com>
      
              * config.h.in: Regenerated.
              * configure: Regenerated.
              * configure.ac (AC_CHECK_HEADERS): Replaced by AC_HEADER_SYS_WAIT.
              * lto-plugin.c (WIFEXITED): Define default.
              (WEXITSTATUS): Likeiwse.
      
      From-SVN: r167468
      ec692d5f
    • Jan Hubicka's avatar
      * lto-streamer-in.c (input_cfg): Fix pasto. · e7abfe07
      Jan Hubicka authored
      From-SVN: r167467
      e7abfe07
    • Jan Hubicka's avatar
      snprintf-chk.c (ptr): Declare volatile. · cb20668f
      Jan Hubicka authored
      	* snprintf-chk.c (ptr): Declare volatile.
      	* strcpy-chk.c (s2, s3, l1): Declare volatile.
      	* snprintf-chk.c (ptr): Declare volatile.
      	* vsprintf-chk.c (ptr): Declare volatile.
      	* vsnprintf-chk.c (ptr): Declare volatile.
      
      From-SVN: r167466
      cb20668f
    • Jan Hubicka's avatar
      ipa.c (cgraph_externally_visible_p): Do not localize builtins and functions... · bf243ea7
      Jan Hubicka authored
      ipa.c (cgraph_externally_visible_p): Do not localize builtins and functions with user asm defined names.
      
      
      	* ipa.c (cgraph_externally_visible_p): Do not localize builtins
      	and functions with user asm defined names.
      	(varpool_externally_visible_p): Do not localize vars with user
      	asm defined names.
      
      From-SVN: r167465
      bf243ea7
    • GCC Administrator's avatar
      Daily bump. · 422ff5a2
      GCC Administrator authored
      From-SVN: r167464
      422ff5a2
  2. Dec 04, 2010
    • Jan Hubicka's avatar
      dwarf2asm.c (dw2_output_indirect_constant_1): Set DECL_ASSEMBLER_NAME to... · 9937ab02
      Jan Hubicka authored
      dwarf2asm.c (dw2_output_indirect_constant_1): Set DECL_ASSEMBLER_NAME to prevent mangling with lto frontend.
      
      	* dwarf2asm.c (dw2_output_indirect_constant_1): Set DECL_ASSEMBLER_NAME
      	to prevent mangling with lto frontend.
      
      From-SVN: r167460
      9937ab02
    • Jan Hubicka's avatar
      Makefile.in (LTO_STREAMER_H): Add GCOV_IO_H. · 40e584a1
      Jan Hubicka authored
      	* Makefile.in (LTO_STREAMER_H): Add GCOV_IO_H.
      	* lto-cgraph.c (merge_profile_summaries): Fix thinko.
      
      From-SVN: r167459
      40e584a1
    • Jan Hubicka's avatar
      re PR driver/46760 (LTO bootstrap doesn't work with FDO) · db0bf14f
      Jan Hubicka authored
      	PR tree-optimization/46760
      	* cgraph.c (cgraph_create_node): Initialize count_materialization_scale.
      	* cgraph.h (struct cgraph_node): Add count_materialization_scale.
      	* lto-cgraph.c (lto_output_edge): Fix assert.
      	(lto_output_node): Output count_materialization_scale.
      	(output_profile_summary): Output only runs and sum_max.
      	(input_node): Input count_materialization_scale.
      	(input_profile_summary): Read data into file specific gcov summary.
      	(merge_profile_summaries): New function.
      	(input_cgraph): Update call of input_profile_summary;
      	call merge_profile_summaries.
      	* lto-streamer-in.c (input_cfg): Add count_materialization_scale arg;
      	rescale counts at read in.
      	(intput_bb): Likewise.
      	(input_function): Update call of input_bb.
      	(lto_read_body): Update call of input_cfg.
      	* lto-streamer.h: Inlclude gcov-io.h
      	(lto_file_decl_data): Add gcov_ctr_summary.
      
      From-SVN: r167458
      db0bf14f
    • Tobias Burnus's avatar
      re PR libfortran/46584 (FAIL: gfortran.dg/quad_1.f90 -O (test for excess errors)) · f3007348
      Tobias Burnus authored
      2010-12-04  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/46584
              * gfortran.dg/quad_1.f90: Remove some complex
              math checks as they fail on some non-libquadmath
              systems.
      
      From-SVN: r167455
      f3007348
    • Daniel Kraft's avatar
      re PR fortran/46794 (ICE on valid code involving power of small integer kinds) · 995d4d1c
      Daniel Kraft authored
      2010-12-04  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/46794
      	* trans-expr.c (gfc_conv_power_op): Handle kind of result expression
      	correctly for integer kind 1 and 2 operands.
      
      2010-12-04  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/46794
      	* gfortran.dg/power2.f90: New test.
      
      From-SVN: r167453
      995d4d1c
    • Jonathan Wakely's avatar
      mutex (try_lock, [...]): Fix. · 9b2b801a
      Jonathan Wakely authored
      2010-12-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	* include/std/mutex (try_lock, __try_lock_impl): Fix.
      	(lock): Implement using __try_lock_impl.
      	* testsuite/30_threads/try_lock/2.cc: Fix logic.
      	* testsuite/30_threads/try_lock/4.cc: New.
      	* testsuite/30_threads/lock/1.cc: New.
      	* testsuite/30_threads/lock/2.cc: New.
      	* testsuite/30_threads/lock/3.cc: New.
      	* testsuite/30_threads/lock/4.cc: New.
      
      From-SVN: r167452
      9b2b801a
    • Ian Lance Taylor's avatar
      re PR bootstrap/46776 (gogo-tree.cc uses TRAMPOLINE_ALIGNMENT and TRAMPOLINE_SIZE) · 3dcdeeb2
      Ian Lance Taylor authored
      	PR bootstrap/46776
      	* go-backend.c: New file.
      	* go-c.h (go_type_alignment): Declare.
      	(go_field_alignment, go_trampoline_info): Declare.
      	* Make-lang.in (GO_OBJS): Add go/go-backend.o.
      	(go/go-backend.o): New target.
      	(go/go-lang.o): Make dependencies match source file.
      	(go/expressions.o): Don't depend on $(TM_H) $(TM_P_H).
      	(go/gogo-tree.o): Don't depend on $(TM_H).
      Remove #include "tm.h" from gofrontend/*.cc.
      
      From-SVN: r167451
      3dcdeeb2
    • GCC Administrator's avatar
      Daily bump. · 43dcc931
      GCC Administrator authored
      From-SVN: r167450
      43dcc931
  3. Dec 03, 2010
Loading