Convert ChangeLog files to UTF-8.

Command used:
LC_ALL=C sed -i \
  -e 's/D\(o\|\xf6\)nmez/D\xc3\xb6nmez/' \
  -e 's/\(Av\|\x81\xc1v\|\xc1v\|\xef\xbf\xbdv\?\|\x81\xc3\x81v\|\xc3v\)ila/\xc3\x81vila/' \
  -e 's/Esp\(in\|\x81\xedn\|\xedn\|\xef\xbf\xbdn\?\|\xef\xbf\xbd\xadn\|\x81\xc3\xadn\)dola/Esp\xc3\xadndola/' \
  -e 's/Schl\(u\|\xef\xbf\xbd\|\xfcu\?\|\x81\xfc\|\x81\xc3\xbc\|\xc3\xaf\xc2\xbf\xc2\xbd\|\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xc2\xbc\)ter/Schl\xc3\xbcter/' \
  -e 's/Humi\(e\|\xe8\)res/Humi\xc3\xa8res/' \
  -e 's/L\(ow\|\xc3\xaf\xc2\xbf\xc2\xbd\|oew\|\xf6w\)is/L\xc3\xb6wis/' \
  -e 's/G\xfctlein/G\xc3\xbctlein/' \
  -e 's/G\xe1[b]or/G\xc3\xa1bor/' \
  -e 's/L\xf3ki/L\xc3\xb3ki/' \
  -e 's/Fautr\xc3 /Fautr\xc3\xa9 /' \
  -e 's/S\xe9[b]astian/S\xc3\xa9bastian/' \
  -e 's/Th\xef\xbf\xbd[d]ore/Th\xc3\xa9odore/' \
  -e 's/Cors\xc3\xc2\xa9pius/Cors\xc3\xa9pius/' \
  -e 's/K\xfchl/K\xc3\xbchl/' \
  -e 's/R\xf6nnerup/R\xc3\xb6nnerup/' \
  -e 's/L\xf8vset/L\xc3\xb8vset/' \
  -e 's/Ph\x81\xfb\x81\xf4ng-Th\x81\xe5o/Ph\xc3\xbb\xc3\xb4ng-Th\xc3\xa5o/' \
  -e 's/V\x81\xf5/V\xc3\xb5/' \
  -e 's/J\xf6nsson/J\xc3\xb6nsson/' \
  -e 's/V\xef\xbf\xbdis\xef\xbf\xbdnen/V\xc3\xa4is\xc3\xa4nen/' \
  -e 's/J\xef\xbf\xbdrg/J\xc3\xb6rg/' \
  -e 's/M\xef\xbf\xbdsli/M\xc3\xb6sli/' \
  -e 's/R\xe4ty/R\xc3\xa4ty/' \
  -e 's/2003\xc2\xad-/2003-/' \
  -e 's/\xc2\xa0/ /g' \
  -e 's/ \xa0/  /g' \
  -e 's/\xa0 //' \
  `find . -name \*ChangeLog\* | grep -v /.svn`

From-SVN: r140033
This commit is contained in:
Jakub Jelinek 2008-09-05 13:07:45 +02:00
parent 23d9794af3
commit 719bb4e3d3
41 changed files with 355 additions and 355 deletions

View file

@ -181,7 +181,7 @@
* MAINTAINERS (Write After Approval): Add myself.
2008-05-14 Rafael Espindola <espindola@google.com>
2008-05-14 Rafael Espíndola <espindola@google.com>
* config-ml.in: don't handle --enable-shared and --enable-static.
@ -1844,7 +1844,7 @@
* MAINTAINERS (Write After Approval): Remove myself.
(Language Front End Maintainers): Add myself as fortran 95 maintainer.
2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Makefile.tpl (BUILD_CONFIGDIRS): Remove.
(TARGET_CONFIGDIRS): Remove.
@ -3755,7 +3755,7 @@
of libf2c.
* configure, Makefile.in: Regenerate.
2004-05-13 Tobias Schl<EFBFBD><EFBFBD><EFBFBD>¼ter <tobi@gcc.gnu.org>
2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
* MAINTAINERS (Write After Approval): Add myself.
@ -7670,7 +7670,7 @@ Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
* MAINTAINERS: Added myself.
2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
* configure.in (enable_libstdcxx_v3): Add.
(target_libs): Add bits here to switch between libstdc++-v2 and

View file

@ -653,7 +653,7 @@
* texi2pod.pl: Handle @include, @ftable, @vtable.
Reformat some code for clarity.
2002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
2002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
* test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
WARNING and ERROR output from the *.sum files.
@ -1058,7 +1058,7 @@ Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
* gcc_update: Allow patches compressed by bzip2.
1999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* newcvsroot: New file.

View file

