aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-10decl.c: (gnat_to_gnu_entity...Richard Kenner2-4/+11
* decl.c: (gnat_to_gnu_entity, case object): Also materialize VAR_DECL for constant if not Is_Public but -O0. From-SVN: r46160
2001-10-10* misc.c (struct lang_hooks): Add new initializer to match GCC change.Richard Kenner2-1/+6
From-SVN: r46159
2001-10-10unwind-dw2-fde.c (fde_compare_t): Change return type to int.Richard Henderson2-7/+26
* unwind-dw2-fde.c (fde_compare_t): Change return type to int. (fde_unencoded_compare): Likewise. Don't use subtraction to get a tristate comparison value. (fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise. From-SVN: r46157
2001-10-10re PR c++/4512 (New ICE in loop_iterations at unroll.c:3510, regression vs. ↵Franz Sirl2-0/+9
3.0.1) 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> PR c++/4512 * unroll.c (loop_iterations): Ignore insns generated by loop unrolling. From-SVN: r46153
2001-10-1020011010-1.c: New.Franz Sirl2-0/+14
2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gcc.c-torture/compile/20011010-1.c: New. From-SVN: r46151
2001-10-10config.gcc (mips*-*-gnu*): Delete support.Franz Sirl3-117/+5
2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * config.gcc (mips*-*-gnu*): Delete support. * config/mips/gnu.h: Remove. From-SVN: r46150
2001-10-10MAINTAINERS (Various maintainers: Ada front end): Added Robert Dewar.Geert Bosch2-0/+6
* MAINTAINERS (Various maintainers: Ada front end): Added Robert Dewar. From-SVN: r46149
2001-10-10Oops, committed early version of the testcase.Franz Sirl1-1/+2
From-SVN: r46148
2001-10-10xnmake.adb (XNmake): Fix handling of -s/-b options.Geert Bosch2-6/+10
* xnmake.adb (XNmake): Fix handling of -s/-b options. No longer use '/' as switch character, allowing for absolute file names. From-SVN: r46146
2001-10-10calls.c: Fix formatting.Kazu Hirata35-66/+103
* calls.c: Fix formatting. * c-decl.c: Likewise. * cfgcleanup.c: Likewise. * combine.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * dwarf2out.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * ggc-page.c: Likewise. * integrate.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * sched-rgn.c: Likewise. * sdbout.c: Likewise. * stmt.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. From-SVN: r46145
2001-10-10Daily bump.GCC Administrator6-6/+6
From-SVN: r46143
2001-10-10langhooks.c: Include rtl.h, insn-config.h and integrate.h.Janis Johnson3-1/+9
* langhooks.c: Include rtl.h, insn-config.h and integrate.h. * Makefile.in (langhooks.o): Add dependencies. From-SVN: r46142
2001-10-10rs6000.c (rs6000_emit_load_toc_table): Don't strdup the toc label.John Wehle2-2/+8
* rs6000.c (rs6000_emit_load_toc_table): Don't strdup the toc label. (create_TOC_reference): Likewise. From-SVN: r46141
2001-10-09config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent version default.Danny Smith2-3/+8
* config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent version default. From-SVN: r46139
2001-10-09i386.c (ix86_attribute_table): Correct min_len, max_len fields for ↵Danny Smith2-3/+8
dllimport, dllexport and shared. * config/i386/i386.c (ix86_attribute_table): Correct min_len, max_len fields for dllimport, dllexport and shared. From-SVN: r46137
2001-10-10bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".Joseph Myers5-8/+14
* bcmp.c, setenv.c: Use "nonzero" instead of "non-zero". * strtod.c: Use "ISO C" instead of "ANSI C". * functions.texi: Regenerate. From-SVN: r46136
2001-10-10c-tree.texi, [...]: Consistently use "nonzero" instead of "non-zero".Joseph Myers8-47/+53
* doc/c-tree.texi, doc/cppinternals.texi, doc/extend.texi, doc/install.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Consistently use "nonzero" instead of "non-zero". From-SVN: r46134
2001-10-09[multiple changes]Alexandre Petit-Bianco2-4/+27
2001-10-09 Alexandre Petit-Bianco <apbianco@redhat.com> * parse.y (patch_cast): Call patch_string on the first operand of the incoming node, update it if necessary. Fixes java/4510. 2001-10-05 Alexandre Petit-Bianco <apbianco@redhat.com> * parse.y (register_incomplete_type): Set JDEP_SUPER to be given a NULL enclosing context if appropriate. Fixes java/4466. 2001-09-17 Alexandre Petit-Bianco <apbianco@redhat.com> * parse.y (patch_method_invocation): Inner class creation context check not enforced within constructors. Fixes PR java/1873. ( http://gcc.gnu.org/ml/gcc-patches/2001-10/msg00397.html ) From-SVN: r46133
2001-10-09strtod.c (_strtod_r): Logic to check for missing digits after exponent had ↵Per Bothner2-8/+12
'else' attached to wrong 'if'. * strtod.c (_strtod_r): Logic to check for missing digits after exponent had 'else' attached to wrong 'if'. From-SVN: r46132
2001-10-09acconfig.h: Fix comment formatting.Kazu Hirata13-22/+37
* acconfig.h: Fix comment formatting. * c-dump.h: Likewise. * c-tree.h: Likewise. * conditions.h: Likewise. * expr.h: Likewise. * function.h: Likewise. * gthr.h: Likewise. * hwint.h: Likewise. * integrate.h: Likewise. * intl.h: Likewise. * loop.h: Likewise. * optabs.h: Likewise. From-SVN: r46131
2001-10-09howto.html: Tweak markup and value type.Phil Edwards5-14/+110
2001-10-09 Phil Edwards <pme@gcc.gnu.org> * docs/html/17_intro/howto.html: Tweak markup and value type. * docs/html/27_io/howto.html: Tweak markup, describe setbuf() for nonzero arguments, add new note on threading. * docs/html/faq/index.html: Update. * docs/html/faq/index.txt: Regenerate. From-SVN: r46130
2001-10-09* java/net/SocketImpl.java: Merge with ClasspathMark Wielaard2-20/+174
From-SVN: r46129
2001-10-09configopts.html: More HTML->XHTML and lowercasing of tags.Phil Edwards21-415/+430
2001-10-09 Phil Edwards <pme@gcc.gnu.org> * docs/html/configopts.html: More HTML->XHTML and lowercasing of tags. * docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/17_intro/license.html: Likewise. Tighten up language. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/ext/sgiexts.html: Likewise. * docs/html/faq/index.html: Likewise. Not so many absolute links. * docs/html/faq/index.txt: Regenerate. From-SVN: r46128
2001-10-09* java/net/DatagramSocketImpl.java: Merge with ClasspathMark Wielaard2-15/+152
From-SVN: r46127
2001-10-09fix datesJason Merrill1-5/+3
From-SVN: r46126
2001-10-09reorganizeJason Merrill4-1/+28
From-SVN: r46125
2001-10-09spew.c (end_input): No longer static.Jason Merrill1-0/+6
* spew.c (end_input): No longer static. * cp-tree.h: Declare it. * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion. From-SVN: r46124
2001-10-09call.c (standard_conversion): Add bad conversion between integers and pointers.Jason Merrill5-35/+77
* call.c (standard_conversion): Add bad conversion between integers and pointers. (convert_like_real): Don't use convert_for_initialization for bad conversions; complain here and use cp_convert. (build_over_call): Don't handle bad conversions specially. (perform_implicit_conversion): Allow bad conversions. (can_convert_arg_bad): New fn. * cp-tree.h: Declare it. * typeck.c (convert_for_assignment): Use it. (ptr_reasonably_similar): Any target type is similar to void. From-SVN: r46123
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata21-76/+99
* c-common.h: Fix comment formatting. * c-dump.c: Likewise. * cfg.c: Likewise. * diagnostic.h: Likewise. * except.c: Likewise. * gcc.h: Likewise. * gcov-io.h: Likewise. * genattrtab.c: Likewise. * output.h: Likewise. * predict.h: Likewise. * reload1.c: Likewise. * reload.h: Likewise. * resource.h: Likewise. * scan.h: Likewise. * system.h: Likewise. * tree.h: Likewise. * tree-inline.c: Likewise. * tsystem.h: Likewise. * varasm.c: Likewise. * xcoffout.h: Likewise. From-SVN: r46122
2001-10-09* doc/gcc.texi: Document preference for "nonzero" over "non-zero".Joseph Myers2-0/+5
From-SVN: r46119
2001-10-09freebsd.h, [...]: Update FSF address.Joseph Myers31-45/+85
* config/alpha/freebsd.h, config/alpha/lib1funcs.asm, config/i386/i386elf.h, config/i386/netbsd-elf.h, config/i386/netware.h, config/mcore/gfloat.h, config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md, config/netware.h, gccbug.in: Update FSF address. ada: * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update FSF address. testsuite: * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C, g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp, g77.f-torture/execute/execute.exp, g77.f-torture/noncompile/noncompile.exp, gcc.c-torture/compile/compile.exp, gcc.c-torture/execute/execute.exp, gcc.c-torture/execute/ieee/ieee.exp, gcc.c-torture/execute/memcheck/memcheck.exp, gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp, objc/execute/execute.exp: Update FSF address. From-SVN: r46118
2001-10-09Daily bump.GCC Administrator6-6/+6
From-SVN: r46116
2001-10-09cmdlne-C.c: Update.Neil Booth3-0/+32
* gcc.dg/cpp/cmdlne-C.c: Update. * gcc.dg/cpp/cmdlne-C2.c: New. From-SVN: r46115
2001-10-09c-common.c: Fix comment typos.Kazu Hirata29-42/+73
* c-common.c: Fix comment typos. * cfgrtl.c: Likewise. * collect2.c: Likewise. * cpplex.c: Likewise. * doloop.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * global.c: Likewise. * ifcvt.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * protoize.c: Likewise. * regclass.c: Likewise. * reorg.c: Likewise. * rtl.h: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * doc/cpp.texi: Likewise. * doc/c-tree.texi: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. * doc/objc.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r46114
2001-10-09parse.y (find_as_inner_class): Don't disregard the enclosing scope when name ↵Bryce McKinlay2-12/+6
qualifier matches a package name. * parse.y (find_as_inner_class): Don't disregard the enclosing scope when name qualifier matches a package name. From-SVN: r46113
2001-10-09Implement Darwin PowerPC ABI.John Hornkvist9-123/+695
2001-10-09 John Hornkvist <john@toastedmarshmallow.com> Implement Darwin PowerPC ABI. * configure.in: Handle powerpc-*-darwin*. * Makefile.am: Set source files for POWERPC_DARWIN. * configure: Rebuilt. * Makefile.in: Rebuilt. * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for POWERPC_DARWIN. * src/powerpc/darwin.S: New file. * src/powerpc/ffi_darwin.c: New file. From-SVN: r46112
2001-10-08* varasm.c (set_named_section_flags): Initialize "declared".Richard Henderson2-1/+6
From-SVN: r46111
2001-10-09Makefile.in (treeprs.ads, [...]): Automatically build utilities when files ↵Geert Bosch2-14/+29
need to be regenerated. 2001-10-08 Geert Bosch <bosch@gnat.com> * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Automatically build utilities when files need to be regenerated. From-SVN: r46110
2001-10-09* xsnames.adb: New utility for updating snames.ads and snames.adbGeert Bosch2-0/+183
From-SVN: r46109
2001-10-08varasm.c (struct in_named_entry): Add declared.Robert Lipe3-0/+40
* varasm.c (struct in_named_entry): Add declared. (named_section_first_declaration): New function. (default_elf_asm_named_section): Use it. * output.h (named_section_first_declaration): New. From-SVN: r46108
2001-10-08i386.md (movsi_xor): Export.Richard Henderson2-6/+43
* i386.md (movsi_xor): Export. (setcc peep2): Use it when available; add an alternative to match zero_extendhisi2_and. From-SVN: r46107
2001-10-08romp-protos.h (romp_initialize_trampoline): New function.Kaveh R. Ghazi4-31/+34
* romp-protos.h (romp_initialize_trampoline): New function. * romp.c (romp_initialize_trampoline): Likewise. * romp.h (INITIALIZE_TRAMPOLINE): Define in terms of romp_initialize_trampoline. From-SVN: r46104
2001-10-083b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.Kaveh R. Ghazi5-4/+11
* m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'. * m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise. * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise. From-SVN: r46100
2001-10-08unroll.c (loop_iterations): Extend check for multiple back edges.Franz Sirl2-0/+25
2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * unroll.c (loop_iterations): Extend check for multiple back edges. From-SVN: r46099
2001-10-08URLDecoder.java: Remerge with ClasspathMark Wielaard3-70/+232
* java/net/URLDecoder.java: Remerge with Classpath * java/net/URLEncoder.java: Merge with Classpath From-SVN: r46098
2001-10-0820011008-3.c: New.Franz Sirl2-0/+102
2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gcc.c-torture/execute/20011008-3.c: New. From-SVN: r46097
2001-10-08langhooks.h: New file.Alexandre Oliva9-140/+352
* langhooks.h: New file. * Makefile.in (OBJS): Added langhooks.o. (c-lang.o): Depend on langhooks.h. (c-common.o): Don't depend on tree-inline.h. (tree-inline.o): Depend on toplev.h. (langhooks.o): New rule. * c-common.c: Don't include tree-inline.h. (c_mark_lang_decl): Mark argument c as unused. (c_common_lang_init): Don't initialize hooks here. * c-lang.c: Include langhooks.h, then override some macros. (lang_hooks): Initialize with macros in langhooks.h. (c_init): Don't initialize hooks here. * toplev.c (struct lang_hooks_for_tree_inlining): New struct. (struct lang_hooks): Add tree_inlining. Refer to langhooks.h. * tree-inline.c: Include toplev.h. Don't define hook variables. * tree-inline.h: Don't define hook types nor declare hook variables. Move macros to... * langhooks.c: ... new file, as functions. Adjust all callers. From-SVN: r46096
2001-10-08Make-lang.in (CXX_OBJS): Added cp-lang.o.Alexandre Oliva6-35/+98
* Make-lang.in (CXX_OBJS): Added cp-lang.o. (cp/cp-lang.o): New rule. * cp-tree.h: Declare hooks. * tree.c: Make hooks non-static. (init_tree): Don't initialize hooks here. * lex.c: Likewise. Move definition of lang_hooks to... * cp-lang.c: ... new file. From-SVN: r46095
2001-10-08* POTFILES.in: Add newly-added files.Alexandre Oliva2-0/+9
From-SVN: r46094
2001-10-08re PR libgcj/4481 (java.io.File.getParent not working properly)Tom Tromey2-2/+11
Fix for PR libgcj/4481: * java/io/File.java (getParent): Handle case where path is "/". (normalizePath): Use correct string for UNC leader. From-SVN: r46093