1. 18 Oct, 2006 7 commits
    • omp-low.c (expand_parallel_call): Use BSI_SAME_STMT instead of TSI_SAME_STMT,… · 2174b867
      omp-low.c (expand_parallel_call): Use BSI_SAME_STMT instead of TSI_SAME_STMT, since that's the desired entity.
      
      	* omp-low.c (expand_parallel_call): Use BSI_SAME_STMT instead of
      	TSI_SAME_STMT, since that's the desired entity.
      
      From-SVN: r117859
      Marcin Dalecki committed
    • primary.c: Revert 'significand'-to-'significant' comment change. · 02712c16
      2006-10-16  Tobias Burnus  <burnus@net-b.de>
      
              * primary.c: Revert 'significand'-to-'significant' comment change.
              * invoke.texi (Warning Options): Minor cleanup for
                -Wimplicit-interface.
      
      From-SVN: r117858
      Tobias Burnus committed
    • in_pack.m4: Fixed a typo. · 8b6dba81
      2006-10-16  Tobias Burnus  <burnus@net-b.de>
      
              * m4/in_pack.m4: Fixed a typo.
              * m4/iforeach.m4: Fixed a typo.
              * m4/eoshift1.m4: Fixed a typo.
              * m4/eoshift3.m4: Fixed a typo.
              * m4/cshift1.m4: Fixed a typo.
              * m4/in_unpack.m4: Fixed a typo.
              * m4/reshape.m4: Fixed a typo.
              * m4/ifunction.m4: Fixed a typo.
              * runtime/environ.c: Fixed a typo.
              * runtime/in_pack_generic.c: Fixed a typo.
              * runtime/in_unpack_generic.c: Fixed a typo.
              * runtime/memory.c: Fixed a typo.
              * intrinsics/cshift0.c: Fixed a typo.
              * intrinsics/cpu_time.c: Fixed a typo.
              * intrinsics/pack_generic.c: Fixed a typo.
              * intrinsics/unpack_generic.c: Fixed a typo.
              * intrinsics/eoshift0.c: Fixed a typo.
              * intrinsics/eoshift2.c: Fixed a typo.
              * intrinsics/reshape_generic.c: Fixed a typo.
              * io/open.c: Fixed a typo.
              * io/list_read.c: Fixed a typo.
              * io/io.h: Fixed a typo.
              * io/transfer.c: Fixed a typo.
              * io/write.c: Fixed a typo.
      
      From-SVN: r117857
      Tobias Burnus committed
    • re PR c++/26884 (Misleading diagnostic for invalid array initializer) · 8e76c2bf
              PR c++/26884
              * typeck2.c (digest_init): Raise error upon attempts to
              initialize arrays with variables.
      
      From-SVN: r117854
      Mark Shinwell committed
    • re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into… · 94d3995a
      re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms)
      
      2006-10-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/29277
      	* gfortran.dg/streamio_4.f90: Update test.
      	* gfortran.dg/streamio_11.f90: New test.
      
      From-SVN: r117847
      Jerry DeLisle committed
    • re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into… · 09861cbe
      re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms)
      
      2006-10-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/29277
      	* io/list_read.c (next_char): Update strm_pos.
      	(eat_separator): Delete extra call to unget_char.
      	* io/transfer.c (read_block): Use read_sf for formatted stream I/O.
      	(next_record_r): Update strm_pos for formatted stream I/O and handle
      	end-of-record correctly.
      	(next_record_w): Ditto.
      	(next_record): Enable next record (r/w) functions and update strm_pos.
      	(finalize_transfer): Call next_record to finish the record.
      
      From-SVN: r117846
      Jerry DeLisle committed
    • Daily bump. · 6bc222ff
      From-SVN: r117843
      GCC Administrator committed
  2. 17 Oct, 2006 19 commits
  3. 16 Oct, 2006 14 commits
    • re PR c++/29408 (parse error for valid code) · 21864445
      	PR c++/29408
      	* parser.c (cp_parser_using_declaration): Stop parsing when
      	something goes wrong with an access declaration.
      	PR c++/29408
      	* g++.dg/parse/dtor12.C: New test.
      
      From-SVN: r117800
      Mark Mitchell committed
    • re PR c++/29435 (seg fault with sizeof and templates) · b4c74ba2
      	PR c++/29435
      	* typeck.c (cxx_sizeof_or_alignof_type): Complete non-dependent
      	types when their sizes are required.  Refine test for VLAs.
      	PR c++/29435
      	* g++.dg/template/sizeof11.C: New test.
      
      From-SVN: r117799
      Mark Mitchell committed
    • * doc/invoke.texi (Darwin Options): Document -mkernel. · 57164024
      From-SVN: r117798
      Mike Stump committed
    • [multiple changes] · 5b440a1c
      2006-10-17  Paul Thomas <pault@gcc.gnu.org>
      
      	PR fortran/20541
      	* trans-array.c (gfc_trans_array_bounds): Test for and set
      	negative stride of a non-constant bound array to zero.
      
      	PR fortran/29392
      	* data.c (create_character_intializer): Copy and simplify
      	the expressions for the start and end of a sub-string
      	reference.
      
      2006-10-17  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/29392
      	* gfortran.dg/data_char_3.f90: New test.
      
      	PR fortran/20541
      	* gfortran.dg/negative_automatic_size.f90: New test.
      
      From-SVN: r117797
      Paul Thomas committed
    • * g++.dg/other/unused1.C : Match on '.ascii\t"name\000"' also. · f2523ab3
      From-SVN: r117796
      David Daney committed
    • asm-4.c: Fix inline asm for darwin x86_64. · 7da35c0f
      2006-10-16  Eric Christopher  <echristo@apple.com>
      
              * gcc.target/i386/asm-4.c: Fix inline asm for darwin
              x86_64.
      
      From-SVN: r117795
      Eric Christopher committed
    • contrib.texi, [...]: Standardize on "GNU Fortran" as the official name of the Fortran compiler. · 92922512
      * doc/contrib.texi, doc/install.texi, doc/standards.texi:
      Standardize on "GNU Fortran" as the official name of the Fortran
      compiler.
      
      From-SVN: r117794
      Brooks Moses committed
    • darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add -mkernel support. · f475fd3c
      	* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add
      	-mkernel support.
      	(C_COMMON_OVERRIDE_OPTIONS): Add -mkernel support.  Add
      	SUBTARGET_C_COMMON_OVERRIDE_OPTIONS callout.
      	(CC1_SPEC): Don't turn on -fPIC when -mkernel is given.
      	(OS_MISSING_ALTIVEC): Add.
      	* config/i386/i386.c (override_options): Add
      	SUBSUBTARGET_OVERRIDE_OPTIONS callout.
      	* config/i386/darwin.h (CC1_SPEC): Don't turn on -fPIC when
      	-mkernel, -static or -mdynamic-no-pic is given.
      	(C_COMMON_OVERRIDE_OPTIONS): Add.
      	* config/darwin.opt (fapple-kext): Add.
      	(mkernel): Add.
      	* config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add
      	-fapple-kext, -findirect-virtual-calls, -fterminated-vtables and
      	-mkernel support.
      	(SUBSUBTARGET_OVERRIDE_OPTIONS): Add.
      	(SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Add.
      	(CPP_SPEC): Move defines for __DYNAMIC__ and __STATIC__ from here...
      	(SUBTARGET_ATTRIBUTE_TABLE): Add apple_kext_compatibility.
      	(TARGET_CXX_CDTOR_RETURNS_THIS): Add.
      	(flag_mkernel): Add.
      	(flag_apple_kext): Add.
      	(TARGET_KEXTABI): Add.
      	* config/darwin.c (darwin_handle_kext_attribute): Add.
      	(DARWIN_VTABLE_P): Add.
      	(darwin_binds_local_p): Add partial support for rebinding vtables
      	in kexts.
      	(darwin_kextabi_p): Add.
      	(darwin_override_options): Add.
      	* config/darwin-protos.h (darwin_handle_kext_attribute): Add.
      	(darwin_kextabi_p): Add.
      	(darwin_override_options): Add.
      	* config/darwin-c.c (darwin_cpp_builtins): ... move defines for
      	__DYNAMIC__ and __STATIC__ here.
      
      From-SVN: r117793
      Mike Stump committed
    • sourcebuild.texi, [...]: Added mention of "make pdf" target, and Texinfo requirements for same. · cc5c2741
      * doc/sourcebuild.texi, doc/makefile.texi, doc/install.texi:
      Added mention of "make pdf" target, and Texinfo requirements for
      same.
      
      From-SVN: r117792
      Brooks Moses committed
    • s390.c (s390_decompose_address): Allow symbol+offset into the GOT in case we… · 0c6385dc
      s390.c (s390_decompose_address): Allow symbol+offset into the GOT in case we need a subreg of the address.
      
      * config/s390/s390.c (s390_decompose_address): Allow symbol+offset
      into the GOT in case we need a subreg of the address.
      
      From-SVN: r117791
      DJ Delorie committed
    • Makefile.am (tr1_headers): Add new tuple_defs.h. · 499c96f5
      2006-10-16  Douglas Gregor  <doug.gregor@gmail.com>
      
      	* include/Makefile.am (tr1_headers): Add new tuple_defs.h.
      	* include/Makefile.in (tr1_headers): Regenerate.
      	* include/tr1/tuple (tuple): Move declaration to tuple_defs.h.
      	(get): Ditto.
      	(operator==): Ditto.
      	(operator<): Ditto.
      	(operator!=): Ditto.
      	(operator>): Ditto.
      	(operator<=): Ditto.
      	(operator>=): Ditto.
      	(__stripped_tuple_type): Ditto.
      	Include tuple.defs.h
      	* include/tr1/tuple_iterate.h (tuple): Use
      	_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED macro instead of 10
      	"typename"s.
      	(tuple_element): Use _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS and
      	_GLIBCXX_TYPLE_ALL_TEMPLATE_ARGS instead of 10
      	parameters/arguments.
      	* include/tr1/tuple_defs.h: New header, contains declarations and
      	definitions for the tuple template with all arguments.
      	* include/tr1/repeat.h (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS): New.
      	(_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED): New.
      	(_GLIBCXX_TUPLE_ALL_TEMPLATE_ARGS): New.
      	(_GLIBCXX_TEMPLATE_PARAMS_NULL_CLASS): New.
      	(_GLIBCXX_TEMPLATE_ARGS_STRIPPED): New.
      	* scripts/gen_includers.pl: Update.
      	* scripts/gen_includers2.pl: New.
      
      From-SVN: r117790
      Douglas Gregor committed
    • PR libstdc++/29095 continued · 5f90c88f
      2006-10-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/29095 continued
      	* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Additions
      	so that testing not in the build directory works for the "C"
      	target language.
      
      From-SVN: r117788
      Benjamin Kosnik committed
    • re PR c++/28211 (wrong linkage of template argument, diagnostic could be improved) · 1082fd10
      	PR c++/28211
      	* parser.c (cp_parser_template_argument): Don't consider "&var" a
      	possible constant-expression.
      	* pt.c (convert_nontype_argument): Refine handling of arguments of
      	pointer type.
      	PR c++/28211
      	* g++.dg/tc1/dr49.C: Tweak error messages.
      	* g++.dg/parse/template21.C: New test.
      
      From-SVN: r117787
      Mark Mitchell committed
    • io.c (gfc_match_close): Ensure that status is terminated by a NULL element. · 0573fa42
      	* io.c (gfc_match_close): Ensure that status is terminated by
      	a NULL element.
      
      From-SVN: r117785
      Kaz Kojima committed