1. 23 Nov, 2003 6 commits
  2. 22 Nov, 2003 13 commits
  3. 21 Nov, 2003 21 commits
    • re PR c++/12515 (Use of ?: operator in templated class causes ICE) · 40bec508
      	PR c++/12515
      	* pt.c (build_non_dependent_expr): Handle GNU extension to ?:
      	operator.
      
      	PR c++/12515
      	* g++.dg/ext/cond1.C: New test.
      
      From-SVN: r73820
      Mark Mitchell committed
    • cp-demangle.c (has_return_type): Skip qualifiers when checking whether we have a template. · 0ba5c8a2
      	* cp-demangle.c (has_return_type): Skip qualifiers when checking
      	whether we have a template.
      	* testsuite/demangle-expected: Add four new tests.
      
      From-SVN: r73819
      Ian Lance Taylor committed
    • dwarf2out.c (add_location_or_const_value_attribute): Add support for PARALLEL. · d44c7e36
      2003-11-21  Daniel Berlin  <dberlin@dberlin.org>
                  David Edelsohn  <edelsohn@gnu.org>
      
              * dwarf2out.c (add_location_or_const_value_attribute): Add support
              for PARALLEL.
      
      Co-Authored-By: David Edelsohn <edelsohn@gnu.org>
      
      From-SVN: r73817
      Daniel Berlin committed
    • 2003-11-21 Paolo Carlini <pcarlini@suse.de> · f7ba331c
      	* config/locale/gnu/monetary_members.cc
      	(money_base::_S_construct_pattern): Factor out an assignment.
      
      From-SVN: r73816
      Paolo Carlini committed
    • PR libstdc++/12882 (partial) · 5c89246d
      2003-11-21  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/12882 (partial)
      	* acinclude.m4 (GLIBCXX_CHECK_LFS): Check fseeko64
      	and ftello64 too.
      	* include/ext/stdio_sync_filebuf.h (seekoff): Use fseeko64
      	and ftello64 if available.
      	* aclocal.m4: Regenerate.
      	* configure: Ditto.
      
      From-SVN: r73815
      Paolo Carlini committed
    • demangle-expected: Minor changes to match output of new demangler... · 9cca376f
      	* testsuite/demangle-expected: Minor changes to match output of
      	new demangler: adjust whitespace in four tests, and change order
      	of qualifiers in one test.
      
      From-SVN: r73813
      Ian Lance Taylor committed
    • t-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error. · af8e5a0e
      	* config/mips/t-iris6 (CRTSTUFF_T_CFLAGS): Add -Wno-error.
      	(TARGET_LIBGCC2_CFLAGS): Define.
      
      	* crtstuff.c [HAS_INIT_SECTION] (__do_global_dtors): Declare.
      	(__do_global_ctors): Likewise.
      
      From-SVN: r73811
      Rainer Orth committed
    • * java/lang/Float.java (static): Removed. · 4716418f
      From-SVN: r73805
      Mark Wielaard committed
    • * doc/invoke.texi (-O2): Doesn't enable -fweb. · 23a44080
      From-SVN: r73803
      Mark Wielaard committed
    • parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE. · 90808894
      	* parser.c (cp_parser_postfix_expression): Initialize 's' to
      	NULL_TREE.
      
      From-SVN: r73802
      Jan Hubicka committed
    • parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE. · 6f39ead4
      	* parser.c (cp_parser_postfix_expression): Initialize 's' to
      	NULL_TREE.
      
      [[Split portion of a mixed commit.]]
      
      From-SVN: r73801.2
      Jan Hubicka committed
    • acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST. · 5196736e
      2003-11-21  Andreas Jaeger  <aj@suse.de>
      	    Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
      	* configure.in: Call AC_FUNC_MMAP_BLACKLIST.
      	* Makefile.in: Rebuilt.
      	* aclocal.m4: Likewise.
      	* configure: Likewise.
      	* fficonfig.h.in: Likewise.
      	* testsuite/lib/libffi-dg.exp: Add include dir.
      	* testsuite/libffi.call/ffitest.h: Add MMAP definitions.
      	* testsuite/libffi.special/ffitestcxx.h: Likewise.
      	* testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
      	for ffi_closure if available.
      	* testsuite/libffi.call/closure_fn1.c: Likewise.
      	* testsuite/libffi.call/closure_fn2.c: Likewise.
      	* testsuite/libffi.call/closure_fn3.c: Likewise.
      	* testsuite/libffi.call/closure_fn4.c: Likewise.
      	* testsuite/libffi.call/closure_fn5.c: Likewise.
      	* testsuite/libffi.call/cls_12byte.c: Likewise.
      	* testsuite/libffi.call/cls_16byte.c: Likewise.
      	* testsuite/libffi.call/cls_18byte.c: Likewise.
      	* testsuite/libffi.call/cls_19byte.c: Likewise.
      	* testsuite/libffi.call/cls_1_1byte.c: Likewise.
      	* testsuite/libffi.call/cls_20byte.c: Likewise.
      	* testsuite/libffi.call/cls_20byte1.c: Likewise.
      	* testsuite/libffi.call/cls_24byte.c: Likewise.
      	* testsuite/libffi.call/cls_2byte.c: Likewise.
      	* testsuite/libffi.call/cls_3_1byte.c: Likewise.
      	* testsuite/libffi.call/cls_3byte1.c: Likewise.
      	* testsuite/libffi.call/cls_3byte2.c: Likewise.
      	* testsuite/libffi.call/cls_4_1byte.c: Likewise.
      	* testsuite/libffi.call/cls_4byte.c: Likewise.
      	* testsuite/libffi.call/cls_5byte.c: Likewise.
      	* testsuite/libffi.call/cls_64byte.c: Likewise.
      	* testsuite/libffi.call/cls_6byte.c: Likewise.
      	* testsuite/libffi.call/cls_7byte.c: Likewise.
      	* testsuite/libffi.call/cls_8byte.c: Likewise.
      	* testsuite/libffi.call/cls_9byte1.c: Likewise.
      	* testsuite/libffi.call/cls_9byte2.c: Likewise.
      	* testsuite/libffi.call/cls_double.c: Likewise.
      	* testsuite/libffi.call/cls_float.c: Likewise.
      	* testsuite/libffi.call/cls_schar.c: Likewise.
      	* testsuite/libffi.call/cls_sint.c: Likewise.
      	* testsuite/libffi.call/cls_sshort.c: Likewise.
      	* testsuite/libffi.call/cls_uchar.c: Likewise.
      	* testsuite/libffi.call/cls_uint.c: Likewise.
      	* testsuite/libffi.call/cls_ulonglong.c: Likewise.
      	* testsuite/libffi.call/cls_ushort.c: Likewise.
      	* testsuite/libffi.call/nested_struct.c: Likewise.
      	* testsuite/libffi.call/nested_struct1.c: Likewise.
      	* testsuite/libffi.call/nested_struct2.c: Likewise.
      	* testsuite/libffi.call/nested_struct3.c: Likewise.
      	* testsuite/libffi.call/problem1.c: Likewise.
      	* testsuite/libffi.special/unwindtest.cc: Likewise.
      
      Co-Authored-By: Andreas Tobler <a.tobler@schweiz.ch>
      
      From-SVN: r73800
      Andreas Jaeger committed
    • * 5wsystem.ads: Enable zero cost exception. · 4e074baf
      From-SVN: r73799
      Vasiliy Fofanov committed
    • [multiple changes] · f1f9fe30
      2003-11-20  Jerome Guitton  <guitton@act-europe.fr>
      
      	* 5ztiitho.adb: Remove an unreferenced variable.
      
      2003-11-20  Thomas Quinot  <quinot@act-europe.fr>
      
      	* adaint.c: For FreeBSD, use mkstemp.
      
      2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>
      
      	* gnatlbr.adb: Now reference Gnat_Static_Version_String.
      
      2003-11-20  Robert Dewar  <dewar@gnat.com>
      
      	* bld.adb: Remove useless USE of gnatvsn
      
      	* gnatchop.adb: Minor reformatting
      	Clean up version handling to be more consistent
      
      	* gnatxref.adb: Minor reformatting
      
      	* gprcmd.adb: Minor reformatting
      	Fix output of copyright to be more consistent with other tools
      
      2003-11-20  Vincent Celier  <celier@gnat.com>
      
      	* make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
      
      2003-11-20  Sergey Rybin  <rybin@act-europe.fr>
      
      	* atree.adb (Initialize): Add initializations for global variables
      	used in New_Copy_Tree.
      
      	* cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
      	Internal_Source_File as the actual).
      	Put the set of statements creating Any_Character before the set of
      	statements creating Any_Array to have Any_Character fully initialized
      	when it is used in creating Any_Array.
      
      	* scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
      	not call Scan in case if the actual is Internal_Source_File
      	Add 2003 to copyright note.
      
      	* sinput.adb (Source_First, Source_Last, Source_Text): Add code for
      	processing Internal_Source_File.
      
      	* types.ads: Add the constant Internal_Source_File representing the
      	source buffer for artificial source-code-like strings created within
      	the compiler (the definition of Source_File_Index is changed).
      
      From-SVN: r73798
      Arnaud Charlet committed
    • ChangeLog.7: Fix comment typos. · d91edf86
      	* ChangeLog.7: Fix comment typos.
      	* c-common.c: Likewise.
      	* c-pretty-print.c: Likewise.
      	* cgraphunit.c: Likewise.
      	* et-forest.h: Likewise.
      	* expr.c: Likewise.
      	* gcse.c: Likewise.
      	* genautomata.c: Likewise.
      	* genrecog.c: Likewise.
      	* gensupport.c: Likewise.
      	* ggc-zone.c: Likewise.
      	* haifa-sched.c: Likewise.
      	* ifcvt.c: Likewise.
      	* loop.c: Likewise.
      	* optabs.c: Likewise.
      	* pretty-print.h: Likewise.
      	* regrename.c: Likewise.
      	* rtl.h: Likewise.
      	* sched-rgn.c: Likewise.
      	* target.h: Likewise.
      	* value-prof.c: Likewise.
      	* web.c: Likewise.
      
      From-SVN: r73795
      Kazu Hirata committed
    • * doc/invoke.texi: Mention dV and dZ. · 9313cfdd
      From-SVN: r73794
      Kazu Hirata committed
    • invoke.texi: Update dump file names. · 98edbb7a
      	* doc/invoke.texi: Update dump file names.
      	Remove de, dW, and dX.
      
      From-SVN: r73793
      Kazu Hirata committed
    • formatter.h: Use _Tp as template argument. · 9dc420e6
      
      2003-11-20  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/debug/formatter.h: Use _Tp as template argument.
      	* src/debug.cc: Same, instantiate std::size_t.
      
      From-SVN: r73792
      Benjamin Kosnik committed
    • re PR c/13133 (Extraneous register-saves triggered by setjmp()) · c862d589
      PR c/13133
      * reload1.c (reload): Delete special handling for setjmp.
      
      From-SVN: r73791
      James E Wilson committed