aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-07Precompiled headers now record macro defs, i fixed a bug in unpickling strings.tree-serialize-branchDaniel Berlin
GDBM is the default database now git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-serialize-branch@46064 138bc75d-0d04-0410-961f-82ee72b054a4
2001-10-05Fix two bugs, add one temporary workaround.Daniel Berlin
Simple C precompiled headers now work (no dependency checking, no debug info (since we don't save the asm output)) git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-serialize-branch@46028 138bc75d-0d04-0410-961f-82ee72b054a4
2001-10-05Serialize RTL, add MDBM support, start precomp'd headers (should only be a ↵Daniel Berlin
few days for C precompiled ones) git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-serialize-branch@46027 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-22Unpickling C trees now works perfectly, excluding DECL_RTLDaniel Berlin
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-serialize-branch@45755 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-18Start properly unpickling lang_specific stuff.Daniel Berlin
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-serialize-branch@45684 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-17Serialize decl_lang_specific properly. Trickier than one would think.Daniel Berlin
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-serialize-branch@45660 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-06Initial tree serialization work.Daniel Berlin
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-serialize-branch@45440 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05This commit was manufactured by cvs2svn to create branchno-author
'tree-serialize-branch'. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-serialize-branch@45423 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * config/alpha/alpha.c (alpha_expand_mov): Initialize temp.Richard Henderson
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45422 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * java/util/Date.java: Re-merged with Classpath.Tom Tromey
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45421 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * java/text/DateFormatSymbols.java: Re-merged with Classpath.Tom Tromey
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45420 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * function.c (ggc_mark_struct_function): Mark f->outer.Zack Weinberg
* toplev.c (rest_of_compilation): Clear DECL_SAVED_INSNS here... * integrate.c (output_inline_function): ... not here. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45419 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-052001-09-05 Corey Minyard <minyard@acm.org>Corey Minyard
Tom Tromey <tromey@redhat.com> * java/lang/natClassLoader.cc: Include VirtualMachineError.h (_Jv_RegisterClassHookDefault): Throw error if a class is registered twice. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45418 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * java/lang/natSystem.cc (init_properties): Default locale isTom Tromey
en_US, not just en. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45417 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * profile.c (branch_prob): Call add_noreturn_fake_exit_edges.Jan Hubicka
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45416 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * i386.c (size_cost): New static variable.Jan Hubicka
(override_function): Use size_cost when -Os is specified. * i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue properly; Use current_function_calls_eh_return. (ix86_expand_epilogue): Avoid dummy optimize_size tests; use leave to avoid depdendancy chain. * local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream; get BB loop_depth instead of computing it from LOOP notes. * reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45415 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.John David Anglin
* pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45414 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * stor-layout.c (layout_type): Complain if an array's size canJeffrey A Law
not be represented in a size_t. * config/h8300/elf.h (ENDFILE_SPEC, STARTFILE_SPEC): Define. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45413 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * gcc.c: (process_command) Add parentheses around assignmentDavid Billinghurst
used as truth value. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45411 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * gcc_update: (files_and_dependencies) Add gcc/java/parse.cDavid.Billinghurst
gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to touch. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45410 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * config/mips/mips.c (save_restore_insns): Don't mark any registerRichard Sandiford
save slots as unchanging if current_function_calls_eh_return. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45406 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * config/alpha/alpha.c (alpha_legitimate_address_p): New.Richard Henderson
* config/alpha/alpha-protos.h: Declare it. * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Move to c file. (NONSTRICT_REG_OK_FOR_BASE_P): Rename from non-strict macro. (NONSTRICT_REG_OK_FP_BASE_P): Likewise. (STRICT_REG_OK_FOR_BASE_P): Rename from strict macro. (REG_OK_FOR_BASE_P): Select one of the above. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45405 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * gcc.c-torture/execute/20010904-1.c: New test.Jakub Jelinek
* gcc.c-torture/execute/20010904-2.c: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45404 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.Richard Sandiford
(crti.o): Prefix name of object file with $(T). (crtn.o): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45403 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.David S. Miller
* config/sparc/linux64.h: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45402 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * doc/invoke.texi (i386 Options): -mwide-multiply is notAndreas Jaeger
available anymore, remove the documentation. (i386 Options): Fix typo, cleanup index entries. * prefix.c (concat): Remove, we can use the version from liberty. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45400 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):Richard Henderson
New functions split out of md file expanders. * config/alpha/alpha-protos.h: Declare them. * config/alpha/alpha.md (movqi, movhi, movsi, movdi): Use them. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45399 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * java/text/MessageFormat.java (setLocale): Don't catch ParseExceptionBryce McKinlay
here, DecimalFormat.applyPattern() does not throw it. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45398 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45396 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * cppmacro.c (funlike_invocation_p): No need to restore context.Neil Booth
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45395 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * reload.c (push_reload): Export.Richard Henderson
* reload.h (push_reload): Declare it. * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line. (LEGITIMIZE_RELOAD_ADDRESS): Likewise. * config/alpha/alpha.c (alpha_legitimize_address): New. (alpha_legitimize_reload_address): Likewise. * config/alpha/alpha-protos.h: Declare them. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45392 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * java/util/AbstractMap.java: Re-merged with Classpath.Tom Tromey
* java/util/IdentityHashMap.java: Re-merged with Classpath. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45391 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-05 * java/text/SimpleDateFormat.java: Re-merged with Classpath.Tom Tromey
* gnu/gcj/text/LocaleData.java, gnu/gcj/text/LocaleData_en.java, gnu/gcj/text/LocaleData_en_US.java: Removed. * java/text/DateFormatSymbols.java (clone): Use Classpath implementation. (equals): Simplified. (DateFormatSymbols): Look in gnu.java.locale for information. (DateFormatSymbols(DateFormatSymbols)): Removed. (safeGetResource): Removed. (DateFormatSymbols): Throws MissingResourceException. (ampmsDefault, erasDefault, localPatternCharsDefault, monthsDefault, shortMonthsDefault, shortWeekdaysDefault, weekdaysDefault, zoneStringsDefault): Removed. * java/text/Collator.java (getAvailableLocales): Use modified Classpath implementation. (getInstance): Look in gnu.java.locale for information. (clone): Rewrote. * java/text/MessageFormat.java: Reindented. (clone): Rewrote. * java/text/FieldPosition.java: Merged with Classpath. * java/text/ParsePosition.java: Merged with Classpath. * java/text/Format.java: Merged with Classpath. * java/text/StringCharacterIterator.java (StringCharacterIterator(StringCharacterIterator,int,int)): New constructor from Classpath. * java/text/Annotation.java, java/text/AttributedCharacterIterator.java, java/text/AttributedString.java, java/text/AttributedStringIterator.java: New from Classpath. * java/text/CharacterIterator.java: Copied from Classpath. * java/text/ChoiceFormat.java: Reindented. (clone): Removed. * gnu/java/text/BaseBreakIterator.java, gnu/java/text/CharacterBreakIterator.java, gnu/java/text/LineBreakIterator.java, gnu/java/text/LocaleData_en.java, gnu/java/text/LocaleData_en_US.java, gnu/java/text/SentenceBreakIterator.java, gnu/java/text/WordBreakIterator.java: Renamed from gnu/gcj/text/*. * gnu/gcj/text/BaseBreakIterator.java (last): Advance past final character. * java/text/BreakIterator.java (getAvailableLocales): Use Classpath implementation. (getInstance): Look in gnu.java.locale for information. (getCharacterInstance, getLineInstance, getSentenceInstance, getWordInstance): Look in gnu.java.text for implementations. * java/text/DecimalFormatSymbols.java: Reindented (clone): Use Classpath implementation. (DecimalFormatSymbols(DecimalFormatSymbols)): Removed. (DecimalFormatSymbols(Locale)): Look in gnu.java.locale for information. * java/text/DateFormat.java: Merged with Classpath. (getAvailableLocales): Use Classpath implementation. (format(Object,StringBuffer,FieldPosition)): Minor cleanup. (computeInstance): Look in gnu.java.locale for information. * java/text/NumberFormat.java: Reindented. (computeInstance): Look in gnu.java.locale for information. (getAvailableLocales): Use implementation from Classpath. (setMaximumIntegerDigits): Likewise. (setMinimumIntegerDigits): Likewise. (setMaximumFractionDigits): Likewise. (clone): Removed. * java/text/DecimalFormat.java: Reindented. * gnu/java/locale/LocaleInformation_en.java: Copied from Classpath. * gnu/java/locale/LocaleInformation_en_US.java: Copied from Classpath. * Makefile.in: Rebuilt. * Makefile.am (ordinary_java_source_files): Added all new files. (ordinary_java_source_files): Renamed or removed gnu/gcj/text/*. * java/security/spec/AlgorithmParameterSpec.java, java/security/spec/KeySpec.java: Re-merged with Classpath. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45390 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-042001-09-04 Scott Johnston <scott@accom.com>Scott Johnston
Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * include/backward/iterator.h: Include <bits/std_iterator.h>, remove reverse_bidirectional_iterator. * testsuite/backward: New directory. * testsuite/backward/header_iterator_h.cc: New file. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45389 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * parse.y (maybe_yank_clinit): A field without an initializer is notPer Bothner
relevant. All initializers except static final and constant require <clinit>, regardless of flag_emit_class_files. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45388 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-042001-09-04 Benjamin Kosnik <bkoz@redhat.com>Benjamin Kosnik
* include/c_std/bits/std_c*.h: Don't use include_next. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45387 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * decl.c (duplicate_decls): Remove code deadling withMark Mitchell
DECL_SAVED_INSNS. * decl2.c (finish_file): Likewise. * pt.c (instantiate_decl): Likewise. * semantics.c (expand_body): Don't defer local functions if they wouldn't be deferred for some other reason. Don't generate RTL for functions that will not be emitted. (genrtl_start_function): Remove code deadling with DECL_SAVED_INSNS. (genrtl_finish_function): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45386 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.Stan Shebs
* config/darwin.c (machopic_stub_name): Account for internally generated lib calls such as memcpy. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45385 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * unwind.h (_UA_END_OF_STACK): New flag.Richard Henderson
* unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45384 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * asprintf.c: Don't define USE_STDARG. Use VPARAMS, VA_OPEN,Kaveh Ghazi
VA_FIXEDARG & VA_CLOSE. * vasprintf.c: Check HAVE_STRING_H when including string.h. (checkit): Delete redundant prototype. Add ATTRIBUTE_PRINTF_1. Use VA_OPEN, VA_FIXEDARG & VA_CLOSE. Free allocated string. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45382 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 Fix for PR libgcj/4213:Tom Tromey
* Makefile.am (ordinary_java_source_files): Added new file. * gnu/gcj/text/LocaleData.java: New file. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45381 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.Jeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45380 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * config/mips/mips.c (save_restore_insns): Change base_offset toRichard Sandiford
fp_offset in second call to mips_emit_frame_related_store. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45379 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * doc/rtl.texi: Mention that besides as a CODE_LABEL, a label canHans-Peter Nilsson
sometimes be represented as a NOTE of type NOTE_INSN_DELETED_LABEL. (Insns): Document NOTE_INSN_DELETED_LABEL. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45378 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-042001-09-04 David S. Miller <davem@redhat.com>David S. Miller
Simplify length insn attribute and make more judicious use of insn attribute defaulting. * config/sparc/sparc.md (all insns with length > one): Mark as insn type multi if real instructions, else use default if it is a forced splitter. (all insns with length == one): Use default insn length. (all insns of type ialu): Use default insn type. Fix erroneous insn attribute settings. (addx): Set insn type to misc. (mulsidi3_sp64, const_mulsidi3_sp64, umulsidi3_sp64, const_umulsidi3_sp64): Set insn type to imul. Track SFmode vs DFmode insns according to UltraSPARC scheduling rules. * config/sparc/sparc.md ("fptype"): New attribute, default to "single". (all DFmode single insns): Mark as fptype "double". git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45377 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04cp:Nathan Sidwell
PR c++/4203 * call.c (build_over_call): Do not optimize any empty base construction. testsuite: PR c++/4203 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222 * g++.dg/init/empty1.C: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45374 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04 * c-common.h (tree_dump_index): Add more comments.Nathan Sidwell
* c-dump.c (dump_files): Name flags `tree' rather than `ast'. (dump_option_value_info): New struct. (dump_options): New array. (dump_switch_p): Parse switch options symbolically. * doc/invoke.texi (-fdump-ast): Rename to ... (-fdump-tree): ... here. Document that options are symbolic, and not all are applicable. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45373 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-042001-09-04 David S. Miller <davem@redhat.com>David S. Miller
Cleanup redundant and unused insn attributes. * config/sparc/sparc.md (define_attr "insn"): Kill address, unary, binary, and move. Mark ialu as default. (commented out define_function_unit "alu"): Kill. (define_attr "use_clobbered"): Kill. (whole file): Kill address insn type references. Replace all unary/binary/move references with ialu. * config/sparc/sparc.c (whole file): Kill TYPE_ADDRESS references. Replace TYPE_{UNARY,BINARY,MOVE} references with TYPE_IALU. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45371 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-042001-09-04 David S. Miller <davem@redhat.com>David S. Miller
* config/sparc/sparc.md (define_splits): Kill constraints. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45370 138bc75d-0d04-0410-961f-82ee72b054a4
2001-09-04Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45369 138bc75d-0d04-0410-961f-82ee72b054a4