@ -88,7 +88,7 @@
* fixincl.x: Regenerate.
2008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
2008-02-04 Ismail Dönmez <ismail@pardus.org.tr>
* inclhack.def: (bsd_stdio_attrs_conflict, freebsd_gcc3_breakage,
freebsd_gcc4_breakage, hppa_hpux_fp_macros, hpux11_abs,

View file

@ -3630,7 +3630,7 @@
* passes.c (init_optimization_passes): Exchange store-ccp
with a ccp pass.
2008-08-19 Rafael Espindola <espindola@google.com>
2008-08-19 Rafael Espíndola <espindola@google.com>
* varasm.c (weak_decls): Move earlier in the file.
(assemble_external): Add weak decls to the weak_decls list.
@ -5430,7 +5430,7 @@
PR ada/36554
* dwarf2out.c (is_subrange_type): Deal with BOOLEAN_TYPE.
2008-07-30 Rafael Avila de Espindola <espindola@google.com>
2008-07-30 Rafael Ávila de Espíndola <espindola@google.com>
PR 36974
* final.c (call_from_call_insn): Handle COND_EXEC.
@ -5642,7 +5642,7 @@
* config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Add clause for
vector modes.
2008-07-30 Rafael Avila de Espindola <espindola@google.com>
2008-07-30 Rafael Ávila de Espíndola <espindola@google.com>
* final.c (call_from_call_insn): New.
(final_scan_insn): Call assemble_external on FUNCTION_DECLs.
@ -6758,7 +6758,7 @@
(TARGET_OPTION_PRINT): Ditto.
(TARGET_CAN_INLINE_P): Ditto.
2008-07-22 Rafael Avila de Espindola <espindola@google.com>
2008-07-22 Rafael Ávila de Espíndola <espindola@google.com>
* c-typeck.c (build_external_ref): Don't call assemble_external.
* final.c (output_operand): Call assemble_external.
@ -6779,7 +6779,7 @@
highest magnitude if this is still less or equal to the true
quotient in magnitude.
2008-07-21 Rafael Avila de Espindola <espindola@google.com>
2008-07-21 Rafael Ávila de Espíndola <espindola@google.com>
* Makefile.in: Replace toplev.h with TOPLEV_H.
* c-decl.c (merge_decls): Don't set DECL_IN_SYSTEM_HEADER.
@ -7081,7 +7081,7 @@
(m32c_legitimate_address_p): Handle "++rii" addresses created by
m32c_legitimize_reload_address.
2007-07-16 Rafael Avila de Espindola <espindola@google.com>
2007-07-16 Rafael Ávila de Espíndola <espindola@google.com>
* c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and
DECL_IN_SYSTEM_HEADER in sync.
@ -7171,7 +7171,7 @@
* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
2007-07-14 Rafael Avila de Espindola <espindola@google.com>
2007-07-14 Rafael Ávila de Espíndola <espindola@google.com>
* c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING
is set.
@ -11463,7 +11463,7 @@
Clear __gcov_indreict_call_callee variable to avoid misattribution
of the profile.
2008-05-28 Rafael Espindola <espindola@google.com>
2008-05-28 Rafael Espíndola <espindola@google.com>
* see.c (see_def_extension_not_merged): Use copy_rtx_if_shared to avoid
invalid sharing.
@ -11881,7 +11881,7 @@
for A24 to PSImode.
(m32c_address_cost): Detail costs for indirect offsets.
2008-05-23 Rafael Espindola <espindola@google.com>
2008-05-23 Rafael Espíndola <espindola@google.com>
* see.c (see_get_extension_data): Don't use SUBREG_REG to test
if a node is a SUBREG.
@ -11982,7 +11982,7 @@
* config/avr/avr.c (get_sequence_length): Add new function.
(expand_prologue, expand_epilogue): Remove duplicate code.
2008-05-22 Rafael Espindola <espindola@google.com>
2008-05-22 Rafael Espíndola <espindola@google.com>
* see.c (see_pre_insert_extensions): Use copy_rtx to avoid invalid rtx
sharing.
@ -13274,7 +13274,7 @@
to one line.
* doc/invoke.texi (Wframe-larger-than=): Add more description.
2008-05-08 Rafael Espindola <espindola@google.com>
2008-05-08 Rafael Espíndola <espindola@google.com>
* tree-complex.c (expand_complex_div_wide): Don't create CONDs that
trap.
@ -14301,7 +14301,7 @@
(evaluate_stmt): Print the likely value.
(ccp_visit_stmt): Avoid excessive vertical spacing.
2008-04-30 Rafael Espindola <espindola@google.com>
2008-04-30 Rafael Espíndola <espindola@google.com>
* builtins.c (fold_call_expr): Return realret.
* tree-ssa-threadedge.c
@ -15084,7 +15084,7 @@
* tree-vect-analyze.c (vect_analyze_group_access): SLP is
incapable of dealing with loads with gaps.
2008-04-24 Rafael Espindola <espindola@google.com>
2008-04-24 Rafael Espíndola <espindola@google.com>
* tree-flow.h (vrp_evaluate_conditional): Change signature.
* tree-ssa-propagate.c (fold_predicate_in): Update call to
@ -15408,7 +15408,7 @@
* Makefile.in (s-gtyp-input): Remove tmp-gi.list before writing it.
2008-04-18 Rafael Espindola <espindola@google.com>
2008-04-18 Rafael Espíndola <espindola@google.com>
* tree-vrp.c (find_case_label_index): Fix the binary search.
(find_case_label_range): New.
@ -15714,7 +15714,7 @@
* c-decl.c (finish_decl): If extern or static var has variable
size, set TREE_TYPE (decl) to error_mark_node.
2008-04-15 Rafael Espindola <espindola@google.com>
2008-04-15 Rafael Espíndola <espindola@google.com>
* fold-const.c (tree_call_nonnegative_warnv_p): Remove local
variable arg1.
@ -15854,7 +15854,7 @@
* config/spu/spu.c (spu_init_builtins): Mark builtins as nothrow.
2008-04-10 Rafael Espindola <espindola@google.com>
2008-04-10 Rafael Espíndola <espindola@google.com>
* tree-vrp.c (extract_range_from_binary_expr): Don't handle
TRUTH_ANDIF_EXPR or TRUTH_ORIF_EXPR.
@ -15949,7 +15949,7 @@
* config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update
GNU Fortran language string.
2008-04-08 Rafael Espindola <espindola@google.com>
2008-04-08 Rafael Espíndola <espindola@google.com>
* fold-canst.c (tree_call_nonnegative_warnv_p): New.
(tree_invalid_nonnegative_warnv_p): Use tree_call_nonnegative_warnv_p.
@ -16597,7 +16597,7 @@
make sure to fill gaps with a fallback label if default_label
is not present.
2008-04-03 Dominique d'Humieres <dominiq@lps.ens.fr>
2008-04-03 Dominique d'Humières <dominiq@lps.ens.fr>
PR target/35801
* config/rs6000/rs6000.c (rs6000_output_mi_thunk): Free cfun.
@ -16760,7 +16760,7 @@
(varying_mem_p): Move above propagate_rtx.
(all_uses_available_at): Do not check MEMs.
2008-04-02 Rafael Espindola <espindola@google.com>
2008-04-02 Rafael Espíndola <espindola@google.com>
* tree-vrp.c (extract_code_and_val_from_cond): Remove.
(register_edge_assert_for_2): Split the cond argument.
@ -16935,7 +16935,7 @@
(*sse4_1_smin<mode>3): Likewise.
(*sse4_1_umin<mode>3): Likewise.
2008-04-01 Rafael Espindola <espindola@google.com>
2008-04-01 Rafael Espíndola <espindola@google.com>
* tree-cfg.c (verify_expr): remove in_phi.
(verify_stmt): Don't call walk_tree with verify_expr. Use
@ -16956,7 +16956,7 @@
PR pch/13675
* c-pch.c (c_common_read_pch): On error close (fd) resp. fclose (f).
2008-04-01 Rafael Espindola <espindola@google.com>
2008-04-01 Rafael Espíndola <espindola@google.com>
* tree-vrp.c (extract_code_and_val_from_cond_with_ops): New.
(extract_code_and_val_from_cond): Use
@ -17147,7 +17147,7 @@
vectorization support.
* doc/invoke.texi (-mveclibabi) [svml]: Document new target option.
2008-03-28 Rafael Espindola <espindola@google.com>
2008-03-28 Rafael Espíndola <espindola@google.com>
* fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.
(tree_binary_nonnegative_warnv_p): Make it public.
@ -18940,7 +18940,7 @@
on hpux10.
* configure: Rebuilt.
2008-03-04 Rafael Espindola <espindola@google.com>
2008-03-04 Rafael Espíndola <espindola@google.com>
* fold-const.c (tree_simple_nonnegative_warnv_p): New.
(tree_unary_nonnegative_warnv_p): New.
@ -18961,7 +18961,7 @@
* config/i386/smmintrin.h (SIDD_XXX): Renamed to ...
(_SIDD_XXX): This.
2008-03-04 Rafael Espindola <espindola@google.com>
2008-03-04 Rafael Espíndola <espindola@google.com>
* fold-const.c (tree_unary_nonzero_warnv_p): New.
(tree_binary_nonzero_warnv_p): New.

View file

@ -7626,7 +7626,7 @@ Thu Aug 13 17:08:11 1998 Jason Merrill <jason@yorick.cygnus.com>
* tree.c (get_file_function_name_long): Split out...
(get_file_function_name): ...from here.
Thu Aug 13 16:09:53 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
Thu Aug 13 16:09:53 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
* expr.c (safe_from_p): Change code to ERROR_MARK only when not
accessing nodes.
@ -11595,7 +11595,7 @@ Thu May 21 23:09:50 1998 Jeffrey A Law (law@cygnus.com)
* alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
address.
Thu May 21 20:18:13 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
Thu May 21 20:18:13 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
* Makefile.in (TREE_H): Add tree-check.h.
(tree-check.h, gencheck): New targets.
@ -12506,7 +12506,7 @@ Wed May 13 12:54:19 1998 Michael Meissner <meissner@cygnus.com>
(REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
(REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.
Wed May 13 12:54:19 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
Wed May 13 12:54:19 1998 Martin von Löwis <martin@mira.isdn.cs.tu-berlin.de>
* acconfig.h (ENABLE_CHECKING): Undefine.
* configure.in (--enable-checking): New option.
@ -14684,7 +14684,7 @@ Tue Mar 24 12:13:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* genpeep.c: Likewise.
* genrecog.c: Likewise.
1998-03-24 Martin von Loewis <loewis@informatik.hu-berlin.de>
1998-03-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* c-lang.c (lang_print_xnode): New function.
* objc/objc-act.c (lang_print_xnode): Likewise.
@ -16061,7 +16061,7 @@ Sat Feb 14 02:02:41 1998 Jeffrey A Law (law@cygnus.com)
* varasm.c (assemble_string): Similarly for 'i'.
* i386.h (LEGITIMIZE_ADDRESS): Similarly for 'orig_x'.
1998-02-13 Martin von Loewis <loewis@informatik.hu-berlin.de>
1998-02-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
* c-lang.c (lang_print_xnode): New function.
* objc/objc-act.c (lang_print_xnode): Likewise.

View file

@ -26,7 +26,7 @@ Fri Dec 31 19:10:31 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* Makefile.in (dwarfout.o): Depend on frame.h
(dwarf2out.o): Likewise.
1999-12-29 "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
1999-12-29 "Martin v. Löwis" <martin@loewis.home.cs.tu-berlin.de>
Restore i386 binary compatibility in Dwarf EH info.
* config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
@ -15712,7 +15712,7 @@ Wed Apr 14 11:28:34 1999 Dave Brolley <brolley@cygnus.com>
* config/i386/i386.c (memory_address_length): Add missing parenthesis.
Wed Apr 14 13:59:27 1999 Martin von Loewis <loewis@informatik.hu-berlin.de>
Wed Apr 14 13:59:27 1999 Martin von Löwis <loewis@informatik.hu-berlin.de>
* extend.texi (Deprecated Features): New node.
* invoke.texi (-Wdeprecated): Document.

View file

@ -10367,7 +10367,7 @@ Mon Aug 28 19:02:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
they have been incorporated into the gettext CVS. Change the text to
reflect the current status of NLS. Add instructions for accessing
the gettext CVS and add the patch from Martin v. Loewis.
the gettext CVS and add the patch from Martin v. Löwis.
2000-08-27 Geoff Keating <geoffk@cygnus.com>
@ -11506,7 +11506,7 @@ Mon Aug 14 18:51:44 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
value, and we make a new quantity, make sure that it won't be
mistaken by for a valid one by mention_regs.
2000-08-13 Ralf Gütlein <ralf.guetlein@aranea.de>
2000-08-13 Ralf Gütlein <ralf.guetlein@aranea.de>
* h8300.md: Remove obsolete peepholes.
@ -15283,7 +15283,7 @@ Mon Jul 3 00:32:47 2000 Jeffrey A Law (law@cygnus.com)
* pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
have global scope.
2000-06-30 Martin von Loewis <loewis@informatik.hu-berlin.de>
2000-06-30 Martin von Löwis <loewis@informatik.hu-berlin.de>
* invoke.texi (-Wreturn-type): In C++, a missing return type is
always an error.
@ -21054,7 +21054,7 @@ Mon Apr 24 17:34:18 2000 Mumit Khan <khan@xraylith.wisc.edu>
* configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
call to AC_MSG_RESULT.
2000-04-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-04-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* invoke.texi: Correct grammatical errors, document
-fno-gnu-keywords as identical to -fno-asm for C++.
@ -22250,7 +22250,7 @@ Tue Apr 11 09:55:59 2000 Jeffrey A Law (law@cygnus.com)
'long lineno' to 'unsigned int lineno'.
(CPP_BUF_LINE, CPP_BUF_COL): New macros.
2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* extend.texi: ISO C99 is not a draft anymore.
* invoke.texi: ISO C++ is not a draft anymore.
@ -22341,7 +22341,7 @@ Mon Apr 10 07:21:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
than GETC ().
* cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* invoke.texi (-fno-gnu-keywords): Remove classof, headof,
__classof__, and __headof__ from the list of gnu keywords.
@ -23334,7 +23334,7 @@ Wed Apr 5 09:34:26 2000 Philippe De Muyter <phdm@macqel.be>
* config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
New macros.
2000-04-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-04-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* Makefile (gccbug): New target.
(doc): Depend on it.
@ -24853,7 +24853,7 @@ Mon Mar 20 19:53:53 2000 Jim Wilson <wilson@cygnus.com>
in the --enable-checking handling.
* configure: Regenerate.
2000-03-20 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-03-20 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* c-parse.in (SAVE_WARN_FLAGS): Use size_int.
* c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
@ -24864,7 +24864,7 @@ Mon Mar 20 11:43:15 MET 2000 Jan Hubicka <jh@suse.cz>
* jump.c (delete_noop_moves): Remove code attempting to
combine stack adjustments.
2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
* except.c (emit_cleanup_handler): Use them.
@ -25120,7 +25120,7 @@ Fri Mar 17 08:09:14 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/c4x/c4x.h (CPP_SPEC): Fix typo.
2000-03-17 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-03-17 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* call.c (special_function_p): It is only malloc if it returns
Pmode.
@ -26110,7 +26110,7 @@ Tue Mar 14 08:42:21 2000 Jeffrey A Law (law@cygnus.com)
* i386.md: Revert 2000-01-16 change.
2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* gccbug.in: Add web category, gcc specific classes.
@ -26168,7 +26168,7 @@ Tue Mar 14 08:42:21 2000 Jeffrey A Law (law@cygnus.com)
* cpphash.c (dump_hash_helper): Only dump nodes of type
T_MACRO. Emit a newline after each definition.
2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* gccbug.in: New file.
* configure.in (all_outputs): Add gccbug.
@ -27478,7 +27478,7 @@ Wed Mar 1 12:14:31 MET 2000 Jan Hubicka <jh@suse.cz>
* calls.c (emit_library_call): Check for null REG.
2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
2000-03-01 Martin von Löwis <loewis@informatik.hu-berlin.de>
* c-decl.c (current_function_decl): Move to toplev.c.
(init_decl_processing): Don't add current_function_decl as a ggc
@ -28212,7 +28212,7 @@ Fri Feb 18 20:08:57 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
anything for an alignment of zero.
2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
2000-02-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
* gcc.texi (Bug Reporting): Refer to bugs.html.
(Bug Lists): Likewise.
@ -30660,7 +30660,7 @@ Tue Jan 18 16:19:55 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
* alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
2000-01-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-01-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
(RESTORE_WARN_FLAGS): Unpack it.
@ -32029,7 +32029,7 @@ Tue Jan 4 15:34:34 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
(rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
2000-01-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
2000-01-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
* ginclude/stdbool.h: Support compilation as C++.

View file

@ -5398,7 +5398,7 @@
(machopic_legitimize_pic_address): Improve codegen in dynamic-no-pic
case.
2003-10-15 Gábor Lóki <alga@rgai.hu>
2003-10-15 Gábor Lóki <alga@rgai.hu>
* fold-const.c (tree_swap_operands_p): Disable some features
when optimizing for size.

View file

@ -20647,7 +20647,7 @@
* config/i386/xmmintrin.h: Include <mm_malloc.h>.
2004-08-03 H.J. Lu <hongjiu.lu@intel.com>
Tanguy Fautrà <tfautre@pandora.be>
Tanguy Fautré <tfautre@pandora.be>
* config/i386/pmm_malloc.h: New file.

View file

@ -7446,7 +7446,7 @@
* config/xtensa/lib1funcs.asm: Use C-style comments.
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2006-10-23 Rafael テ」ila de Espテュndola <rafael.espindola@gmail.com>
* tree.c (local_define_builtin): Replace calls to
lang_hooks.builtin_function with add_builtin_function.
@ -18422,7 +18422,7 @@
(dump_decl_name): Do not walk the decl tree chains.
* tree-pass.h (TDF_CHAIN): Remove.
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2006-02-20 Rafael テ」ila de Espテュndola <rafael.espindola@gmail.com>
* Makefile.in (C): Remove
(PROTO): Remove
@ -18982,7 +18982,7 @@
* opts.c (common_handle_option): Free new_option pointer.
* df-core.c (df_analyze): Free postorder pointer.
2006-02-15 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2006-02-15 Rafael テ」ila de Espテュndola <rafael.espindola@gmail.com>
* Makefile.in: Fix the examples about the use of stamps
@ -22671,7 +22671,7 @@
* basic-block.h: Remove the prototype for
partition_hot_cold_basic_blocks.
2006-01-16 Rafael Ãvila de EspÃ�­ndola <rafael.espindola@gmail.com>
2006-01-16 Rafael テ」ila de Espテ<70>スュndola <rafael.espindola@gmail.com>
* cppspec.c (lang_specific_spec_functions): Remove.
* gcc.c (lookup_spec_function): Use static_spec_functions directly.

View file

@ -18112,7 +18112,7 @@
movhi_insn, movqi_insn, movsf_insn, movdf_insn): Don't allow constant
to memory moves.
2007-06-11 Rafael Avila de Espindola <espindola@google.com>
2007-06-11 Rafael Ávila de Espíndola <espindola@google.com>
* tree.c (signed_or_unsigned_type_for): New.
(unsigned_type_for): Use signed_or_unsigned_type_for.
@ -19817,7 +19817,7 @@
(i386_pe_mangle_decl_assembler_name): New. Wrap
i386_pe_maybe_mangle_decl_assembler_name.
2007-05-16 Rafael Avila de Espindola <espindola@google.com>
2007-05-16 Rafael Ávila de Espíndola <espindola@google.com>
* c-common.c (c_common_signed_or_unsigned_type): Delay the check for
INTEGRAL_TYPE_P and TYPE_UNSIGNED.
@ -20845,7 +20845,7 @@
* config/i386/i386.c (ix86_scalar_mode_supported): TFmode is
supported for TARGET_64BIT.
2007-05-16 Rafael Avila de Espindola <espindola@google.com>
2007-05-16 Rafael Ávila de Espíndola <espindola@google.com>
* c-common.c (c_common_signed_or_unsigned_type): Emulate
c_common_unsigned_type behavior.
@ -20983,7 +20983,7 @@
* genautomata.c (gen_regexp_el): Allocate correct size for regexp.
2007-05-14 Rafael Avila de Espindola <espindola@google.com>
2007-05-14 Rafael Ávila de Espíndola <espindola@google.com>
* c-common.c (warnings_for_convert_and_check): Use unsigned_type_for
instead of c_common_unsigned_type.
@ -24355,7 +24355,7 @@
* config/avr/avr.md (movw peephole2): New.
(movw_r peephole2): New.
2007-03-30 Rafael Avila de Espindola <espindola@google.com>
2007-03-30 Rafael Ávila de Espíndola <espindola@google.com>
* tree.h (get_signed_or_unsigned_type): New.
* fold-const.c (operand_equal_for_comparison_p): Use
@ -26017,7 +26017,7 @@
* c-common.c (warn_logical_operator): Fix condition.
2007-03-10 Tobias Schl�ter <tobi@gcc.gnu.org>
2007-03-10 Tobias Schlüter <tobi@gcc.gnu.org>
* config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
quotation mark.
@ -33161,7 +33161,7 @@
* langhooks.h (struct lang_hooks): Removed field
'can_use_bit_fields_p'.
2007-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
2007-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* config/bfin/t-bfin, config/bfin/t-bfin-elf: Remove GCC_CFLAGS.
@ -33390,7 +33390,7 @@
* config/frv/predicates.md (reg_or_0_operand): Accept
CONST_DOUBLEs.
2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
2007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* config/bfin/rtems.h, config/bfin/t-rtems: New.
* config.gcc: Add bfin*-rtems*.

View file

@ -2155,7 +2155,7 @@
and enable call to diagnose_omp_structured_block_errors.
* Makefile.in (GTFILES): Add omp-low.c again.
2008-05-02 Rafael Espindola <espindola@google.com>
2008-05-02 Rafael Espíndola <espindola@google.com>
* tree-gimple.c (is_gimple_condexpr): Do not allow
trapping comparisons.
@ -2203,7 +2203,7 @@
(verify_stmts): Add code to check that label_to_block_map and labels
are consistent.
2008-04-22 Rafael Espindola <espindola@google.com>
2008-04-22 Rafael Espíndola <espindola@google.com>
Merge with mainline @134843.
@ -2243,17 +2243,17 @@
(lower_eh_constructs_2): Call maybe_record_in_goto_queue for
GIMPLE_CONDs.
2008-05-01 Rafael Espindola <espindola@google.com>
2008-05-01 Rafael Espíndola <espindola@google.com>
* gimple-pretty-print.c (dump_gimple_try): Print like trunk does.
(dump_gimple_catch): Print like trunk does.
2008-05-01 Rafael Espindola <espindola@google.com>
2008-05-01 Rafael Espíndola <espindola@google.com>
* passes.c (gimple_verify_flow_info): Enable remaining
pass_rename_ssa_copies passes.
2008-05-01 Rafael Espindola <espindola@google.com>
2008-05-01 Rafael Espíndola <espindola@google.com>
* tree-cfg.c (gimple_verify_flow_info): Handle switches with only the
default label.
@ -2274,17 +2274,17 @@
replace_locals_stmt, copy_gimple_seq_and_replace_locals): New.
* tree-inline.h (copy_gimple_seq_and_replace_locals): New prototype.
2008-04-29 Rafael Espindola <espindola@google.com>
2008-04-29 Rafael Espíndola <espindola@google.com>
* gimple-pretty-print.c (dump_gimple_return): Add missing space.
* tree-ssa-threadedge.c (simplify_control_stmt_condition): Fix type
of variable.
2008-04-29 Rafael Espindola <espindola@google.com>
2008-04-29 Rafael Espíndola <espindola@google.com>
* gimple-pretty-print.c (pp_cfg_jump): add missing ";".
2008-04-29 Rafael Espindola <espindola@google.com>
2008-04-29 Rafael Espíndola <espindola@google.com>
* gimple-pretty-print.c (dump_gimple_assign): print ";" at the end.
(dump_gimple_return):print ";" at the end.
@ -2292,7 +2292,7 @@
(dump_gimple_cond): use op_symbol_code instead of tree_code_name.
(pp_cfg_jump): print ";" at the end.
2008-04-29 Rafael Espindola <espindola@google.com>
2008-04-29 Rafael Espíndola <espindola@google.com>
* ipa-cp.c (ipcp_driver): Disable.
* matrix-reorg.c (matrix_reorg): Comment body.
@ -2329,7 +2329,7 @@
(remap_gimple_stmt): Add code to handle GIMPLE_RESX region number
remapping.
2008-04-28 Rafael Espindola <espindola@google.com>
2008-04-28 Rafael Espíndola <espindola@google.com>
* cfgexpand.c (gimple_to_tree): Add support for switch stmts without
a default label.
@ -2412,7 +2412,7 @@
gimplify_do_stmt and gimplify_switch_stmt. Tuplify
gimplification of CONTINUE_STMT and BREAK_STMT.
2008-04-26 Rafael Espindola <espindola@google.com>
2008-04-26 Rafael Espíndola <espindola@google.com>
* gimple.c (gimple_build_assign_with_ops): Don't set SSA_NAME_DEF_STMT.
* gimple.h (gimple_assign_set_lhs): Set SSA_NAME_DEF_STMT.
@ -2468,7 +2468,7 @@
(gimplify_init_ctor_eval_range): Add a fall-through label for
GIMPLE_COND statement.
2008-04-25 Rafael Espindola <espindola@google.com>
2008-04-25 Rafael Espíndola <espindola@google.com>
* tree-ssa-dom.c (avail_expr_eq): Return false if the hashes don't
match.
@ -2481,12 +2481,12 @@
GIMPLE_CHANGE_DYNAMIC_TYPE.
* tree-cfg.c (verify_types_in_gimple_stmt): Likewise.
2008-04-24 Rafael Espindola <espindola@google.com>
2008-04-24 Rafael Espíndola <espindola@google.com>
* tree-ssa-dom.c (initialize_hash_element): Fix the type of the code
variable.
2008-04-23 Rafael Espindola <espindola@google.com>
2008-04-23 Rafael Espíndola <espindola@google.com>
* omp-low.c (gate_lower_omp): Return 0.
* passes.c (init_optimization_passes): Enable all passes whose
@ -2516,7 +2516,7 @@
(lower_omp_1): Remove debugging code.
* gimple.h (gimple_omp_parallel_combined_p): Add new argument.
2008-04-22 Rafael Espindola <espindola@google.com>
2008-04-22 Rafael Espíndola <espindola@google.com>
Merge with mainline @134552.
@ -2609,7 +2609,7 @@
(build_ssa_operands): Likewise.
(stmt_references_memory_p): Remove.
2008-04-21 Rafael Espindola <espindola@google.com>
2008-04-21 Rafael Espíndola <espindola@google.com>
Cherry pick http://gcc.gnu.org/ml/gcc-patches/2008-04/msg01213.html
@ -2873,18 +2873,18 @@
* tree-cfg.c (need_fake_edge_p): Initialize CALL_FLAGS.
2008-04-12 Rafael Espindola <espindola@google.com>
2008-04-12 Rafael Espíndola <espindola@google.com>
Merge with mainline @134237.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-04-13 Rafael Espindola <espindola@google.com>
2008-04-13 Rafael Espíndola <espindola@google.com>
* config/extensions.m4: Add. Was missing from previous merge.
2008-04-12 Rafael Espindola <espindola@google.com>
2008-04-12 Rafael Espíndola <espindola@google.com>
Merge with mainline @133860.
@ -2963,7 +2963,7 @@
(tree_ssa_phiprop): Tuplify.
* passes.c (init_optimization_passes): Re-enable pass_phiprop.
2008-04-11 Rafael Espindola <espindola@google.com>
2008-04-11 Rafael Espíndola <espindola@google.com>
* tree-ssa-math-opts.c (execute_cse_sincos_1): fix warning.
@ -3188,21 +3188,21 @@
if cfun is NULL.
2008-04-04 Rafael Espindola <espindola@google.com>
2008-04-04 Rafael Espíndola <espindola@google.com>
Merge with mainline @133632.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-04-04 Rafael Espindola <espindola@google.com>
2008-04-04 Rafael Espíndola <espindola@google.com>
Merge with mainline @133631.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-04-04 Rafael Espindola <espindola@google.com>
2008-04-04 Rafael Espíndola <espindola@google.com>
Merge with mainline @133630.
@ -3230,14 +3230,14 @@
(lower_nested_functions): Pass convert_nl_goto_receiver as the first
parameter to walk_all_functions.
2008-04-03 Rafael Espindola <espindola@google.com>
2008-04-03 Rafael Espíndola <espindola@google.com>
Merge with mainline @133624.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-04-03 Rafael Espindola <espindola@google.com>
2008-04-03 Rafael Espíndola <espindola@google.com>
Merge with mainline @133612.
@ -3299,28 +3299,28 @@
* cfgexpand.c (gimple_to_tree): Generate assignment to return value
if necessary.
2008-04-02 Rafael Espindola <espindola@google.com>
2008-04-02 Rafael Espíndola <espindola@google.com>
Merge with mainline @133597.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-04-02 Rafael Espindola <espindola@google.com>
2008-04-02 Rafael Espíndola <espindola@google.com>
Merge with mainline @133527.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-04-02 Rafael Espindola <espindola@google.com>
2008-04-02 Rafael Espíndola <espindola@google.com>
Merge with mainline @133519.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-04-02 Rafael Espindola <espindola@google.com>
2008-04-02 Rafael Espíndola <espindola@google.com>
Merge with mainline @133453.
@ -3373,35 +3373,35 @@
* gimplify.c (gimplify_switch_expr): Verify the return value from
gimplify_expr.
2008-03-31 Rafael Espindola <espindola@google.com>
2008-03-31 Rafael Espíndola <espindola@google.com>
Merge with mainline @133452.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-31 Rafael Espindola <espindola@google.com>
2008-03-31 Rafael Espíndola <espindola@google.com>
Merge with mainline @133440.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-31 Rafael Espindola <espindola@google.com>
2008-03-31 Rafael Espíndola <espindola@google.com>
Merge with mainline @133423.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-30 Rafael Espindola <espindola@google.com>
2008-03-30 Rafael Espíndola <espindola@google.com>
Merge with mainline @133342.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-28 Rafael Espindola <espindola@google.com>
2008-03-28 Rafael Espíndola <espindola@google.com>
Merge with mainline @133341.
@ -3427,7 +3427,7 @@
* omp-low.c (expand_omp_sections): Fix build breakage due to an
uninitialized variable.
2008-03-28 Rafael Espindola <espindola@google.com>
2008-03-28 Rafael Espíndola <espindola@google.com>
Merge with mainline @133315.
@ -3440,7 +3440,7 @@
V_MAIN and V_BACK.
(expand_omp_for): Initialize VIN.
2008-03-28 Rafael Espindola <espindola@google.com>
2008-03-28 Rafael Espíndola <espindola@google.com>
Merge with mainline @133313.
@ -3521,14 +3521,14 @@
(gimple_has_location): Remove fixmes.
* tree-cfg.c (gimple_block_label): Remove ATTRIBUTE_UNUSED.
2008-03-27 Rafael Espindola <espindola@google.com>
2008-03-27 Rafael Espíndola <espindola@google.com>
Merge with mainline @133311.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-27 Rafael Espindola <espindola@google.com>
2008-03-27 Rafael Espíndola <espindola@google.com>
* gcc/tree-nested.c (save_tmp_var): Use gsi_insert_after_without_update
instead of gsi_insert_after.
@ -3546,20 +3546,20 @@
* testsuite/gcc.dg/tree-ssa/ssa-dse-10.c: {dg-final} changed.
* testsuite/gcc.dg/tree-ssa/pr30375.c: {dg-final} changed.
2008-03-26 Rafael Espindola <espindola@google.com>
2008-03-26 Rafael Espíndola <espindola@google.com>
* gcc/tree-ssa-operands.c (ssa_operands_active): Assert that cfun is
not NULL.
* gcc/tree-nested.c (init_tmp_var): Use
gsi_insert_before_without_update instead of gsi_insert_before.
2008-03-25 Rafael Espindola <espindola@google.com>
2008-03-25 Rafael Espíndola <espindola@google.com>
Merge with mainline @133309.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-25 Rafael Espindola <espindola@google.com>
2008-03-25 Rafael Espíndola <espindola@google.com>
Merge with mainline @133306.
@ -3576,7 +3576,7 @@
* passes.c (init_optimization_passes):
Enable pass_copy_prop.
2008-03-25 Rafael Espindola <espindola@google.com>
2008-03-25 Rafael Espíndola <espindola@google.com>
Merge with mainline @133257.
@ -3593,35 +3593,35 @@
(gimplify_body): Updated the call to gimple_build_bind and moved
the copying of block information into gimplify_bind_expr.
2008-03-25 Rafael Espindola <espindola@google.com>
2008-03-25 Rafael Espíndola <espindola@google.com>
Merge with mainline @133255.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-25 Rafael Espindola <espindola@google.com>
2008-03-25 Rafael Espíndola <espindola@google.com>
Merge with mainline @133251.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-25 Rafael Espindola <espindola@google.com>
2008-03-25 Rafael Espíndola <espindola@google.com>
Merge with mainline @133250.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-24 Rafael Espindola <espindola@google.com>
2008-03-24 Rafael Espíndola <espindola@google.com>
Merge with mainline @133246.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-24 Rafael Espindola <espindola@google.com>
2008-03-24 Rafael Espíndola <espindola@google.com>
Merge with mainline @133222.
@ -3632,21 +3632,21 @@
* passes.c (init_optimization_passes): Enable pass_split_crit_edges.
2008-03-24 Rafael Espindola <espindola@google.com>
2008-03-24 Rafael Espíndola <espindola@google.com>
Merge with mainline @133169.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-21 Rafael Espindola <espindola@google.com>
2008-03-21 Rafael Espíndola <espindola@google.com>
Merge with mainline @133168.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-21 Rafael Espindola <espindola@google.com>
2008-03-21 Rafael Espíndola <espindola@google.com>
Merge with mainline @133167.
@ -3680,28 +3680,28 @@
(gimplify_call_expr): Remove call to get_tmp_var_for, set
gimple_register on a new lhs in some cases.
2008-03-20 Rafael Espindola <espindola@google.com>
2008-03-20 Rafael Espíndola <espindola@google.com>
Merge with mainline @133162.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-20 Rafael Espindola <espindola@google.com>
2008-03-20 Rafael Espíndola <espindola@google.com>
Merge with mainline @133161.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-20 Rafael Espindola <espindola@google.com>
2008-03-20 Rafael Espíndola <espindola@google.com>
Merge with mainline @133140.
* configure.ac (ACX_PKGVERSION): Update revision merge string.
* configure: Regenerate.
2008-03-20 Rafael Espindola <espindola@google.com>
2008-03-20 Rafael Espíndola <espindola@google.com>
Merge with mainline @133138.
@ -4082,7 +4082,7 @@
* tree-phinodes.c (allocate_phi_node): Fix syntax errors from
previous commit.
2008-03-05 Rafael Espindola <espindola@google.com>
2008-03-05 Rafael Espíndola <espindola@google.com>
* tree-phinodes.c (allocate_phi_node): free free_phinodes[bucket]
if empty.
@ -4157,7 +4157,7 @@
pass_warn_function_return, pass_update_address_taken,
pass_simple_dse and pass_build_alias passes.
2008-03-04 Rafael Espindola <espindola@google.com>
2008-03-04 Rafael Espíndola <espindola@google.com>
* fold-const.c (tree_simple_nonnegative_warnv_p): New.
(tree_unary_nonnegative_warnv_p): New.
@ -4224,7 +4224,7 @@
(struct gimple_cfg_hooks): Enable block_ends_with_call_p
callback.
2008-03-04 Rafael Espindola <espindola@google.com>
2008-03-04 Rafael Espíndola <espindola@google.com>
* fold-const.c (tree_unary_nonzero_warnv_p): New.
(tree_binary_nonzero_warnv_p): New.
@ -4297,12 +4297,12 @@
* tree-cfg.c (replace_uses_by): Check that op is not null.
* passes.c (init_optimization_passes): Enable pass_lim.
2008-02-28 Rafael Espindola <espindola@google.com>
2008-02-28 Rafael Espíndola <espindola@google.com>
* tree-outof-ssa.c (insert_backedge_copies): Don't build
uninitialized assignment.
2008-02-28 Rafael Espindola <espindola@google.com>
2008-02-28 Rafael Espíndola <espindola@google.com>
* tree-dfa.c (dump_dfa_stats): cast dfa_stats.max_num_phi_args to long.
@ -4503,11 +4503,11 @@
* tree-cfgcleanup.c (tree_forwarder_block_p): Fix test
for PHI_WANTED.
2008-02-25 Rafael Espindola <espindola@google.com>
2008-02-25 Rafael Espíndola <espindola@google.com>
* tree-cfgcleanup.c (tree_forwarder_block_p): fix thinko.
2008-02-24 Rafael Espindola <espindola@google.com>
2008-02-24 Rafael Espíndola <espindola@google.com>
* gimple-iterator.c (gsi_split_seq_before): Don't abort if at the
beginning.
@ -4544,18 +4544,18 @@
(copy_or_nop_cast_stmt_rhs): New.
* gimple.h (copy_or_nop_cast_stmt_rhs): Declare.
2008-02-21 Rafael Espindola <espindola@google.com>
2008-02-21 Rafael Espíndola <espindola@google.com>
* gimple.h (gimple_cond_true_p): Define.
(gimple_cond_false_p): Define.
(gimple_cond_single_var_p): Define.
2008-02-21 Rafael Espindola <espindola@google.com>
2008-02-21 Rafael Espíndola <espindola@google.com>
* tree-tailcall.c (adjust_accumulator_values): Check that a phi was
found.
2008-02-21 Rafael Espindola <espindola@google.com>
2008-02-21 Rafael Espíndola <espindola@google.com>
* tree-tailcall.c (adjust_accumulator_values): Initialize phi.
@ -4573,13 +4573,13 @@
* gimplify.c (gimplify_expr): Save locus into the right
sequence.
2008-02-20 Rafael Espindola <espindola@google.com>
2008-02-20 Rafael Espíndola <espindola@google.com>
* passes.c (init_optimization_passes): Enable pass_mark_used_blocks
and pass_cleanup_cfg_post_optimizing.
* tree-optimize.c (execute_cleanup_cfg_post_optimizing): call cleanup_tree_cfg.
2008-02-20 Rafael Espindola <espindola@google.com>
2008-02-20 Rafael Espíndola <espindola@google.com>
* passes.c (init_optimization_passes): Enable pass_nrv.
* tree-nrv.c (finalize_nrv_r): data is now a walk_stmt_info.
@ -4719,7 +4719,7 @@
ebitmap.o-warn, lower-subreg.o-warn, tree-chrec.o-warn):
Change -Wno-error to -Wno-uninitialized.
2008-02-19 Rafael Espindola <espindola@google.com>
2008-02-19 Rafael Espíndola <espindola@google.com>
* tree-eh.c (collect_finally_tree): handle GIMPLE_SWITCH.
@ -4980,7 +4980,7 @@
markers to execute pass_expand.
Guard more passes under #if 0.
2008-02-01 Rafael Espindola <espindola@google.com>
2008-02-01 Rafael Espíndola <espindola@google.com>
* passes.c (init_optimization_passes): Enable pass_del_ssa.
@ -5006,12 +5006,12 @@
(create_outofssa_var_map):Port to tuples.
(coalesce_partitions): Port to tuples.
2008-02-01 Rafael Espindola <espindola@google.com>
2008-02-01 Rafael Espíndola <espindola@google.com>
* tree-ssa-operands.c (free_stmt_operands): Only free
with_ops.addresses_taken if stmt has ops.
2008-01-31 Rafael Espindola <espindola@google.com>
2008-01-31 Rafael Espíndola <espindola@google.com>
* tree-optimize.c (pass_free_cfg_annotations): Flip
works_with_tuples_p.
@ -5033,16 +5033,16 @@
lower-subreg.o-warn, tree-chrec.o-warn, varasm.o-warn):
New.
2008-01-30 Rafael Espindola <espindola@google.com>
2008-01-30 Rafael Espíndola <espindola@google.com>
* gimplify.c (gimplify_scan_omp_clauses): Comment out
pop_gimplify_context calls
2008-01-30 Rafael Espindola <espindola@google.com>
2008-01-30 Rafael Espíndola <espindola@google.com>
* gimple.h (gsi_after_labels): Add.
2008-01-30 Rafael Espindola <espindola@google.com>
2008-01-30 Rafael Espíndola <espindola@google.com>
* Makefile.in (tree-complex.o): Uncomment gt-tree-vect-generic.h.
(GTFILES): Add tree-vect-generic.c.
@ -5070,7 +5070,7 @@
(pass_lower_vector): flip works_with_tuples_p
(pass_lower_vector_ssa) flip works_with_tuples_
2008-01-29 Rafael Espindola <espindola@google.com>
2008-01-29 Rafael Espíndola <espindola@google.com>
http://gcc.gnu.org/ml/gcc-patches/2008-01/msg01434.html

