Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.80 KB | None | 0 0
  1. ------------------------------------------------------------------------
  2. r161085 | uros | 2010-06-21 17:52:07 +0300 (Mon, 21 Jun 2010) | 20 lines
  3. Changed paths:
  4. M /branches/gcc-4_5-branch/gcc/ChangeLog
  5. M /branches/gcc-4_5-branch/gcc/config/i386/i386.md
  6. M /branches/gcc-4_5-branch/gcc/config/i386/predicates.md
  7. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  8. A /branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr44546.c
  9.  
  10. PR target/44546
  11. * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
  12. New predicate.
  13. * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
  14. ix86_swapped_fp_comparsion_operator instead of
  15. ix86_fp_comparison_operator.
  16.  
  17. (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
  18. (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
  19. (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
  20. (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
  21. (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
  22. (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
  23.  
  24. testsuite/ChangeLog:
  25.  
  26. PR target/44546
  27. * gcc.target/i386/pr44546.c: New test.
  28.  
  29.  
  30. ------------------------------------------------------------------------
  31. r161059 | gccadmin | 2010-06-21 03:17:03 +0300 (Mon, 21 Jun 2010) | 1 line
  32. Changed paths:
  33. M /branches/gcc-4_5-branch/gcc/DATESTAMP
  34.  
  35. Daily bump.
  36. ------------------------------------------------------------------------
  37. r161044 | gccadmin | 2010-06-20 03:16:47 +0300 (Sun, 20 Jun 2010) | 1 line
  38. Changed paths:
  39. M /branches/gcc-4_5-branch/gcc/DATESTAMP
  40.  
  41. Daily bump.
  42. ------------------------------------------------------------------------
  43. r161034 | danglin | 2010-06-19 21:25:28 +0300 (Sat, 19 Jun 2010) | 9 lines
  44. Changed paths:
  45. M /branches/gcc-4_5-branch/gcc/ChangeLog
  46. M /branches/gcc-4_5-branch/gcc/config/pa/pa.md
  47.  
  48. Backport from mainline
  49. 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
  50.  
  51. PR target/44261
  52. config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
  53. (negdf2): Adjust expander pattern and use negdf2_slow.
  54. (negsf2): Likewise.
  55.  
  56.  
  57. ------------------------------------------------------------------------
  58. r161029 | danglin | 2010-06-19 17:38:34 +0300 (Sat, 19 Jun 2010) | 3 lines
  59. Changed paths:
  60. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  61. M /branches/gcc-4_5-branch/gcc/testsuite/g++.dg/ext/label13.C
  62.  
  63. * g++.dg/ext/label13.C: Fix typo in last change.
  64.  
  65.  
  66. ------------------------------------------------------------------------
  67. r161019 | danglin | 2010-06-19 03:31:14 +0300 (Sat, 19 Jun 2010) | 3 lines
  68. Changed paths:
  69. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  70. M /branches/gcc-4_5-branch/gcc/testsuite/g++.dg/ext/label13.C
  71.  
  72. * g++.dg/ext/label13.C: xfail on 32-bit hppa*-*-hpux*.
  73.  
  74.  
  75. ------------------------------------------------------------------------
  76. r161016 | gccadmin | 2010-06-19 03:16:48 +0300 (Sat, 19 Jun 2010) | 1 line
  77. Changed paths:
  78. M /branches/gcc-4_5-branch/gcc/DATESTAMP
  79.  
  80. Daily bump.
  81. ------------------------------------------------------------------------
  82. r161012 | danglin | 2010-06-19 01:34:42 +0300 (Sat, 19 Jun 2010) | 7 lines
  83. Changed paths:
  84. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  85. M /branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr43643.c
  86.  
  87. Backport from mainline
  88. 2010-04-14 Steve Ellcey <sje@cup.hp.com>
  89.  
  90. PR testsuite/43739
  91. * gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.
  92.  
  93.  
  94. ------------------------------------------------------------------------
  95. r160956 | danglin | 2010-06-18 03:26:33 +0300 (Fri, 18 Jun 2010) | 5 lines
  96. Changed paths:
  97. M /branches/gcc-4_5-branch/gcc/ChangeLog
  98. M /branches/gcc-4_5-branch/gcc/config/pa/pa.c
  99.  
  100. PR target/43740
  101. config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag for
  102. SET source operand from SET destination operand.
  103.  
  104.  
  105. ------------------------------------------------------------------------
  106. r160953 | gccadmin | 2010-06-18 03:17:25 +0300 (Fri, 18 Jun 2010) | 1 line
  107. Changed paths:
  108. M /branches/gcc-4_5-branch/gcc/DATESTAMP
  109.  
  110. Daily bump.
  111. ------------------------------------------------------------------------
  112. r160900 | doko | 2010-06-17 15:09:54 +0300 (Thu, 17 Jun 2010) | 6 lines
  113. Changed paths:
  114. M /branches/gcc-4_5-branch/libstdc++-v3/ChangeLog
  115. M /branches/gcc-4_5-branch/libstdc++-v3/src/compatibility.cc
  116.  
  117. 2010-06-16 Matthias Klose <doko@ubuntu.com>
  118.  
  119. * src/compatibility.cc: Export long double versions of "C" math
  120. library for arm-linux-gnueabi, m68k-linux-gnu (ColdFire),
  121. mips*-linux-gnu (o32 ABI), sh*-linux-gnu (32 bit).
  122.  
  123. ------------------------------------------------------------------------
  124. r160868 | gccadmin | 2010-06-17 03:16:59 +0300 (Thu, 17 Jun 2010) | 1 line
  125. Changed paths:
  126. M /branches/gcc-4_5-branch/gcc/DATESTAMP
  127.  
  128. Daily bump.
  129. ------------------------------------------------------------------------
  130. r160852 | jamborm | 2010-06-16 20:01:06 +0300 (Wed, 16 Jun 2010) | 7 lines
  131. Changed paths:
  132. M /branches/gcc-4_5-branch/gcc/ChangeLog
  133. M /branches/gcc-4_5-branch/gcc/tree-sra.c
  134.  
  135. 2010-06-15 Martin Jambor <mjambor@suse.cz>
  136.  
  137. PR lto/44464
  138. * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
  139. on the newly dead SSA name.
  140.  
  141.  
  142. ------------------------------------------------------------------------
  143. r160828 | rguenth | 2010-06-16 14:05:40 +0300 (Wed, 16 Jun 2010) | 7 lines
  144. Changed paths:
  145. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  146. M /branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/vect/slp-perm-5.c
  147. M /branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/vect/slp-perm-6.c
  148.  
  149. 2010-06-16 Mikael Pettersson <mikpe@it.uu.se>
  150.  
  151. PR testsuite/44538
  152. * gcc.dg/vect/slp-perm-5.c (main): Prevent
  153. initialization loop from being vectorized.
  154. * gcc.dg/vect/slp-perm-6.c (main): Likewise.
  155.  
  156. ------------------------------------------------------------------------
  157. r160822 | amodra | 2010-06-16 07:23:05 +0300 (Wed, 16 Jun 2010) | 4 lines
  158. Changed paths:
  159. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  160. M /branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/vect/pr44507.c
  161.  
  162. PR tree-optimization/44507
  163. * gcc.dg/vect/pr44507.c (seeIf256ByteArrayIsConstant): Correct cast.
  164.  
  165.  
  166. ------------------------------------------------------------------------
  167. r160817 | gccadmin | 2010-06-16 03:17:19 +0300 (Wed, 16 Jun 2010) | 1 line
  168. Changed paths:
  169. M /branches/gcc-4_5-branch/gcc/DATESTAMP
  170.  
  171. Daily bump.
  172. ------------------------------------------------------------------------
  173. r160802 | ebotcazou | 2010-06-15 21:56:59 +0300 (Tue, 15 Jun 2010) | 7 lines
  174. Changed paths:
  175. M /branches/gcc-4_5-branch/gcc/ChangeLog
  176. M /branches/gcc-4_5-branch/gcc/dce.c
  177. M /branches/gcc-4_5-branch/gcc/except.c
  178. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  179. A /branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr42461.c (from /trunk/gcc/testsuite/gcc.dg/pr42461.c:160790)
  180.  
  181. Backport from mainline
  182. 2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
  183.  
  184. PR rtl-optimization/42461
  185. * dce.c (deletable_insn_p): Return true for const or pure calls again.
  186. * except.c (insn_could_throw_p): Return false if !flag_exceptions.
  187.  
  188. ------------------------------------------------------------------------
  189. r160800 | ebotcazou | 2010-06-15 21:29:47 +0300 (Tue, 15 Jun 2010) | 6 lines
  190. Changed paths:
  191. M /branches/gcc-4_5-branch/gcc/ChangeLog
  192. M /branches/gcc-4_5-branch/gcc/tree-ssa-loop-ivopts.c
  193.  
  194. Backport from mainline
  195. 2010-06-11 Sandra Loosemore <sandra@codesourcery.com>
  196.  
  197. * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
  198. computed cost.
  199.  
  200. ------------------------------------------------------------------------
  201. r160797 | burnus | 2010-06-15 19:30:58 +0300 (Tue, 15 Jun 2010) | 7 lines
  202. Changed paths:
  203. M /branches/gcc-4_5-branch/gcc/fortran/ChangeLog
  204. M /branches/gcc-4_5-branch/gcc/fortran/gfc-internals.texi
  205. M /branches/gcc-4_5-branch/gcc/fortran/gfortran.texi
  206.  
  207. 2010-06-15 Tobias Burnus <burnus@net-b.de>
  208.  
  209. * gfc-internals.texi (copyrights-gfortran): Fix copyright year
  210. format.
  211. * gfortran.texi (copyrights-gfortran): Ditto.
  212.  
  213.  
  214. ------------------------------------------------------------------------
  215. r160788 | ro | 2010-06-15 16:52:58 +0300 (Tue, 15 Jun 2010) | 5 lines
  216. Changed paths:
  217. M /branches/gcc-4_5-branch/boehm-gc/ChangeLog
  218. M /branches/gcc-4_5-branch/boehm-gc/configure
  219. M /branches/gcc-4_5-branch/boehm-gc/configure.ac
  220.  
  221. * configure.ac (*-*-solaris2.8*): Only usr alternate thread
  222. library on Solaris 8.
  223. (*-*-solaris2*): Use regular thread library otherwise.
  224. * configure: Regenerate.
  225.  
  226. ------------------------------------------------------------------------
  227. r160780 | jakub | 2010-06-15 15:17:16 +0300 (Tue, 15 Jun 2010) | 17 lines
  228. Changed paths:
  229. M /branches/gcc-4_5-branch/gcc/ChangeLog
  230. M /branches/gcc-4_5-branch/gcc/fortran/ChangeLog
  231. M /branches/gcc-4_5-branch/gcc/fortran/f95-lang.c
  232. M /branches/gcc-4_5-branch/gcc/fortran/trans-openmp.c
  233. M /branches/gcc-4_5-branch/gcc/fortran/trans.h
  234. M /branches/gcc-4_5-branch/gcc/gimplify.c
  235. M /branches/gcc-4_5-branch/gcc/langhooks-def.h
  236. M /branches/gcc-4_5-branch/gcc/langhooks.h
  237. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  238. A /branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/gomp/pr44536.f90
  239. M /branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/gomp/sharing-3.f90
  240.  
  241. PR fortran/44536
  242. * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
  243. * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
  244. (LANG_HOOKS_DECLS): Add it.
  245. * gimplify.c (omp_notice_variable): Call
  246. lang_hooks.decls.omp_report_decl.
  247.  
  248. * trans-openmp.c (gfc_omp_predetermined_sharing): Don't return
  249. OMP_CLAUSE_DEFAULT_SHARED for artificial vars with
  250. GFC_DECL_SAVED_DESCRIPTOR set.
  251. (gfc_omp_report_decl): New function.
  252. * trans.h (gfc_omp_report_decl): New prototype.
  253. * f95-lang.c (LANG_HOOKS_OMP_REPORT_DECL): Redefine.
  254.  
  255. * gfortran.dg/gomp/pr44536.f90: New test.
  256. * gfortran.dg/gomp/sharing-3.f90: Remove xfail.
  257.  
  258. ------------------------------------------------------------------------
  259. r160776 | jamborm | 2010-06-15 13:03:35 +0300 (Tue, 15 Jun 2010) | 12 lines
  260. Changed paths:
  261. M /branches/gcc-4_5-branch/gcc/ChangeLog
  262. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  263. A /branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/tree-ssa/pr44258.c
  264. M /branches/gcc-4_5-branch/gcc/tree-sra.c
  265.  
  266. 2010-06-15 Martin Jambor <mjambor@suse.cz>
  267.  
  268. PR tree-optimization/44258
  269. * tree-sra.c (build_access_subtree): Return false iff there is a
  270. partial overlap.
  271. (build_access_trees): Likewise.
  272. (analyze_all_variable_accesses): Disqualify candidates if
  273. build_access_trees returns true for them.
  274.  
  275. * testsuite/gcc.dg/tree-ssa/pr44258.c: New test.
  276.  
  277.  
  278. ------------------------------------------------------------------------
  279. r160775 | jamborm | 2010-06-15 12:48:39 +0300 (Tue, 15 Jun 2010) | 10 lines
  280. Changed paths:
  281. M /branches/gcc-4_5-branch/gcc/ChangeLog
  282. M /branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
  283. A /branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/tree-ssa/pr44423.c
  284. M /branches/gcc-4_5-branch/gcc/tree-sra.c
  285.  
  286. 2010-06-15 Martin Jambor <mjambor@suse.cz>
  287.  
  288. PR tree-optimization/44423
  289. * tree-sra.c (dump_access): Dump also grp_assignment_read.
  290. (analyze_access_subtree): Pass negative allow_replacements to children
  291. if the current type is scalar.
  292.  
  293. * testsuite/gcc.dg/tree-ssa/pr44423.c: New test.
  294.  
  295.  
  296. ------------------------------------------------------------------------
  297. r160769 | gccadmin | 2010-06-15 03:17:00 +0300 (Tue, 15 Jun 2010) | 1 line
  298. Changed paths:
  299. M /branches/gcc-4_5-branch/gcc/DATESTAMP
  300.  
  301. Daily bump.
  302. ------------------------------------------------------------------------
  303. r160764 | schwab | 2010-06-14 23:01:39 +0300 (Mon, 14 Jun 2010) | 4 lines
  304. Changed paths:
  305. M /branches/gcc-4_5-branch/gcc/ChangeLog
  306. M /branches/gcc-4_5-branch/gcc/config/m68k/m68k.c
  307.  
  308. Backport from mainline
  309. * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
  310. anything if the argument is not a MEM.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement