- 15 Jan, 2002 21 commits
-
-
* c-common.def (FILE_STMT): New code. * c-common.c (statement_code_p): It's a statement. * c-common.h (stmt_tree_s): Add x_last_filename. (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros. (last_expr_filename): New macro. * c-semantics.c (begin_stmt_tree): Initialize it. (add_stmt): If the filename changed, also insert a FILE_STMT. (expand_stmt): Handle seeing one. From-SVN: r48881
Jason Merrill committed -
* config/os/hpux/bits/ctype_noninline.h: Use __SB_masks for address of character to attribute mapping table. From-SVN: r48880
John David Anglin committed -
* gcc.dg/20020103-1.c: Also test for __PPC__, since that's used by EABI. From-SVN: r48879
Geoffrey Keating committed -
2002-01-15 Eric Christopher <echristo@redhat.com> * flow.c (propagate_one_insn): Add error message and print out insn for debugging. From-SVN: r48878
Eric Christopher committed -
* system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN, ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison. * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to TRAMPOLINE_ALIGNMENT. * config/arm/arm.h, config/mcore/mcore.h: Likewise. Change value to be in bits. * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to PCC_BITFIELD_TYPE_MATTERS. * config/interix.h (STDC_VALUE): Remove. Use STDC_0_IN_SYSTEM_HEADERS. * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC, ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove. From-SVN: r48877
Joseph Myers committed -
* gcc.misc-tests/i386-prefetch.exp: New. * gcc.misc-tests/i386-pf-3dnow-1.c: New test. * gcc.misc-tests/i386-pf-athlon-1.c: New test. * gcc.misc-tests/i386-pf-none-1.c: New test. * gcc.misc-tests/i386-pf-sse-1.c: New test. From-SVN: r48876
Janis Johnson committed -
* libI77/configure.in: Remove fcntl.h check; never define _POSIX_SOURCE, NO_FCNTL or OPEN_DECL. Add check for tmpnam(). * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. * libI77/Makefile.in: Remove all traces of rawio.h from dependencies lists. * libI77/fio.h (FSEEK): Unroll -j1.7 -j1.6 made 2002-01-04. * libI77/open.c (f_open): Use HAVE_TMPNAM. * libI77/rawio.h: Remove file. From-SVN: r48875
Loren J. Rittle committed -
2002-01-15 Craig Rodrigues <rodrigc@gcc.gnu.org> * doc/install.texi (hppa*-hp-hpux11): --enable-threads does not work on this platform currently. From-SVN: r48874
Craig Rodrigues committed -
* c-typeck.c (build_unary_op): Don't wrap msgid argument of readonly_warning in _(). From-SVN: r48873
Joseph Myers committed -
* libiberty/mkstemps.c (mkstemps): On VMS, open temp file with option that causes it to be deleted when closed. * gcc/gcc.c (delete_if_ordinary): Backout previous change. From-SVN: r48872
Douglas B Rupp committed -
* confiig/h8300/h8300.c (print_operand): Remove support for unused operand characters. From-SVN: r48871
Kazu Hirata committed -
* read-rtl.c: Fix formatting. * real.c: Likewise. * recog.c: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * rtlanal.c: Likewise. From-SVN: r48870
Kazu Hirata committed -
From-SVN: r48869
Kazu Hirata committed -
c-typeck.c (process_init_element): Don't save_expr COMPOUND_LITERAL_EXPR if just its initializer will be used. * c-typeck.c (process_init_element): Don't save_expr COMPOUND_LITERAL_EXPR if just its initializer will be used. * gcc.dg/gnu89-init-1.c: Add new tests. From-SVN: r48868
Jakub Jelinek committed -
From-SVN: r48866
GCC Administrator committed -
rs6000.c (rs6000_output_function_epilogue): Do not emit optional traceback table if optimize_size or TARGET_ELF. * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not emit optional traceback table if optimize_size or TARGET_ELF. * config/rs6000/rs6000.md (prefetch): New. From-SVN: r48865
David Edelsohn committed -
* config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h. for testsuite: * gcc.dg/i386-mmx-1.c: Also run on x86-64. * gcc.dg/i386-mmx-2.c: Likewise. * gcc.dg/i386-sse-1.c: Likewise. * gcc.dg/i386-sse-2.c: Likewise. * gcc.dg/i386-sse-3.c: Likewise. From-SVN: r48864
Andreas Jaeger committed -
From-SVN: r48863
Kazu Hirata committed -
* testsuite/26_numerics/c99_classification_macros_c.cc Remove dg-error and dg-excess-errors comments. From-SVN: r48862
David Billinghurst committed -
2002-01-14 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.tcc (time_put::put): Correct output iterator positions. * testsuite/22_locale/time_put_members_char.cc (test02): Add. * testsuite/22_locale/time_put_members_wchar_t.cc (test02): Add. * testsuite/22_locale/time_get_members_wchar_t.cc (test06): Add. * testsuite/22_locale/time_get_members_char.cc (test06): Add. From-SVN: r48861
Benjamin Kosnik committed -
2002-01-14 Craig Rodrigues <rodrigc@gcc.gnu.org> * docs/html/17_intro/porting-howto.xml: Update filebuf section. From-SVN: r48860
Craig Rodrigues committed
-
- 14 Jan, 2002 19 commits
-
-
From-SVN: r48858
Jan Hubicka committed -
* config/h8300/h8300-protos.h: Remove the prototype for eq_operator. * config/h8300/h8300.c (eq_operator): Remove. From-SVN: r48857
Kazu Hirata committed -
* config/i386/i386.md (prefetch): Tidy. (prefetch_3dnow): Fix locality operand. From-SVN: r48856
Richard Henderson committed -
2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com> * g77.f-torture/execute/intrinsic-unix-bessel.f: Uncomment additional cases that now pass. From-SVN: r48855
David Billinghurst committed -
2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com> PR fortran/3807 * f/intrin.c (ffeintrin_check_): Allow for case of intrinsic control string have COL-spec an integer > 0. From-SVN: r48854
David Billinghurst committed -
2002-01-14 John David Anglin <dave@hiauly1.hia.nrc.ca> * libI77/configure.in (_LARGEFILE_SOURCE): AC_DEFINE. * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. From-SVN: r48853
John David Anglin committed -
* config/mips/mips.h (HI_AND_FP_REGS): New register class. (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode. From-SVN: r48852
Richard Henderson committed -
reload1.c (reload_combine): Pass reg_sum replacement through copy_rtx in loop performing multiple changes. * reload1.c (reload_combine): Pass reg_sum replacement through copy_rtx in loop performing multiple changes. From-SVN: r48851
Hans-Peter Nilsson committed -
* gcj.texi: Fix whitespace and formatting errors in the synopsis of the man pages. Update copyright. From-SVN: r48850
Matthias Klose committed -
* except.c (remove_unreachable_regions): New. (free_eh_status): Clear exception_handler_labels. (convert_from_eh_region_ranges): Call remove_unreachable_regions. (find_exception_handler_labels): Don't add the same label more than once. (remove_exception_handler_label): Don't die if find_exception_handler_labels hasn't been called for the current function yet. From-SVN: r48845
Jakub Jelinek committed -
* Make-lang.in (java.install-man): Handle jv-convert man page. (java.generated-manpages): Added jv-convert.1. (java.uninstall): Remove jv-convert.1. (java.maintainer-clean): Likewise. ($(srcdir)/java/jv-convert.1): New target. * gcj.texi (Top): Link to jv-convert node. (Individual utilities): Likewise. (Invoking jv-convert): New node. From-SVN: r48844
Tom Tromey committed -
* toplev.c (rest_of_compilation): Rebuild jump labels after gcse. From-SVN: r48843
Jan Hubicka committed -
* doc/extend.texi: Move documentation of X86 built-in functions here. * doc/invoke.texi: From here. * doc/sourcebuild.texi: Document location of documentation for machine built-in functions. From-SVN: r48842
Joseph Myers committed -
* cppfiles.c (TEST_THRESHOLD): New macro. (SHOULD_MMAP): Ditto. (read_include_file): Use SHOULD_MMAP macro to decide when mmap should be used. From-SVN: r48840
Christopher Faylor committed -
* unroll.c (final_reg_note_copy): Properly handle REG_LABEL (unroll_loops): Fix LOOP_CONDITION heuristics. From-SVN: r48839
Jan Hubicka committed -
* doc/invoke.texi (Xstormy16 Options): Add xstormy16 option. * doc/md.texi (Machine Constraints): Use @minus{} where appropriate. From-SVN: r48838
Geoffrey Keating committed -
* cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite threaded loop. From-SVN: r48837
Jan Hubicka committed -
From-SVN: r48836
Tom Rix committed -
Nathan Myers <ncm@cantrip.org> * include/bits/basic_string.h (replace(__pos, __n1, __s, __n2)): Optimize by avoiding temporaries (i.e., call _M_replace_safe) when possible. (replace(__pos, __n, __str)): Call replace(__pos, __n1, __s, __n2). (replace(__pos, __n1, __s)): Call replace(__pos, __n1, __s , __n2). (replace(__i1, __i2, __str)): Call replace(__i1, __i2, __s, __n). (replace(__i1, __i2, __s)): Call replace(__i1, __i2, __s, __n). (replace(__i1, __i2, __s, __n)): Call replace(__pos1, __n1, __s, __n2). * include/bits/basic_string.tcc (replace(__pos1, __n1, __str, __pos2, __n2)): Call replace(__pos, __n1, __s, __n2). * testsuite/21_strings/replace.cc (test03): New testcases. * include/bits/basic_string.h (insert(__pos, __s, __n)): Adjust comparison wrt overflow. Co-Authored-By: Nathan Myers <ncm@cantrip.org> From-SVN: r48834
Paolo Carlini committed
-