View file

@ -1220,7 +1220,7 @@ Mon Jun 8 14:40:02 1998 John Wehle (john@feith.com)
(movsf_normal): Change to unnamed pattern.
Likewise for movdf, movxf, and friends.
Mon Jun 8 13:18:04 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
Mon Jun 8 13:18:04 1998 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* Makefile.in (TREE_H): Add tree-check.h.
(tree-check.h, s-check, gencheck): New targets.

View file

@ -11758,7 +11758,7 @@ PR ada/10768
POINTER_PLUS_EXPR's operands.
When adding an offset to a pointer, use POINTER_PLUS_EXPR.
2007-06-11 Rafael Avila de Espindola <espindola@google.com>
2007-06-11 Rafael Ávila de Espíndola <espindola@google.com>
* trans.c (Attribute_to_gnu): Use signed_or_unsigned_type_for instead
of get_signed_or_unsigned_type.
@ -14424,7 +14424,7 @@ PR ada/10768
* misc.c (enumerate_modes): Consider log2_b to always be one.
2007-05-14 Rafael Avila de Espindola <espindola@google.com>
2007-05-14 Rafael Ávila de Espíndola <espindola@google.com>
* misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
@ -16244,7 +16244,7 @@ PR ada/10768
(Print_Name,Print_Node): Make these debug printouts more robust: print
"no such..." instead of crashing on bad input.
2007-03-30 Rafael Avila de Espindola <espindola@google.com>
2007-03-30 Rafael Ávila de Espíndola <espindola@google.com>
* trans.c (Attribute_to_gnu): Use get_signed_or_unsigned_type
instead of gnat_signed_or_unsigned_type.
@ -18939,7 +18939,7 @@ PR ada/10768
* fe.h: Remove redundant declarations.
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* utils.c (builtin_function): Rename to gnat_builtin_function.
Move common code to add_builtin_function.
@ -19090,7 +19090,7 @@ PR ada/10768
* utils.c (create_var_decl): Use have_global_bss_p when deciding
whether to make the decl common.
2006-02-20 Rafael <EFBFBD>vila de Esp<73>ndola <rafael.espindola@gmail.com>
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (Ada): Remove.
(.PHONY): Remove Ada
@ -21548,11 +21548,11 @@ PR ada/10768
* s-bitops.adb: Clarify comment for Bits_Array
2005-12-07 Rafael <EFBFBD>vila de Esp<73>ndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (ada.install-normal): Remove.
2005-12-07 Rafael <EFBFBD>vila de Esp<73>ndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove all dependencies on s-gtype.

