re PR c++/9537 ([New parser] problem handling const return types)
[platform/upstream/gcc.git] / gcc /
2003-05-05 Jason Merrillre PR c++/9537 ([New parser] problem handling const...
2003-05-05 Aldy Hernandezsimd-6.c: New.
2003-05-05 Geoffrey Keatingrs6000.c (validate_condition_mode): Use flag_finite_mat...
2003-05-05 Jakub Jelinekbuiltins.c (expand_builtin_mempcpy): New function.
2003-05-05 Aldy Hernandez20030505.c: New.
2003-05-05 Jason Merrilltweak comment
2003-05-05 Geoffrey Keatingtoplev.c (check_global_declarations): Suppress not...
2003-05-05 Olivier Hainqueexpr.c (expand_expr, [...]): Refine the test forcing...
2003-05-05 Aldy Hernandezrs6000.c (rs6000_expand_binop_builtin): Add evsubifw...
2003-05-05 Aldy Hernandezspe.h: Revert licensing change from last patch.
2003-05-05 DJ Deloriestormy16.md (negsi2): Allocate the pseudos before reloa...
2003-05-05 Kriang LerdsuwanakijFix a typo overlooked in the previous commit.
2003-05-05 Kriang Lerdsuwanakijre PR c++/10496 ([diagnostic] erroneus suggestion in...
2003-05-05 David Edelsohnrs6000.h (ASM_CPU_SPEC): Add 440 support.
2003-05-05 Kriang Lerdsuwanakij* decl.c: Fix typos.
2003-05-05 Kriang Lerdsuwanakijre PR c++/4494 (Possible problem with compiler warnings...
2003-05-05 Zdenek Dvoraklibgcov.c (__gcov_merge_add): Do not use gcov_type...
2003-05-05 GCC AdministratorDaily bump.
2003-05-04 Kaveh R. Ghazibuiltin-attrs.def (ATTR_NOTHROW_NONNULL_1, [...]):...
2003-05-04 Richard Kennerexpr.c (store_field): Don't clobber TEMP in shift:...
2003-05-04 Neil Booth* doc/cppopts.texi: Remove documentation of -gcc.
2003-05-04 Richard Kennerstor-layout.c (compute_record_mode): Relax restriction...
2003-05-04 Neil Booth* doc/cppopts.texi: Enhance -Wtrigraphs documentation
2003-05-04 Neil Boothcppinit.c (cpp_create_reader, [...]): Warn about trigra...
2003-05-04 Zdenek DvorakMakefile.in (LIBGCOV): Add _gcov_merge_add.
2003-05-04 Gabriel Dos Reistoplev.h (pedwarn_with_file_and_line): Don't declare.
2003-05-04 Gabriel Dos Reis* varasm.c (assemble_variable): Don't use error_with_fi...
2003-05-04 Nathan SidwellMake-lang.in (java/parse.o, [...]): Depend on input.h.
2003-05-04 Kaveh R. Ghazibuiltins.c (expand_builtin_constant_p, [...]): Update...
2003-05-04 Richard Hendersonbuiltins.c (expand_builtin): Remove.
2003-05-04 Richard Hendersonrs6000.c (constant_pool_expr_p): Make static and return...
2003-05-04 GCC AdministratorDaily bump.
2003-05-03 Geoffrey Keatingrs6000.h (REVERSIBLE_CC_MODE): Define.
2003-05-03 Geoffrey Keatingrs6000.c (scc_comparison_operator): Make equivalent...
2003-05-03 Geoffrey Keatingsimplify-rtx.c (simplify_relational_operation): Add...
2003-05-03 Bruce Korbforce merge conflicts in fixincl.x + placement fix
2003-05-03 Aldy Hernandezspe.h: Remove unecessary casts.
2003-05-03 Zack Weinbergre PR c/10604 (-Wall includes sign conversion warning...
2003-05-03 Nathan Sidwelltrans.c (tree_transform): Use location_t and input_loca...
2003-05-03 Nathan Sidwellcom.c (ffecom_do_entry_): Use location_t and input_loca...
2003-05-03 Richard Kennerexpr.c (expand_expr, [...]): Don't use gen_lowpart...
2003-05-03 Olivier Hainqueemit-rtl.c (last_call_insn, [...]): New functions.
2003-05-03 Richard Kennerstor-layout.c (place_field): When adjusting offset_alig...
2003-05-03 Kazu Hirata* gcc.dg/m-un-2.c: Fix the typedef of size_t.
2003-05-03 Nathan Sidwellc-decl.c (pending_invalid_xref_file): Remove.
2003-05-03 Kriang LerdsuwanakijPR c++/9364, c++/10553, c++/10586
2003-05-03 Nathan Sidwellclass.c (finish_struct): Use location_t and input_locat...
2003-05-03 Nathan Sidwell* ansify.c (die_unless): Revert lineno change here.
2003-05-03 Richard Sandiford* gcc.c-torture/compile/20030503-1.c: New test.
2003-05-03 Richard Sandiford* config/mips/mips.md: Fix comment typo.
2003-05-03 Richard Sandifordmips.c (mips_integer_op): New structure.
2003-05-03 Matt Kraai* Makefile.in (gcov-iov.h): Use move-if-change and...
2003-05-03 Tom Tromeyre PR java/10491 (gcjh should make enclosing class...
2003-05-03 Tom Tromeyre PR java/10459 (ICE with certain expressions as 3rd...
2003-05-03 Kaveh R. Ghazibuiltins.c (expand_builtin_stpcpy): Copy `arglist'...
2003-05-03 GCC AdministratorDaily bump.
2003-05-02 Falk Hueffnercontrib.texi (Contributors): Add Zdenek Dvorak, Aldy...
2003-05-02 Geoffrey Keatingrs6000.c (rs6000_attribute_table): Add 'extern' to...
2003-05-02 Geoffrey Keatingsysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
2003-05-02 Geoffrey Keatingc-semantics.c (genrtl_switch_stmt, [...]): Call expand_...
2003-05-02 Gerald Pfeifer* doc/contrib.texi (Contributors): Add Daniel Berlin.
2003-05-02 David Edelsohn{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease number...
2003-05-02 Alan Modracalls.c (struct arg_data): Move offset, slot_offset...
2003-05-02 Wolfgang BangerthClarify the comment before the abort we hit when a...
2003-05-02 Kriang Lerdsuwanakij* g++.dg/lookup/using5.C: Fix testcase error.
2003-05-02 Nathan SidwellMakefile.in (TREE_H): Replace location.h with input.h.
2003-05-02 Nick CliftonAdd xstormy16 to list of targets that has a nop instruc...
2003-05-02 Chris Demetrioumips-abi.exp (is_meabi_config): Remove, since MEABI...
2003-05-02 Falk Hueffnerre PR target/8257 ([Alpha] frame pointer computation...
2003-05-02 DJ Deloriereload.c (find_reloads): Also check that all of a multi...
2003-05-02 GCC AdministratorDaily bump.
2003-05-01 Nathan Sidwell* scan.h (lineno): Revert the rename here.
2003-05-01 Nathan Sidwelltrans.c (tree_transform, [...]): Rename lineno to input...
2003-05-01 Stan Shebsdarwin.c (darwin_encode_section_info): Call default_enc...
2003-05-01 Nathan Sidwellmissed from my previous checkin
2003-05-01 David Edelsohnrs6000.md (define_attr "type"): Add mfjmpr.
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-05-01 Mark Mitchelldecl2.c (comdat_linkage): Don't externalize explicit...
2003-05-01 Nathan Sidwelllex.c (ffelex_file_pop_): Rename parameter from input_f...
2003-05-01 Kriang Lerdsuwanakijre PR c++/10554 (ICE with illegal using declaration)
2003-05-01 Steven Bosschercp-tree.h (struct lang_id2): Remove.
2003-05-01 Laurent Guerbyre PR ada/10546 (GCC 3.3, Ada tasking not working on...
2003-05-01 Nathan Sidwelldwarf2out.c (dwarf2out_init, [...]): Change parameter...
2003-05-01 Kriang Lerdsuwanakijre PR c++/8772 (misleading diagnostic for template...
2003-05-01 Richard SandifordRegenerated with autoconf 2.13.
2003-05-01 Eric ChristopherMissed commit file.
2003-05-01 Eric ChristopherMerge from rewrite branch.
2003-05-01 Mark Mitchellg++-dg.exp (g++-dg-test): Add "repo" option.
2003-05-01 Diego Novillo* builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
2003-05-01 Geoffrey Keatingtree-inline.c (inlinable_function_p): Back out last...
2003-05-01 GCC AdministratorDaily bump.
2003-04-30 Steven Bosscherggc-page.c (TREE_EXP_SIZE): Define.
2003-04-30 Richard Kenner* stor-layout.c (mode_for_size_tree): Use BLKmode if...
2003-04-30 Gabriel Dos Reisc-common.c (if_elt): Use location_t in lieu of "file...
2003-04-30 Steven Bosscherparse.y (make_plus_expression): New function.
2003-04-30 Nathan SidwellMake-lang.in (parse.c): Reorder bison arguments for...
2003-04-30 Nathan Sidwelltree.h (DECL_POINTER_DEPTH): Remove.
2003-04-30 Kriang LerdsuwanakijPR c++/9432, c++/9528
2003-04-30 Janis Johnsonlinux64.h (ASM_OUTPUT_LABELREF): Remove.
2003-04-30 Gabriel Dos Reis* diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
next