- 16 Jan, 2004 8 commits
-
-
From-SVN: r75964
Andreas Jaeger committed -
2004-01-16 Danny Smith <dannysmith@users.sourceforge.net> * testsuite/testsuite_hooks.cc (try_mkfifo): Avoid calling mkfifo for mingw32. From-SVN: r75963
Danny Smith committed -
PR pch/13689 * alias.c (struct alias_set_entry): Mark for GC. (alias_sets): Make static, mark for GC. (record_alias_subset): Use GC to allocate alias structures. * varray.c (element): Make generic varrays GCed. From-SVN: r75962
Geoffrey Keating committed -
2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * c-typeck.c (constructor_asmspec): Delete. (struct initializer_stack): Delete field 'asmspec'. (start_init): Delete saving of asmspec. (finish_init): Don't update constructor_asmspec. * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree. * stmt.c (expand_asm): Duplicate strings from tree. (expand_asm_operands): Likewise. * tree.c (tree_size): Update computation of size of STRING_CST. (make_node): Don't make STRING_CST nodes. (build_string): Allocate string with tree node. * tree.def (STRING_CST): Update comment. * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST. (tree_string): Place contents of string in tree node. * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string from tree. Index: cp/ChangeLog 2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * cp/lex.c (handle_pragma_interface): Duplicate string from tree. (handle_pragma_implementation): Likewise. Index: testsuite/ChangeLog 2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * testsuite/g++.dg/pch/wchar-1.C: New. * testsuite/g++.dg/pch/wchar-1.Hs: New. From-SVN: r75961
Geoffrey Keating committed -
* config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case altivec operands. From-SVN: r75960
Geoffrey Keating committed -
* c-common.h: Fix comment formatting. * c-cppbuiltin.c: Likewise. * c-pragma.c: Likewise. * calls.c: Likewise. * collect2.c: Likewise. * cppcharset.c: Likewise. * cpptrad.c: Likewise. * dbxout.c: Likewise. * defaults.h: Likewise. * dwarf2out.c: Likewise. * fold-const.c: Likewise. * genautomata.c: Likewise. * genconditions.c: Likewise. * genflags.c: Likewise. * gengtype.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * predict.c: Likewise. * sdbout.c: Likewise. From-SVN: r75957
Kazu Hirata committed -
* config/ia64/ia64.md (*movti_internal): C output template extracted to ia64.c. (*movti_internal_reg): Delete. (reload_inti, reload_outti): Use the correct mode on operand 2 in the first place, don't fix it up in the output template. (movtf, reload_ointf, reload_outtf): New expanders. (*movtf_internal): New define_insn_and_split. * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode; make static; do not hand TFmode CONST_DOUBLEs to split_double. (ia64_split_tmode_move): New function, body mostly pulled from ia64.md:*movti_internal. (ia64_function_arg_words): New function, extracted common logic from ia64_function_arg et seq. (ia64_function_arg_offset): Likewise. Handle correctly the case of a scalar quantity 16 bytes wide with only 8-byte alignment. (ia64_function_arg, ia64_function_arg_partial_nregs) (ia64_function_arg_advance): Use ia64_function_arg_words and ia64_function_arg_offset. (ia64_function_value): TCmode does not go in float regs. (ia64_secondary_reload_class): Also handle TFmode. * config/ia64/ia64-protos.h: Remove prototype for ia64_split_timode; add prototype for ia64_split_tmode_move. From-SVN: r75956
Zack Weinberg committed -
From-SVN: r75953
GCC Administrator committed
-
- 15 Jan, 2004 32 commits
-
-
re PR c++/9259 (Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type") PR c++/9259 * g++.dg/expr/sizeof2.C: New test. From-SVN: r75951
Giovanni Bajo committed -
2004-01-15 Kelley Cook <kcook@gcc.gnu.org> * Makefile.in (MAINT): Make it an immediate assignment. From-SVN: r75950
Kelley Cook committed -
2004-01-08 Kelley Cook <kcook@gcc.gnu.org> * Makefile.in: Rename configure.in to configure.ac * doc/sourcebuild.texi: Likewise. * configure: Regenerate. * config.in: Regenerate. From-SVN: r75949
R. Kelley Cook committed -
re PR c++/9259 (Calling a non-qualified member function within a sizeof() expression leads to "invalid use of undefined type") PR c++/9259 * typeck.c (build_class_member_access_expr): Allow to access members of the currently open class. (finish_class_member_access_expr): Likewise. From-SVN: r75948
Giovanni Bajo committed -
From-SVN: r75947
Daniel Jacobowitz committed -
From-SVN: r75944
Kazu Hirata committed -
* gnu/java/awt/peer/gtk/GdkGraphics2D.java: Implemented rendering hints related methods. (getDefaultHints): New helper method. Returns default rendering hints. (walkPath): changed to normalize path if the KEY_STROKE_CONTROL key is in "normalize" mode. (draw3DRect): changed coordinates of rectangle by +0.5 if in "normalize" mode. From-SVN: r75943
Olga Rodimina committed -
* config/h8300/coff.h: Replace Hitachi with Renesas. * config/h8300/elf.h: Likewise. * config/h8300/h8300-protos.h: Likewise. * config/h8300/h8300.c: Likewise. * config/h8300/h8300.h: Likewise. * config/h8300/h8300.md: Likewise. * config/h8300/lib1funcs.asm: Likewise. From-SVN: r75941
Kazu Hirata committed -
2004-01-15 Andrew Pinski <apinski@apple.com> * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF around it. From-SVN: r75940
Andrew Pinski committed -
2004-01-15 Stefan Olsson <stefan@snon.net> * include/ext/mt_allocator.h: Reuse thread id's as soon as possible by changing the behaviour of thread_freelist to do push_front when threads die instead of push_back. From-SVN: r75939
Stefan Olsson committed -
From-SVN: r75936
Kazu Hirata committed -
* Makefile.in: Rebuilt. * Makefile.am (gnu/gcj/runtime/StackTrace.lo): New rule. (%.lo: %.java) Filter out StackTrace.lo. From-SVN: r75934
Tom Tromey committed -
* config/h8300/h8300.c (h8300_return_in_memory): New. (TARGET_STRUCT_VALUE_RTX): Likewise. (TARGET_RETURN_IN_MEMORY): Likewise. * config/h8300/h8300.h (STRUCT_VALUE): Remove. (RETURN_IN_MEMORY): Likewise. From-SVN: r75933
Kazu Hirata committed -
PR optimization/13375 * gcse.c (handle_avail_expr): Just return if the source is not a single set. From-SVN: r75932
Richard Earnshaw committed -
2004-01-15 Olivier Hainque <hainque@act-europe.fr> * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size also when not defining if a Size clause applies. That information is not to be ignored. 2004-01-15 Arnaud Charlet <charlet@act-europe.fr> * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up symbolic links for the shared gnat run time when needed. 2004-01-15 Vasiliy Fofanov <fofanov@act-europe.fr> * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened for writing, and terminate with an error message if not. 2004-01-15 Ed Schonberg <schonberg@gnat.com> * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious warning on an access to subprogram in an instance, when the target type is declared in the same generic unit. (Eval_Attribute): If 'access is known to fail accessibility check, rewrite as a raise statement. 2004-01-15 GNAT Script <nobody@gnat.com> * Make-lang.in: Makefile automatically updated From-SVN: r75931
Arnaud Charlet committed -
Daniel Jacobowitz <drow@mvista.com> * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case. (EQUIV): Define. (ARM_FUNC_ALIAS): New macro. * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it. * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it. Co-Authored-By: Daniel Jacobowitz <drow@mvista.com> From-SVN: r75930
Richard Earnshaw committed -
From-SVN: r75929
Kazu Hirata committed -
From-SVN: r75927
Alexandre Oliva committed -
PR optimization/12372 * calls.c (expand_call): Add call_fusage data for stack arguments in constant calls. From-SVN: r75926
John David Anglin committed -
From-SVN: r75925
Alexandre Oliva committed -
PR c++/13659 * g++.dg/lookup/strong-using-3.C: New. * g++.dg/lookup/using-10.C: New. From-SVN: r75924
Alexandre Oliva committed -
PR c++/13659 * name-lookup.c (validate_nonmember_using_decl): Take scope and name by value, instead of computing them. (do_local_using_decl, do_toplevel_using_decl): Add scope and name arguments. Pass them to validate_nonmember_using_decl. * name-lookup.h (do_local_using_decl): Adjust. (do_toplevel_using_decl): Likewise. * parser.c (cp_parser_using_declaration): Likewise. * pt.c (tsubst_expr): Likewise. From-SVN: r75923
Alexandre Oliva committed -
PR c++/13594 * g++.dg/lookup/strong-using-2.C: New. From-SVN: r75922
Alexandre Oliva committed -
PR c++/13594 PR c++/13658 * name-lookup.c (qualified_lookup_using_namespace): Search strongly-associated namespaces first, and only then try other namespaces. From-SVN: r75921
Alexandre Oliva committed -
From-SVN: r75919
Steven Bosscher committed -
* config/rs6000/rs6000.c (uses_TOC): Correct comment. Make static. (rs6000_elf_declare_function_name): Formatting. * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration. From-SVN: r75917
Alan Modra committed -
2004-01-15 Marcus Comstedt <marcus@mc.pp.se> Dan Kegel <dank@kegel.com> J"orn Rennecke <joern.rennecke@superh.com> PR target/9365 * gcc.dg/pr9365-1.c: New test. Co-Authored-By: Dan Kegel <dank@kegel.com> Co-Authored-By: J"orn Rennecke <joern.rennecke@superh.com> From-SVN: r75916
Marcus Comstedt committed -
re PR bootstrap/13692 (ICE in schedule_insns, at sched-rgn.c:2743 with stage1 compiler compiling crtstuff.c) PR bootstrap/13692 * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in previous patch. From-SVN: r75915
Jan Hubicka committed -
2004-01-15 Michael Chastain <mec.gnu@mindspring.com> * class.c (gen_indirect_dispatch_tables): Fix string length calculations. From-SVN: r75913
Michael Chastain committed -
* config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after integer regs of the same call-savedness. From-SVN: r75911
Richard Henderson committed -
PR bootstrap/13562 * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc status for NOTB/NOTW/NEGW methods. From-SVN: r75909
Andreas Schwab committed -
From-SVN: r75908
Kazu Hirata committed
-