View file

@ -687,7 +687,7 @@
* semantics.c (classtype_has_nothrow_assign_or_copy_p): Only check
copy constructors and copy assignment operators proper.
2008-07-21 Rafael Avila de Espindola <espindola@google.com>
2008-07-21 Rafael Ávila de Espíndola <espindola@google.com>
* parser.c (cp_token): Remove in_system_header.
(eof_token): Remove in_system_header.
@ -4544,7 +4544,7 @@
* init.c (avoid_placement_new_aliasing): New static function.
(build_new_1): Call it.
2007-06-11 Rafael Avila de Espindola <espindola@google.com>
2007-06-11 Rafael Ávila de Espíndola <espindola@google.com>
* cp-objcp-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
(LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
@ -4773,7 +4773,7 @@
* rtti.c (get_tinfo_decl_dynamic, get_typeid): Try to complete the
type only if is a class type (5.2.8/4).
2007-05-14 Rafael Avila de Espindola <espindola@google.com>
2007-05-14 Rafael Ávila de Espíndola <espindola@google.com>
* cp-objcp-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
* decl.c (grokdeclarator): Use unsigned_type_for instead of

View file

@ -495,7 +495,7 @@ Fri Nov 27 13:07:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (require_complete_types_for_parms): Call layout_decl
after we've completed the type.
1998-11-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-11-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (validate_nonmember_using_decl): Allow using templates
from the global namespace.
@ -769,7 +769,7 @@ Fri Nov 27 13:07:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* method.c (build_overload_value): Handle REFERENCE_TYPE.
1998-11-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-11-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (grokdeclarator): Allow namespace-scoped members if they
are friends.
@ -1081,11 +1081,11 @@ Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (grokdeclarator): Set DECL_NONCONVERTING_P for all
non-converting constructors.
1998-10-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-10-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* gxxint.texi: Correct documentation for n, N, Q, and B.
1998-10-23 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-10-23 Martin von Löwis <loewis@informatik.hu-berlin.de>
* parse.y (condition): Convert VAR_DECL from reference to indirect
reference.
@ -1219,7 +1219,7 @@ Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (grokdeclarator): Use them.
* tree.c (canonical_type_variant): Likewise.
1998-10-22 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-10-22 Martin von Löwis <loewis@informatik.hu-berlin.de>
* parse.y (named_class_head): Push into class while parsing the
base class list.
@ -1264,7 +1264,7 @@ Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* pt.c (tsubst, TEMPLATE*PARM*): Abort if we don't have any args.
1998-10-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-10-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (validate_nonmember_using_decl): Fix using-directives of
std if std is ignored.
@ -1659,7 +1659,7 @@ Tue Oct 6 07:57:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* pt.c (instantiate_decl): Do save and restore file position.
1998-10-05 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-10-05 Martin von Löwis <loewis@informatik.hu-berlin.de>
* method.c (build_decl_overload_real): Clear
numeric_output_need_bar after __.
@ -1793,7 +1793,7 @@ Thu Oct 1 10:43:45 1998 Nick Clifton <nickc@cygnus.com>
(finish_anon_union): Also complain about local anon unions with no
members.
1998-09-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-09-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (lookup_namespace_name): If the name is a namespace,
return it immediately.
@ -1905,7 +1905,7 @@ Tue Sep 22 21:01:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* decl2.c (grokfield): Likewise.
* pt.c (finish_member_template_decl): Likewise.
1998-09-20 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-09-20 Martin von Löwis <loewis@informatik.hu-berlin.de>
* method.c (hack_identifier): Finding multiple members is always
an error.
@ -2017,7 +2017,7 @@ Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
* error.c (dump_type_real): Handle NAMESPACE_DECL.
* parse.y (base_class.1): Avoid crash on error.
1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (make_typename_type): If context is a namespace, the code
is in error.
@ -2495,7 +2495,7 @@ Wed Aug 26 10:54:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lex.c (real_yylex): Don't warn about long long constants if
we're allowing long long.
1998-08-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-08-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (pushdecl): Use IDENTIFIER_NAMESPACE_VALUE instead of
accessing bindings directly.
@ -3143,7 +3143,7 @@ Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
* decl.c (qualify_lookup): New fn.
(lookup_name_real): Use it.
1998-07-16 Martin v. Loewis <loewis@informatik.hu-berlin.de>
1998-07-16 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (add_using_namespace): When directly using a namespace
that was indirect before, promote it.
@ -3184,7 +3184,7 @@ Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
* decl.c (push_using_directive): Iterate over namespaces used
indirectly.
1998-07-15 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1998-07-15 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (add_using_namespace): Iterate over namespaces used
indirectly.
@ -3218,7 +3218,7 @@ Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
* parse.y (using_directive): New nonterminal.
(extdef, simple_stmt): Use it.
1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (add_function): Move error message ...
(arg_assoc_namespace): ... from here.
@ -3238,7 +3238,7 @@ Tue Jul 14 20:09:22 1998 Jeffrey A Law (law@cygnus.com)
* call.c (joust): Don't warn about "confusing" conversions to the
same type.
1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
* class.c (push_nested_class): Complain about namespaces.
* decl.c (start_decl): Enter the object's namespace.
@ -3257,7 +3257,7 @@ Tue Jul 14 20:09:22 1998 Jeffrey A Law (law@cygnus.com)
* init.c (build_offset_ref): Call mark_used and
convert_from_reference for namespace members.
Mon Jul 13 23:25:28 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
Mon Jul 13 23:25:28 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
* search.c (my_tree_cons): The bitfield is at index 2.
@ -3266,7 +3266,7 @@ Mon Jul 13 17:21:01 1998 Nick Clifton <nickc@cygnus.com>
* lang-options.h: Format changed to work with new --help support
in gcc/toplev.c
1998-07-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-07-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (build_expr_from_tree): Change calls of do_identifier.
Do Koenig lookup in CALL_EXPR.
@ -3484,7 +3484,7 @@ Sat Jun 27 07:36:09 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* sig.c (build_signature_pointer_or_reference_type): Don't set
DECL_CONTEXT.
1998-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1998-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
Set DECL_CONTEXT for globals to NULL_TREE instead of global_namespace.
* cp-tree.h (FROB_CONTEXT): New macro.
@ -3858,7 +3858,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* error.c (cp_printers): Use 'o' instead of '_' for the null entry.
1998-06-05 Martin v. Loewis <loewis@informatik.hu-berlin.de>
1998-06-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.
* decl.c (lookup_name_real): Add namespaces_only parameter.
@ -3886,7 +3886,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* error.c (dump_expr): Clean up NEW_EXPR case.
1998-06-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-06-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
Suggested by Brendan Kehoe
* decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL,
@ -4039,7 +4039,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (pushdecl): Don't copy the type_decl.
1998-05-26 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1998-05-26 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* class.c (pushclass): Always store TYPE_MAIN_VARIANT in
current_class_type.
@ -4060,7 +4060,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c (pushtag): Avoid crashing on erroneous input.
1998-05-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1998-05-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (push_namespace): Only produce one unique name for
anonymous namespaces.
@ -4127,7 +4127,7 @@ Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
used as expression.
* typeck.c (decay_conversion): Likewise.
1998-05-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-05-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* error.c (dump_expr): Support namespaces.
@ -4248,7 +4248,7 @@ Thu May 21 11:54:44 1998 Dave Brolley <brolley@cygnus.com>
* pt.c (classtype_mangled_name): Don't try DECL_CONTEXT on types.
In fact, don't use DECL_CONTEXT at all here.
1998-05-20 Martin von Loewis <loewis@informatik.hu-berlin.de>
1998-05-20 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (record_unknown_type): New function.
(init_decl_processing): Call it for the unknown and global type
@ -4366,7 +4366,7 @@ Mon May 18 03:00:57 1998 Jason Merrill <jason@yorick.cygnus.com>
* class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.
Mon May 18 01:43:01 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
Mon May 18 01:43:01 1998 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (lookup_name_real): Don't look at IDENTIFIER_LOCAL_VALUE
for a type unless it is one.
@ -4380,7 +4380,7 @@ Mon May 18 01:24:08 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (BISON): Use bison from the build tree if it exists.
(FLEX): Likewise.
Sun May 17 14:52:08 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
Sun May 17 14:52:08 1998 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* typeck.c (type_unknown_p): Return true for TREE_LIST also.
@ -4620,7 +4620,7 @@ Sat May 9 14:44:37 1998 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (lookup_name_real): Use it.
* search.c (lookup_field): Likewise.
Fri May 8 23:32:42 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
Fri May 8 23:32:42 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.def (OVERLOAD): New node.
* cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE,
@ -5894,7 +5894,7 @@ Wed Feb 25 00:35:33 1998 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (get_unique_name): Tweak from earlier in the name.
Tue Feb 24 22:15:04 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
Tue Feb 24 22:15:04 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.def: Add CPLUS_BINDING node.
* cp-tree.h (tree_binding): New struct.

View file

@ -914,7 +914,7 @@ Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
* semantics.c (begin_new_placement): Remove.
(finish_new_placement): Likewise.
1999-11-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1999-11-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.h (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK): New macro.
(DECL_TEMPLATE_INFO): Use it.
@ -1714,7 +1714,7 @@ Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* typeck.c (mark_addressable): Addressed variables are implicitly
used.
1999-09-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1999-09-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): New macro.
(RECORD_OR_UNION_TYPE_CHECK, LANG_IDENTIFIER_CAST): Likewise.
@ -1733,7 +1733,7 @@ Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* decl.c (init_decl_processing): If -fshort-wchar, use 'short unsigned
int' for wchar_t.
1999-09-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1999-09-23 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* ir.texi: Fix formatting errors and typos.
@ -1769,7 +1769,7 @@ Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* decl2.c (lang_decode_option): Adjust, in the wake of recent
changes to option processing.
1999-09-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
1999-09-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* typeck.c (get_member_function_from_ptrfunc): Allow extraction of
function pointer from pmfs with no object given.
@ -1922,7 +1922,7 @@ Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
(cp_finish_decl): Adjust call to layout_var_decl.
* pt.c (tsubst_expr): Make sure to initialize stmt before using it.
1999-09-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
1999-09-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
* typeck.c (get_member_function_from_ptrfunc): Always consider
virtuality inside member pointer.
@ -3751,11 +3751,11 @@ Mon Aug 23 22:17:20 1999 Mumit Khan <khan@xraylith.wisc.edu>
(build_functional_cast): Likewise.
* xref.c (GNU_xref_decl): Likewise.
1999-08-10 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
1999-08-10 Martin v. Löwis <martin@mira.isdn.cs.tu-berlin.de>
* lex.c (do_identifier): Remove unnecessary lookup of class field.
1999-08-09 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
1999-08-09 Martin v. Löwis <martin@mira.isdn.cs.tu-berlin.de>
* decl2.c (set_decl_namespace): Do not complain about non-matching
decls if processing a template.
@ -4559,7 +4559,7 @@ Wed Jul 7 01:26:47 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
maybe_push_cache_obstack.
* search.c (push_class_decls): Likewise.
1999-06-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-06-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
* pt.c (tsubst_friend_function): Push into namespace of friend
function before pushdecl'ing it.
@ -4972,7 +4972,7 @@ Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
* pt.c (check_explicit_specialization): Improve error messages.
1999-05-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-05-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
* typeck.c (string_conv_p): Use same_type_p to check whether we
try to convert between char and wchar_t.
@ -4989,7 +4989,7 @@ Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
* typeck.c (build_const_cast): Tighten checks for legality.
1999-05-02 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-05-02 Martin von Löwis <loewis@informatik.hu-berlin.de>
* init.c (build_member_call): Lookup names coming from
namespace-scoped LOOKUP_EXPR.
@ -4998,7 +4998,7 @@ Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
* gxxint.texi: Add documentation for 'I'.
1999-05-02 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-05-02 Martin von Löwis <loewis@informatik.hu-berlin.de>
* tinfo.cc (operator==): Qualify type_info with std::.
@ -5391,7 +5391,7 @@ Wed Apr 28 11:42:22 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* typeck.c (build_unary_op): Handle taking the address of a unique
bound non-static member function.
1999-04-13 Martin von Loewis <loewis@informatik.hu-berlin.de>
1999-04-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
* lang-options.h (-Wdeprecated): New flag.
* decl2.c (warn_deprecated): New flag.
@ -5833,7 +5833,7 @@ Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
(GNU_xref_end_scope, GNU_xref_ref, GNU_xref_decl, GNU_xref_call,
gen_assign, GNU_xref_member): Const-ify a char*.
1999-03-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-03-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
* gxxint.texi: Remove old discussion on copying virtual bases.
@ -5866,7 +5866,7 @@ Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lex.c (do_identifier): If we got error_mark_node, call
lookup_name again.
1999-03-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-03-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* class.c (finish_struct_1): Always reset TYPE_FIELDS for empty
classes.
@ -5984,7 +5984,7 @@ Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in: ($(INTL_TARGETS)): Depend on cp/parse.c.
($(srcdir)/cp/parse.c): Moved from ../Makefile.in.
1999-03-17 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-03-17 Martin von Löwis <loewis@informatik.hu-berlin.de>
* parse.y (named_complex_class_head_sans_basetype):
Do not push a scope for error_mark_node.
@ -6064,7 +6064,7 @@ Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* sig.c (build_signature_table_constructor): Use cp_error.
1999-03-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-03-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
* semantics.c (finish_switch_cond): Handle error cases gracefully.
Detected by g++.law/enum5.C.
@ -6078,7 +6078,7 @@ Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* typeck2.c (process_init_constructor): Return error if one argument
is in error. Detected by g++.benjamin/13478.C.
1999-03-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-03-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (select_decl): Allow class templates when we need types.
* decl2.c (ambiguous_decl): Likewise.
@ -6217,7 +6217,7 @@ Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl2.c (import_export_class): Also return if
CLASSTYPE_INTERFACE_ONLY is set.
1999-03-03 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-03-03 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (push_overloaded_decl): Only overwrite the old binding if
there was one.
@ -6304,7 +6304,7 @@ Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* typeck.c (convert_for_assignment): Allow boolean integral constant
expressions to convert to null pointer.
1999-02-24 Martin von Loewis <loewis@informatik.hu-berlin.de>
1999-02-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (lookup_namespace_name): Resolve namespace aliases.
@ -6558,7 +6558,7 @@ Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
expand_generic_desc): Likewise.
1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
* tree.c (equal_functions): New function.
(ovl_member): Call it.
@ -6567,7 +6567,7 @@ Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
* cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.
1999-01-25 Martin von Loewis <loewis@informatik.hu-berlin.de>
1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (decls_match): Return 1 if old and new are identical.
(push_overloaded_decl): Set OVL_USED when PUSH_USING.

