1. 10 May, 2001 4 commits
    • ifcvt.c (merge_if_block): Use any_uncondjump_p... · f926a256
              * ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_p
              to determine if a block has an unconditional jump at its end.
      
              * jump.c (jump_optimize_1): When converting a conditional jump
              to an unconditional jump, build the jump using gen_jump instead
              of just modify operands in-place.
      
      From-SVN: r41939
      Jeffrey A Law committed
    • libstdc++.exp: Use libgloss.exp. · 8850521b
      
      2001-05-09  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/lib/libstdc++.exp: Use libgloss.exp. Call
      	libgloss_link_flags to find crt0.o for targets that use libgloss
      	instead of newlib.
      	Change LDFLAGS to LIBS.
      	Consistently name procedures libstdc++-XXX.
      	* testsuite/libstdc++.tests/tests.exp: Use new procedure names.
      
      From-SVN: r41938
      Benjamin Kosnik committed
    • Daily bump. · 1be6bcf2
      From-SVN: r41936
      GCC Administrator committed
    • cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed. · 6d4587f7
      	* cppinit.c (cpp_post_options): Shut off macro expansion if
      	-fpreprocessed.
      	* cpplib.c (_cpp_handle_directive): If -fpreprocessed, accept
      	IN_I directives only if the # is in column 1 and the directive
      	name begins in column 2.
      	* cppmain.c (scan_buffer): Insert a space between # and an
      	identifier, when that identifier is a directive name.
      
      	* tradcpp.c (struct file_buf): Add a pointer to the next entry
      	in the header search path.
      	(enum node_type): Add T_INCLUDE_NEXT.
      	(directive_table): Add entry for include_next.
      	(do_include_next): New function.
      	(process_include): New routine, broken out of do_include.
      	(finclude): Insert 'nhd' argument, to be copied into
      	next_header_dir of the new buffer.
      	(main): Adjust to match.
      	* gsyslimits.h, limity.h: Un-indent #include_next.
      
      testsuite:
      	* gcc.dg/cpp/direct2.c: New test.
      	* gcc.dg/cpp/direct2s.c: New test.
      
      	* gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
      
      From-SVN: r41932
      Zack Weinberg committed
  2. 09 May, 2001 9 commits
  3. 08 May, 2001 10 commits
    • std_cstring.h (memchr): Correct definitions. · eea790f7
      
      2001-05-08  Benjamin Kosnik  <bkoz@fillmore.constant.com>
      
      	* include/c_std/bits/std_cstring.h (memchr): Correct definitions.
      	(strchr): Same.
      	(strpbrk): Same.
      	(strrchr): Same.
      	(strstr): Same.
      	* include/c_std/bits/std_cwchar.h (wcschr): Same.
      	(wcsbrk): Same.
      	(wcsrchr): Same.
      	(wcsstr): Same.
      	(wmemchr): Same.
      	* testsuite/21_strings/c_strings.cc: Add tests.
      
      From-SVN: r41919
      Benjamin Kosnik committed
    • reload1.c (copy_eh_notes): New function. · 94bd63e5
      2001-05-03  Andrew Haley  <aph@cambridge.redhat.com>
      
              * reload1.c (copy_eh_notes): New function.
              (emit_input_reload_insns): Call it.
              (emit_output_reload_insns): Call it.
      
      From-SVN: r41918
      Andrew Haley committed
    • re PR java/2538 (latest gcj no longer compiles apache xerces parser due problems… · 352b3f3f
      re PR java/2538 (latest gcj no longer compiles apache xerces parser due problems with variable declarations and inner classes)
      
      2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* parse.y (build_unresolved_array_type): Set
      	EXPR_WFL_QUALIFICATION on the newly created wfl.
      	Fixes PR java/2538. Fixes PR java/2535.
      
      (http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00438.html )
      
      From-SVN: r41917
      Alexandre Petit-Bianco committed
    • Daily bump. · f9c00bbc
      From-SVN: r41914
      GCC Administrator committed
    • Really remove this file · 76555b9b
      From-SVN: r41913
      Zack Weinberg committed
    • config.gcc (i[34567]86-*-sco3.2v4*, [...]): Delete stanzas. · 7d25bcce
      	* config.gcc (i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*):
      	Delete stanzas.
      	* config/i386/sco.h, config/i386/sco4.h, config/i386/scodbx.h,
      	config/i386/sco4dbx.h, config/i386/x-sco4: Delete file.
      
      	* optabs.c: Delete #ifdef BROKEN_LDEXP block.
      
      	* POTFILES.in: Remove config/i386/sco.h, config/i386/sco4.h,
      	config/i386/sco4dbx.h, and config/i386/scodbx.h.
      
      From-SVN: r41912
      Zack Weinberg committed
    • cp-demangle.c (demangle_v3_with_details, [...]): Use K+R style function definition. · 641b2721
      	* cp-demangle.c (demangle_v3_with_details,
      	is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): Use K+R style
      	function definition.
      	* ternary.c: Use K+R style function definitions.  Use PTR, not
      	void *.  Make arguments constant where possible.
      	* demangle.h: Use PARAMS for all prototypes.
      	* ternary.h: Use PARAMS for all prototypes.  Use PTR, not void *.
      	Make arguments constant where possible.
      
      From-SVN: r41910
      Zack Weinberg committed
    • std_fstream.h (basic_filebuf): Change signature. · ee2f20b9
      
      2001-05-07  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/2523
      	* include/bits/std_fstream.h (basic_filebuf): Change signature.
      	* include/bits/fstream.tcc (basic_filebuf): Change bool argument
      	to int_type, pass in buffer size info.
      	* include/bits/std_streambuf.h (_M_is_indeterminate): Check for
      	unbuffered situation.
      	(underflow): Remove codecvt bits for the time being.
      	* include/bits/istream.tcc (istream::sentry): Avoid sputbackc call.
      	* include/bits/locale_facets.tcc (_M_extract): Cache dereference
      	values from iterators, clean.
      	* src/locale.cc: Ditto.
      	* include/bits/sbuf_iter.h: Format.
      	* src/ios.cc: Explicitly pass in buffer sizes at creation time.
      	* testsuite/27_io/narrow_stream_objects.cc: Add tests.
      	* testsuite/27_io/filebuf.cc: Tweaks.
      	* testsuite/27_io/filebuf_members.cc: Tweaks.
      
      From-SVN: r41909
      Benjamin Kosnik committed
    • std_fstream.h (basic_filebuf): Change signature. · 39003c99
      
      2001-05-07  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/2523
      	* include/bits/std_fstream.h (basic_filebuf): Change signature.
      	* include/bits/fstream.tcc (basic_filebuf): Change bool argument
      	to int_type, pass in buffer size info.
      	* include/bits/std_streambuf.h (_M_is_indeterminate): Check for
      	unbuffered situation.
      	(underflow): Remove codecvt bits for the time being.
      	* include/bits/istream.tcc (istream::sentry): Avoid sputbackc call.
      	* include/bits/locale_facets.tcc (_M_extract): Cache dereference
      	values from iterators, clean.
      	* src/locale.cc: Ditto.
      	* include/bits/sbuf_iter.h: Format.
      	* src/ios.cc: Explicitly pass in buffer sizes at creation time.
      	* testsuite/27_io/narrow_stream_objects.cc: Add tests.
      	* testsuite/27_io/filebuf.cc: Tweaks.
      	* testsuite/27_io/filebuf_members.cc: Tweaks.
      
      From-SVN: r41908
      Benjamin Kosnik committed
    • * config/os/solaris/solaris2.7/bits/os_defines.h · eefd41e3
      	(_LARGEFILE_SOURCE): Define it.
      
      From-SVN: r41907
      Mark Mitchell committed
  4. 07 May, 2001 11 commits
  5. 06 May, 2001 6 commits