View file

@ -2256,7 +2256,7 @@
* parse.y (member_init): Just pass in the type.
* init.c (expand_member_init): Handle getting a type.
2000-07-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-07-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
Jason Merrill <jason@redhat.com>
* decl.c (finish_function): Warn if a function has no return
@ -2602,7 +2602,7 @@
* decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
(push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
2000-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* parse.y (complex_direct_notype_declarator): Support global_scope.
* Makefile.in: Adjust conflict count.
@ -3787,7 +3787,7 @@
* semantics.c (finish_member_declaration): Don't mark members of
classes declared in an extern "C" region as extern "C".
2000-05-22 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-05-22 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl2.c (qualified_lookup_using_namespace): Look through
namespace aliases.
@ -4241,7 +4241,7 @@
* ir.texi: Correct typo.
2000-04-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-04-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (grokdeclarator): Reject VLAs as members.
@ -4540,7 +4540,7 @@
(interface_only): Don't declare.
(interface_unknown): Likewise.
2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* tree.h (HAVE_TEMPLATES): Remove definition.
* lang-options.h (-fthis-is-variable): Remove documentation.
@ -4595,7 +4595,7 @@
(__pointer_to_member_type_info::__do_catch): Remove.
(__pointer_to_member_type_info::__pointer_catch): Implement.
2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* lex.c (init_parse): Remove traces of classof and headof.
* decl2.c (flag_operator_names): Default to 1.
@ -5308,7 +5308,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* init.c (build_offset_ref): Handle the case of a templated member
function.
2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* except.c (expand_exception_blocks): Clear catch_clauses_last.
@ -5334,7 +5334,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
(layout_class_type): Implement new ABI handling of bitfields
longer than their types.
2000-03-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-03-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* parse.y (extdefs): Call ggc_collect.
* parse.c: Regenerated.
@ -5785,7 +5785,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* init.c (construct_virtual_bases): Fix thinko.
* typeck.c (expand_ptrmemfunc_cst): Fix thinko.
2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
2000-03-01 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (current_function_decl): Move to toplev.c.
@ -5944,7 +5944,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* decl.c (decls_match): Remove obsolete static member nadgering.
2000-02-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-02-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* decl.c (grokdeclarator): Change ANSI to ISO.
* lex.c (consume_string, readescape, do_identifier): Likewise.
@ -6088,7 +6088,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* decl.c (redeclaration_error_message): Allow redeclaration of
namespace-scope decls.
2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
2000-02-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
* typeck2.c (my_friendly_abort): Use GCCBUGURL.
@ -6971,7 +6971,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* optimize.c (copy_body_r): Clear the operand three of a
TARGET_EXPR when copying it.
2000-01-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-01-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* method.c (build_decl_overload_real): Check whether we are in ::
before returning __builtin_new/delete.
@ -7268,7 +7268,7 @@ Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
(fixup_vtable_deltas1): Likewise.
(finish_struct_1): Likewise.
2000-01-01 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2000-01-01 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* call.c (build_new_method_call): Also check destructors.

View file

@ -113,7 +113,7 @@
* mangle.c (write_bare_function_type): Mangle return type for
methods of Java classes
2005-12-08 Th<EFBFBD>dore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2005-12-08 Théodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* call.c (build_conditional_expr): Print types in error messages.
@ -125,11 +125,11 @@
* cp-gimplify.c (gimplify_cp_loop): Use fold_build3.
2005-12-07 Rafael <EFBFBD>ila de Esp<73>dola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (c++.all.build, c++.install-normal): Remove.
2005-12-07 Rafael <EFBFBD>ila de Esp<73>dola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove all dependencies on s-gtype.

View file

@ -458,7 +458,7 @@
* typeck.c (build_binary_op): Duplicate warning message
for better translation.
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* decl.c (builtin_function_1): Move common code to
add_builtin_function.
@ -2846,7 +2846,7 @@
* decl.c (grok_op_properties): Check for ellipsis in arguments of
operators.
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (C++): Remove.
(.PHONY): Remove C++.
@ -3336,7 +3336,7 @@
(cp_parser_asm_definition): Call cgraph_add_asm_node rather than
assemble_asm.
2006-01-16 Rafael �ila de Esp�dola <rafael.espindola@gmail.com>
2006-01-16 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* g++spec.c (lang_specific_spec_functions): Remove.

View file

@ -2169,7 +2169,7 @@
* symbol.c (gfc_add_common): Disable checks to work around other more
fundamental inadequacies.
2004-05-22 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2004-05-22 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* trans-decl.c (gfc_get_extern_function_decl): Set DECL_IS_PURE
only for functions.
@ -2377,7 +2377,7 @@
* decl.c (variable_decl): Always apply default initializer.
2004-05-08 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2004-05-08 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/15206
* trans-intrinsic.c (gfc_conv_intrinsic_rrspacing): Fixed to
@ -2451,7 +2451,7 @@
Remove "set DEVELOPMENT".
(Compiling GFORTRAN): Remove.
2004-05-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2004-05-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* array.c (match_subscript, match_array_ref): Add comments
explaining argument 'init'.
@ -2461,20 +2461,20 @@
* primary.c (match_digits, match_integer_constant): Add comment
explaining signflag.
2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/13940
* primary.c: Include system.h and flags.h, needed for pedantic.
(match_boz_constant): Allow "x" for hexadecimal constants, warn if
pedantic is set.
2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/13940
* match.c (match_data_constant): Handle case where
gfc_find_symbol sets sym to NULL
2004-04-28 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2004-04-28 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* Make-lang.in (f95-lang.o, trans-intrinsic.o): Add missing
dependency on mathbuiltins.def
@ -2488,7 +2488,7 @@
* gfortranspec.c: Do not include multilib.h.
2004-04-24 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2004-04-24 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* trans-intrinsic.c: Fix comment, this is not trans-expr.c. Add
2004 to copyright years.

View file

@ -21,7 +21,7 @@
PR fortran/25587
* trans-io.c (gfc_build_st_parameter): Correct off by one error.
2005-12-28 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-28 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove distdir from comment.
@ -399,11 +399,11 @@
as actual arguments to ASSOCIATED. Moved a misplaced
comment.
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (fortran.all.build, fortran.install-normal): Remove.
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove all dependencies on s-gtype, except for
gt-fortran-trans.h.

View file

@ -112,7 +112,7 @@
the nullifying of intent(out) arguments rather than the backend
declaration.
2006-12-20 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-12-20 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/25392
* trans-stmt.c (gfc_trans_return): Fix comment formatting.
@ -215,7 +215,7 @@
function declarations to match the library changes. Mark
allocation functions with DECL_IS_MALLOC.
2006-12-12 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-12-12 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* trans-expr.c (gfc_conv_substring): Check for empty substring.
@ -669,7 +669,7 @@
* trans-expr.c (gfc_conv_expr_reference): Set TREE_STATIC on the
new CONST_DECL.
2006-11-11 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-11-11 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* array.c: Add 2006 to copyright years.
* data.c: Same.
@ -969,7 +969,7 @@
* expr.c (simplify_parameter_variable): Keep rank of original
expression.
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (f951$(exeext)): Depend on and link with attribs.o.
* trans.h (builtin_function): Rename to gfc_builtin_function.
@ -1566,7 +1566,7 @@
PR fortran/29097
* scanner.c (include_line): Handle conditional include.
2006-09-25 Tobias Schluter <tobias.schlueter@physik.uni-muenchen.de>
2006-09-25 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/21203
* error.c (show_loci): No need to risk an ICE to output a
@ -1599,7 +1599,7 @@
* iresolve.c (resolve_spread): Build shape for result if the
source shape is available and dim and ncopies are constants.
2006-09-18 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-09-18 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/28817
PR fortran/21918
@ -2121,7 +2121,7 @@
* intrinsic.texi: Document new intrinsics.
2006-07-01 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-07-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/19259
* parse.c (next_free): Error out on line starting with semicolon.
@ -2728,7 +2728,7 @@
* parse.c (next_statement): Add check to avoid an ICE when
gfc_current_locus.lb is not set.
2006-05-07 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-05-07 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/27457
* match.c (match_case_eos): Error out on garbage following
@ -2749,7 +2749,7 @@
-fall-intrinsics is used.
(gfc_handle_option): Permit -Wno-nonstd-intrinsics.
2006-05-04 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-05-04 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* simplify.c (ascii_table): Fix wrong entry.
@ -3357,7 +3357,7 @@
* module.c (read_module): Remove redundant code lines.
2006-02-20 Rafael <EFBFBD>Ávila de Esp<EFBFBD>índola <rafael.espindola@gmail.com>
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (FORTRAN): Remove
(.PHONY): Remove F95 and f95. Add fortran
@ -3456,7 +3456,7 @@
PR fortran/26054
* options.c: Do not warn for Fortran 2003 features by default.
2006-02-15 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-02-15 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* check.c: Update copyright years.
@ -3479,7 +3479,7 @@
to check dim argument.
(check_reduction): Likewise.
2006-02-14 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-02-14 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/26277
* io.c (match_ltag): Mark label as referenced.
@ -3930,14 +3930,14 @@
are set.
2006-02-10 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-02-10 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/14771
* arith.c (eval_intrinsic): Accept INTRINSIC_PARENTHESES.
* expr.c (check_intrinsic_op): Likewise.
* module.c (mio_expr): Likewise.
2006-02-09 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-02-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* dump-parse-tree.c: Update copyright years.
* matchexp.c: Likewise.
@ -4319,7 +4319,7 @@
is_aliased_array and convert it to a temporary and back again
using gfc_conv_aliased_arg.
2006-01-19 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-01-19 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* gfortranspec.c: Update copyright years.
* trans.c: Likewise.
@ -4330,7 +4330,7 @@
* trans-stmt.h: Likewise.
* trans-types.c: Likewise.
2006-01-18 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-01-18 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/18540
PR fortran/18937
@ -4375,7 +4375,7 @@
argument checking. Replace strcmp's with comparisons with generic
codes.
2006-01-16 Rafael <EFBFBD>Ávila de Esp<EFBFBD>índola <rafael.espindola@gmail.com>
2006-01-16 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* gfortranspec.c (lang_specific_spec_functions): Remove.
@ -4412,7 +4412,7 @@
* trans.c (gfc_add_expr_to_block): Do not fold tcc_statement
nodes.
2006-01-11 Tobias Schl<EFBFBD>üter <tobias.schlueter@physik.uni-muenchen.de>
2006-01-11 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* parse.c (next_fixed): Remove superfluous string concatenation.

View file

@ -870,7 +870,7 @@
(gfc_dep_resolver): Correct the logic for substrings so that
overlapping arrays are handled correctly.
2007-10-28 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-28 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/32147
* module.c (write_symbol): Fix whitespace.
@ -985,7 +985,7 @@
namespaces and start search for symbol in current namespace.
2007-10-18 Paul Thomas <pault@gcc.gnu.org>
Dominique d'Humieres <dominiq@lps.ens.fr>
Dominique d'Humières <dominiq@lps.ens.fr>
PR fortran/33733
* simplify.c (gfc_simplify_transfer): Return null if the source
@ -1028,7 +1028,7 @@
* resolve.c (check_dimension): Fix dimension-type switch;
improve error message.
2007-10-13 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-13 Tobias Schlüter <tobi@gcc.gnu.org>
Paul Thomas <pault@gcc.gnu.org>
PR fortran/33254
@ -1055,7 +1055,7 @@
PR fortran/33636
* expr.c (find_array_section): Check for constructor constantness.
2007-10-08 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-08 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33689
* resolve.c (gfc_resolve_expr): Fix indentation.
@ -1069,7 +1069,7 @@
* mathbuiltins.def (GAMMA): Change function name to
"tgamma" instad of "gamma".
2007-10-07 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-07 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/20851
* expr.c (check_inquiry): Typo fix in error message.
@ -1085,11 +1085,11 @@
* simplify.c (range_check): Return gfc_bad_expr if incoming expression
is NULL.
2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org>
* simplify.c (gfc_simplify_size): Fix typo.
2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/25076
* resolve.c (gfc_find_forall_index): Move towards top,
@ -1148,7 +1148,7 @@
* gfortran.h (gfc_linebuf): Add dbg_emitted field.
(gfc_define_undef_line): New prototype.
2007-10-04 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-04 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33626
* resolve.c (resolve_operator): Always copy the type for
@ -1166,7 +1166,7 @@
* trans-decl.c (build_function_decl): Set "externally_visible"
attribute on the MAIN program decl.
2007-10-03 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-03 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33198
* resolve.c (has_default_initializer): Move to top. Make bool.
@ -1239,7 +1239,7 @@
* module.c (mio_expr): Avoid -Wcast-qual warning.
2007-09-27 Tobias Schlüter <tobi@gcc.gnu.org>
2007-09-27 Tobias Schlüter <tobi@gcc.gnu.org>
* arith.c (reduce_binary_aa): Fix capitalization.
* check.c (gfc_check_dot_product): Likewise.
@ -1264,7 +1264,7 @@
PR fortran/30780
* invoke.texi: Add note to -ffpe-trap option. Fix typos.
2007-09-23 Tobias Schlüter <tobi@gcc.gnu.org>
2007-09-23 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33269
* io.c (check_format_string): Move NULL and constant checks into
@ -1373,7 +1373,7 @@
reduce_binary_aa): Call ourselves recursively if an element of
the constructor is itself a constant array.
2007-09-20 Tobias Schlüter <tobi@gcc.gnu.org>
2007-09-20 Tobias Schlüter <tobi@gcc.gnu.org>
* io.c (resolve_tag_format): New function using code split out
and simplified from ...
@ -1663,7 +1663,7 @@
* match.c (gfc_match_strings): Delete unused function.
* match.h (gfc_match_strings): Delete prototype.
2007-09-02 Tobias Schlüuter <tobi@gcc.gnu.org>
2007-09-02 Tobias Schlüter <tobi@gcc.gnu.org>
* dump-parse-tree.c (show_char_const): New function.
(gfc_show_expr): Use it.
@ -1879,7 +1879,7 @@
runtime error checking.
2007-08-22 Roger Sayle <roger@eyesopen.com>
Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* match.c (intrinsic_operators): Delete.
(gfc_match_intrinsic_op): Rewrite matcher to avoid calling
@ -2897,7 +2897,7 @@
dummy arguments, tell middle-end not to emit additional warnings.
2007-07-08 Daniel Franke <franke.daniel@gmail.com>
Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/17711
* gfortran.h (gfc_intrinsic_op): Added INTRINSIC_EQ_OS,
@ -3430,7 +3430,7 @@
the total offset to the field.
* target-memory.h : Add prototype for gfc_merge_initializers.
2007-06-11 Rafael Avila de Espindola <espindola@google.com>
2007-06-11 Rafael Ávila de Espíndola <espindola@google.com>
* trans-types.c (gfc_signed_type): Remove.
* trans-types.h (gfc_signed_type): Remove.
@ -3839,7 +3839,7 @@
* trans-expr.c (gfc_conv_substring): Evaluate substring bounds
only once.
2007-05-14 Rafael Avila de Espindola <espindola@google.com>
2007-05-14 Rafael Ávila de Espíndola <espindola@google.com>
* f95-lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
* trans-intrinsic.c (gfc_conv_intrinsic_ishft): Use unsigned_type_for
@ -4392,7 +4392,7 @@
* gfortran.texi: Add a section for the %VAL, %REF and %LOC
extensions.
2007-03-30 Rafael Avila de Espindola <espindola@google.com>
2007-03-30 Rafael Ávila de Espíndola <espindola@google.com>
* trans-types.c (gfc_signed_or_unsigned_type): Remove.
(gfc_unsigned_type): Use get_signed_or_unsigned_type instead of

View file

@ -634,7 +634,7 @@
NEGATIVE and then a POINTER_PLUS_EXPR instead
of a MINUS_EXPR.
2007-06-11 Rafael Avila de Espindola <espindola@google.com>
2007-06-11 Rafael Ávila de Espíndola <espindola@google.com>
* typeck.c (java_signed_type): Remove.
* lang.c (LANG_HOOKS_SIGNED_TYPE): Remove.
@ -645,7 +645,7 @@
* jcf-dump.c (HANDLE_MAGIC): Use 'unsigned long' for %lx.
(print_constant): Likewise.
2007-05-14 Rafael Avila de Espindola <espindola@google.com>
2007-05-14 Rafael Ávila de Espíndola <espindola@google.com>
* expr.c (build_java_binop): Use unsigned_type_for instead of
java_unsigned_type.
@ -680,7 +680,7 @@
* jcf-parse.c (give_name_to_class): Don't set input_location from
DECL_ARTIFICIAL decls.
2007-03-30 Rafael Avila de Espindola <espindola@google.com>
2007-03-30 Rafael Ávila de Espíndola <espindola@google.com>
* typeck.c (java_signed_or_unsigned_type): Removed.
(java_signed_type): use get_signed_or_unsigned_type instead of
@ -1560,7 +1560,7 @@
* jcf-path.c (jcf_path_compute): New function.
* jcf.h (jcf_path_compute): Declare.
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* decl.c: Include langhooks.h.
(builtin_function): Remove.
@ -2027,7 +2027,7 @@
* jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
Update copyright notice dates.
2006-01-16 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2006-01-16 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* jvspec.c (lang_specific_spec_functions): Remove.
@ -2080,11 +2080,11 @@
* expr.c (build_field_ref): Add in-line check for missing field.
* decl.c (java_init_decl_processing): Add soft_nosuchfield_node.
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (java.all.build, java.install-normal): Remove.
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove all dependencies on s-gtype, except for
gt-java-parse.h.
@ -13016,7 +13016,7 @@
properly initialize `finished_label'. Don't emit gotos for empty
try statements.
2000-03-19 Martin v. Loewis <loewis@informatik.hu-berlin.de>
2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* except.c (emit_handlers): Clear catch_clauses_last.
@ -13294,7 +13294,7 @@
(build_current_thisn): Likewise.
(patch_method_invocation): Likewise.
2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
2000-03-01 Martin von Löwis <loewis@informatik.hu-berlin.de>
* decl.c (current_function_decl): Move to toplev.c.
@ -13391,7 +13391,7 @@
(expand_java_return): Handle the case of a native integer smaller
than a JVM integer.
2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
2000-02-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
* gjavah.c (help): Use GCCBUGURL.
* jv-scan.c (help): Likewise.

View file

@ -42,7 +42,7 @@
PR objc++/36723
* objc-act.c (objc_build_constructor): Update C++ tweak.
2007-07-14 Rafael Avila de Espindola <espindola@google.com>
2007-07-14 Rafael Ávila de Espíndola <espindola@google.com>
* objc-act.c (synth_module_prologue): Use TREE_NO_WARNING instead
of DECL_IN_SYSTEM_HEADER.
@ -175,7 +175,7 @@
* objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
content where we called cp_finish_file.
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* objc-act.c (synth_module_prologue): Replace calls to
builtin_function with add_builtin_function.
@ -228,7 +228,7 @@
module descriptor.
(gen_type_name_0): Fix ICE when issuing warning.
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (OBJC): Remove
(OBJECTIVE-C): Remove
(objective-c): Remove
@ -245,11 +245,11 @@
PR objc/25348
* objc-act.c (encode_array): Handle arrays to zero sized types.
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (objc.all.build, objc.install-normal): Remove.
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove all dependencies on s-gtype.

View file

@ -50,7 +50,7 @@
* Make-lang.in: Add dummy lang.install-pdf target.
2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* objcp-decl.h (objcp_builtin_function): Remove.
@ -82,7 +82,7 @@
* Make-lang.in (objcp/objcp-decl.o): Add dependency on
$(TARGET_H).
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (OBJ-C++): Remove
(.PHONY): Remove Obj-c++ and obj-C++. Add obj-c++
@ -91,11 +91,11 @@
* Make-lang.in (objcp/objcp-decl.o): Add depends on $(EXPR_H).
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove all dependencies on s-gtype.

View file

@ -700,11 +700,11 @@
* exgettext: Merge changes from diffutils. Scan .def files in
addition to .c and .h. Add --language=c to xgettext command line.
2001-12-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2001-12-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* es.po: Update to 3.0 template.
2001-12-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2001-12-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* da.po, es.po, fr.po, ja.po: New files.

View file

@ -1758,7 +1758,7 @@
* gfortran.dg/cshift_char_3.f90: New test case.
* gfortran.dg/cshift_nan_1.f90: New test case.
2008-08-14 Rafael Avila de Espindola <espindola@google.com>
2008-08-14 Rafael Ávila de Espíndola <espindola@google.com>
* gcc.dg/visibility-14.c: New test.
* gcc.dg/visibility-15.c: New test.
@ -2480,7 +2480,7 @@
PR tree-optimization/36967
* gfortran.dg/pr36967.f: New testcase.
2008-07-30 Rafael Avila de Espindola <espindola@google.com>
2008-07-30 Rafael Ávila de Espíndola <espindola@google.com>
* gcc.dg/visibility-14.c: New test.
* gcc.dg/visibility-15.c: New test.
@ -4174,7 +4174,7 @@
dg-additional-sources.
(profopt-execute): Handle additional sources.
2008-05-28 Rafael Espindola <espindola@google.com>
2008-05-28 Rafael Espíndola <espindola@google.com>
* gcc.dg/20080528-1.c: New test.
@ -4311,7 +4311,7 @@
* g++.dg/template/inline1.C: For the not-defined symbol, use the
pattern from g++.dg/template/qualttp17.C.
2008-05-23 Rafael Espindola <espindola@google.com>
2008-05-23 Rafael Espíndola <espindola@google.com>
* gcc.c-torture/compile/20080522-1.c: Move to gcc.dg.
* gcc.dg/20080522-1.c: Moved from gcc.c-torture.
@ -4349,7 +4349,7 @@
* gfortran.dg/cshift_large_1.f90: New test.
* gfortran.dg/eoshift_large_1.f90: New test.
2008-05-22 Rafael Espindola <espindola@google.com>
2008-05-22 Rafael Espíndola <espindola@google.com>
* gcc.c-torture/compile/20080522-1.c: New testcase.
@ -5114,7 +5114,7 @@
PR fortran/36162
* gfortran.dg/module_widestring_1.f90: New test.
2008-05-08 Rafael Espindola <espindola@google.com>
2008-05-08 Rafael Espíndola <espindola@google.com>
* gcc.dg/vect/vect-111.c: Rename to no-trapping-math-vect-111.c
* gcc.dg/vect/vect-ifcvt-11.c: Rename to no-trapping-math-vect-ifcvt-11.c
@ -6053,7 +6053,7 @@
PR fortran/35780
* gfortran.dg/simplify_argN_1.f90: New test.
2008-04-06 Tobias Schl<EFBFBD>ter <tobi@gcc.gnu.org>
2008-04-06 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/35832
* gfortran.dg/io_constraints_2.f90: Adapt to new error message.
@ -7814,7 +7814,7 @@
* g++.dg/torture/pr35164-1.C: New testcase.
* g++.dg/torture/pr35164-2.C: Likewise.
2008-02-15 Dominique d'Humieres <dominiq@lps.ens.fr>
2008-02-15 Dominique d'Humières <dominiq@lps.ens.fr>
PR testsuite/35119
* g++.dg/template/spec35.C: Change the regular expressions

View file

@ -1794,7 +1794,7 @@
* gcc.dg/vect/vect-ifcvt-16.c: Likewise.
* gcc.dg/vect/vect-ifcvt-17.c: Likewise.
2007-10-31 Dominique d'Humieres <dominiq@lps.ens.fr>
2007-10-31 Dominique d'Humières <dominiq@lps.ens.fr>
Tobias Burnus <burnus@net-b.de>
PR fortran/33941
@ -2010,7 +2010,7 @@
PR c++/30659
* g++.dg/template/crash71.C: New.
2007-10-28 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-28 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/32147
* gfortran.dg/module_md5_1.f90: Update hash-value.
@ -2469,7 +2469,7 @@
* gfortran.dg/bounds_check_10.f90: Fix testcase.
2007-10-13 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-13 Tobias Schlüter <tobi@gcc.gnu.org>
Paul Thomas <pault@gcc.gnu.org>
PR fortran/33254
@ -2611,7 +2611,7 @@
PR tree-optimization/33572
* g++.dg/torture/pr33572.C: Replace with complete test.
2007-10-08 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-08 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33689
* gfortran.dg/spec_expr_5.f90: New.
@ -2643,7 +2643,7 @@
PR libfortran/33683
* gfortran.dg/gamma_5.f90: New test case
2007-10-07 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-07 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/20851
* initialization_1.f90: Fix dg-error annotations.
@ -2680,7 +2680,7 @@
PR tree-optimization/33572
* g++.dg/torture/pr33572.C: New.
2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/25076
* gfortran.dg/forall_11.f90: New.
@ -2740,7 +2740,7 @@
PR tree-optimization/33627
* g++.dg/torture/pr33627.C: New testcase.
2007-10-04 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-04 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33626
* gfortran.dg/parens_6.f90: New.
@ -2780,7 +2780,7 @@
* gfortran.dg/default_format_1.f90: XFAIL on ppc-darwin.
* gfortran.dg/default_format_2.f90: XFAIL on ppc-darwin.
2007-10-03 Tobias Schlüter <tobi@gcc.gnu.org>
2007-10-03 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33198
* gfortran.dg/common_errors_1.f90: New.
@ -2901,7 +2901,7 @@
* gcc.target/i386/sse5-convert.c: Fix target selector and rename to...
* gcc.target/i386/pr33524.c: ...this.
2007-09-28 Tobias Schlüter <tobi@gcc.gnu.org>
2007-09-28 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33354
* gfortran.dg/minmaxloc_4.f90: New.
@ -2943,7 +2943,7 @@
PR middle-end/7003
* gcc.target/powerpc/gcse-1.c: New test.
2007-09-27 Tobias Schlüter <tobi@gcc.gnu.org>
2007-09-27 Tobias Schlüter <tobi@gcc.gnu.org>
* gfortran.dg/array_initializer_3.f90: Adapt error annotations for
fixed capitalizations.
@ -3045,7 +3045,7 @@
PR c++/14688
* g++.dg/inherit/override_attribs.C: New file.
2007-09-23 Tobias Schlüter <tobi@gcc.gnu.org>
2007-09-23 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33269
* io.c (check_format_string): Move NULL and constant checks into
@ -3471,7 +3471,7 @@
* gcc.dg/sibcall-4.c: As for gcc.dg/sibcall-3.c.
* gcc.dg/tree-ssa/ssa-fre-3.c: Require !mips64.
2007-09-20 Tobias Schlüter <tobi@gcc.gnu.org>
2007-09-20 Tobias Schlüter <tobi@gcc.gnu.org>
* gfortran.dg/g77/19981216-0.f: Remove dg-warning annotation.
* gfortran.dg/io_constraints_1.f90: Make a -std=f95 test. Add
@ -4644,7 +4644,7 @@
* gcc.target/cris/builtin_clz_v0.c: New testcase.
* gcc.target/cris/builtin_clz_v3.c: New testcase.
2007-09-02 Tobias Schlüuter <tobi@gcc.gnu.org>
2007-09-02 Tobias Schlüter <tobi@gcc.gnu.org>
* gfortran.dg/substr_6.f90: New test.
@ -4851,7 +4851,7 @@
PR c++/32596
* g++.dg/ext/visibility/anon5.C: New test.
2007-08-28 Dominique d'Humieres <dominiq@lps.ens.fr>
2007-08-28 Dominique d'Humières <dominiq@lps.ens.fr>
* gfortran.dg/gamma_4.f90: Fix large-real kind selection.
@ -6115,7 +6115,7 @@
* gcc.dg/torture/pr30364-2.c (f)(main): Likewise.
* gcc.dg/torture/pr30364-3.c (f)(main): Likewise.
2007-07-27 Dominique d'Humieres <dominiq@lps.ens.fr>
2007-07-27 Dominique d'Humières <dominiq@lps.ens.fr>
* gfortran.dg/operator_3.f90: Fix dg directive.
* gfortran.dg/min_max_conformance.f90: Fix dg directive.
@ -6308,7 +6308,7 @@
PR fortran/30814
* gfortran.dg/pack_bounds_1.f90: New test case.
2007-07-23  Daniel Franke  <franke.daniel@gmail.com>
2007-07-23 Daniel Franke <franke.daniel@gmail.com>
PR fortran/31639
* gfortran.dg/initialization_9.f90: New test.
@ -6861,7 +6861,7 @@
* gcc.target/m68k/interrupt_thread-2.c: Likewise.
* gcc.target/m68k/interrupt_thread-3.c: Likewise.
2007-07-12  Daniel Franke  <franke.daniel@gmail.com>
2007-07-12 Daniel Franke <franke.daniel@gmail.com>
PR fortran/31639
* gfortran.dg/func_decl_4.f90: New test.
@ -8393,7 +8393,7 @@
* gcc.dg/tree-ssa/prefetch-6.c: New test.
2007-05-29 Tobias Schlüter <tobi@gcc.gnu.org>
2007-05-29 Tobias Schlüter <tobi@gcc.gnu.org>
* gfortran.dg/sizeof.f90: New.
@ -9098,7 +9098,7 @@
* transfer_simplify_1.f90: New test.
* transfer_simplify_2.f90: New test.
2007-05-15 Dominique d'Humieres <dominiq@lps.ens.fr>
2007-05-15 Dominique d'Humières <dominiq@lps.ens.fr>
* gfortran.dg/unf_io_convert_3.f90: Fix dg directive.
@ -9131,7 +9131,7 @@
gcc.target/m68k/interrupt_thread-3.c: New.
* gcc.target/m68k/m68k.exp: Accept fido.
2007-05-13 Dominique d'Humieres <dominiq@lps.ens.fr>
2007-05-13 Dominique d'Humières <dominiq@lps.ens.fr>
* gfortran.dg/alloc_comp_basics_1.f90: Fix dg directive.
* gfortran.dg/altreturn_3.f90: Likewise.
@ -9226,7 +9226,7 @@
PR tree-optimization/31885
* gcc.dg/tree-ssa/loop-29.c: New test.
2007-05-10 Dominique d'Humières <dominiq@lps.ens.fr>
2007-05-10 Dominique d'Humières <dominiq@lps.ens.fr>
* assumed_dummy_1.f90: Fix dg directive.
* char_initialiser_actual.f90: Likewise.
@ -9900,7 +9900,7 @@
* gcc.dg/cpp/_Pragma6.c: Skip on fido-*-* and m68k-*-*.
2007-04-17 Tobias Schlüter <tobi@gcc.gnu.org>
2007-04-17 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/31144
* gfortran.dg/module_naming_1.f90: New.
@ -10003,7 +10003,7 @@
PR fortran/31550
* gfortran.dg/used_types_16.f90: New test.
2007-04-13 Tobias Schlüter <tobi@gcc.gnu.org>
2007-04-13 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/18937
* gfortran.dg/goto_2.f90: New.
@ -10033,7 +10033,7 @@
* gfortran.dg/c_by_val.c: Use GCC extensions instead of including
<complex.h>.
2007-04-12 Tobias Schlüter <tobi@gcc.gnu.org>
2007-04-12 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/31250
* gfortran.dg/char_length_2.f90: New.
@ -10601,7 +10601,7 @@
PR fortran/31193
* gfortran.dg/transfer_array_intrinsic_3.f90: New test.
2007-03-22 Tobias Schlüter <tobi@gcc.gnu.org>
2007-03-22 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/20897
* gfortran.dg/derived_name_1.f90: New.
@ -11765,7 +11765,7 @@
* gcc.target/ia64/builtin-popcount-1.c: New test case.
* gcc.target/ia64/builtin-popcount-2.c: Likewise.
2007-02-11 Tobias Schlüter <tobi@gcc.gnu.org>
2007-02-11 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/30478
* gfortran.dg/enum_4.f90: Update error message checks.
@ -13019,7 +13019,7 @@
PR target/29248
* gcc.dg/rs6000-leaf.c: New.
2006-12-20 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-12-20 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/25392
* gfortran.dg/f2c_8.f90: New test.
@ -13342,7 +13342,7 @@
* gcc.c-torture/compile/vector-2.c: New test.
* gcc.c-torture/compile/vector-3.c: New test.
2006-12-12 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-12-12 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* lib/fortran-torture.exp: Update copyright years. Remove
obsolete comment. Test -ftree-vectorize where it makes sense.
@ -17138,7 +17138,7 @@
* gnat.dg/string_slice.adb: New test.
2006-07-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-07-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/19259
* gfortran.dg/semicolon_fixed.c: New.
@ -18417,7 +18417,7 @@
PR tree-optimization/27409
* gcc.dg/torture/pr27409.c: New testcase.
2006-05-07 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-05-07 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/27457
* gfortran.dg/select_6.f90: New.
@ -19966,7 +19966,7 @@
PR fortran/25045
* optional_dim.f90: New test.
2006-02-14 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-02-14 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/26277
* gfortran.dg/label_4.f90: New.
@ -20056,7 +20056,7 @@
gfortran.dg/null_1.f90: New test.
2006-02-10 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-02-10 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/14771
* gfortran.dg/parens_4.f90: New.
@ -20066,7 +20066,7 @@
* gcc.dg/pr23372-1.c: Remove empty file.
2006-02-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-02-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Paul Thomas <pault@gcc.gnu.org>
PR fortran/14771
@ -20160,7 +20160,7 @@
* gcc.dg/gomp/critical-3.c: Call cleanup-tree-dump.
* gcc.dg/tree-ssa/pr23382.c: Ditto.
2006-02-07 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-02-07 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/25577
* gfortran.dg/mvbits_1.f90: New.
@ -20580,7 +20580,7 @@
* gcc.target/i386/20060125-1.c: New test case.
* gcc.target/i386/20060125-2.c: New test case.
2006-01-25 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2006-01-25 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/18540
* gfortran.dg/goto_1.f: New.
@ -56925,7 +56925,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/compile/labels-2.c: New test.
1999-12-27 Martin von L�is <loewis@informatik.hu-berlin.de>
1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
* gcc.c-torture/execute/991227-1.c: New test.
@ -56933,7 +56933,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
1999-12-21 Martin von L�is <loewis@informatik.hu-berlin.de>
1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
* gcc.c-torture/execute/991221-1.c: New test.
@ -58515,7 +58515,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* g77.f-torture/execute/970816-3.f: New test from Craig.
1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
1998-07-10 Martin von Löwis <martin@mira.isdn.cs.tu-berlin.de>
* g++.other/singleton.C: Return error value instead of taking
SIGSEGV.
@ -58525,7 +58525,7 @@ Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
* g++.other/singleton.C: New test. Warning is under dispute.
Runtime crash is not.
1998-07-09 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
1998-07-09 Martin von Löwis <martin@mira.isdn.cs.tu-berlin.de>
* g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,

View file

@ -2533,7 +2533,7 @@ Fri Oct 25 03:18:20 1991 John Gilmore (gnu at cygnus.com)
Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com)
RS/6000 support, by Metin G. Ozisik, Mimi Ph<EFBFBD>û<EFBFBD>ông-Th<54>åo V<>õ, and
RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
John Gilmore.
* a.out.gnu.h: Update slightly.

View file

@ -4901,7 +4901,7 @@ Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
* Merge egcs & devo libiberty.
1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
* cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces.

View file

@ -13210,7 +13210,7 @@
* jni/gtk-peer/gnu_java_awt_peer_gtk_GdkClasspathFontPeerMetrics.c:
Likewise.
2004-03-09  Kim Ho <kho@redhat.com>
2004-03-09 Kim Ho <kho@redhat.com>
* java/awt/Container.java: (visitChild): Move
the x and y coordinate of the component rectangle
@ -13386,7 +13386,7 @@
(setBackground): If c is null, inherit from closest ancestor whose
background color is set.
2004-02-26  Kim Ho  <kho@redhat.com>
2004-02-26 Kim Ho <kho@redhat.com>
* Makefile.am: Add new files.
* Makefile.in: Re-generate.
@ -13568,7 +13568,7 @@
(getMaximumSize): ditto.
(paintTicks): Use doubles to find the
tick location.
(paintHorizontalLabel):  Use preferredSize
(paintHorizontalLabel): Use preferredSize
as initial width and height.
(paintVerticalLabel): ditto.
@ -13653,7 +13653,7 @@
* javax/swing/plaf/basic/BasicLookAndFeel.java:
Added constant.
2004-02-16  Kim Ho  <kho@redhat.com>
2004-02-16 Kim Ho <kho@redhat.com>
* javax/swing/JSlider.java: Fix indentation and comments.
(setModel): Remove null check to conform with Sun's.
@ -13690,7 +13690,7 @@
(hide): Only do something if component is visible at the moment.
(reshape): If lightweight, erase old bounds and repaint new bounds.
2004-02-13  Kim Ho  <kho@redhat.com>
2004-02-13 Kim Ho <kho@redhat.com>
* Makefile.am: Updated for new file.
* Makefile.in: Regenerated.

View file

@ -3892,7 +3892,7 @@
* java/sql/Timestamp.java
(valueOf): Fixed confusion of java.sql.Date and java.util.Date
2003-07-24 H. V<EFBFBD>is<EFBFBD>nen <hvaisane@joyx.joensuu.fi>
2003-07-24 H. Väisänen <hvaisane@joyx.joensuu.fi>
* java/text/SimpleDateFormat.java (format) [YEAR_FIELD]: Zero pad
unless field size is 2.
@ -18212,7 +18212,7 @@
* java/util/zip/ZipFile.java (readEntries): Search for the End Of
Central Directory. When a zip comment is present the directory
may start earlier. Patch suggested by J<EFBFBD>rg Prante
may start earlier. Patch suggested by Jörg Prante
<joergprante@gmx.de>.
* java/util/zip/ZipConstants.java: Renamed constants to their SUN
@ -18417,7 +18417,7 @@
* java/util/zip/ZipFile.java: Return -1 in
PartialInputStream.read(byte[],int,int) when end of stream reached.
Reported by Bernd M<EFBFBD>sli <bmoesli@esmertec.com>.
Reported by Bernd Mösli <bmoesli@esmertec.com>.
2001-10-01 Mark Wielaard <mark@klomp.org>

View file

@ -13822,9 +13822,9 @@ PR AWT/16121
* ChangeLog: Restore corrupted umlauts.
Some time between 2004-04-07 and 2004-05-01, somebody used
an editing tool on ChangeLog that converted Bernd M<EFBFBD>sli's surname
to Mvsli, and similarly corrupted the names of J<EFBFBD>rg Prante and
H. V<EFBFBD>is<EFBFBD>nen. It looks as if the editing tool read in latin1
an editing tool on ChangeLog that converted Bernd Mösli's surname
to Mvsli, and similarly corrupted the names of Jörg Prante and
H. Väisänen. It looks as if the editing tool read in latin1
characters, then masked them with 0x7F and wrote them out again.
* ChangeLog: Explicitly set coding system to latin-1.

View file

@ -4439,7 +4439,7 @@
2005-11-09 Mark Wielaard <mark@klomp.org>
Reported by Petteri Räty <betelgeuse@gentoo.org>
Reported by Petteri Räty <betelgeuse@gentoo.org>
* INSTALL: Remove double --enable-xmlj entry.
2005-11-09 Anthony Balkissoon <abalkiss@redhat.com>

View file

@ -2665,7 +2665,7 @@
* bits/sbuf_iter.h (istreambuf_iterator::operator++()): Fix.
* testsuite/27/27istringstream_formatted.cc: Add.
1999-04-16 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
1999-04-16 Martin v. Löwis <martin@mira.isdn.cs.tu-berlin.de>
* src/basic_file.cc (__basic_file::open): Fix thinko in
_G_HAVE_IO_FILE_OPEN bits.

View file

@ -5109,7 +5109,7 @@
* config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
* config/os/aix/bits/ctype_noninline.h: Same.
Testcase by Dietmar Kühl via Peter Schmid
Testcase by Dietmar Kühl via Peter Schmid
* testsuite/22_locale/ctype_members_char.cc (char>): Add test for
classic_table().

View file

@ -4589,7 +4589,7 @@
* testsuite/ext/allocators.cc: Fixup.
2003-06-11 Stefan Olsson <stefan@snon.net>
Ola Rönnerup <fnolis@home.se>
Ola Rönnerup <fnolis@home.se>
* include/Makefile.am (ext_headers): Add.
* include/Makefile.in: Regenerate.
@ -5515,7 +5515,7 @@
2003-04-29 Joel Sherrill <joel.sherrill@OARcorp.com>
Loren J. Rittle <ljrittle@acm.org>
Martin v. Loewis <martin@v.loewis.de>
Martin v. Löwis <martin@v.loewis.de>
* config/cpu/i386/atomicity.h: New file.

View file

@ -329,7 +329,7 @@
* update_version: Add some documentation.
2004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
2004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
* update_version (ADD_BRANCHES): Add lno-branch.

View file

@ -561,7 +561,7 @@ Changes in 1.0.6 (19 Jan 1998)
386 asm code replacing longest_match().
contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
A C++ I/O streams interface to the zlib gz* functions
contrib/iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
contrib/iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
Another C++ I/O streams interface
contrib/untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
A very simple tar.gz file extractor using zlib