Matthew Hiller
15edc0cb96
* gcc.c-torture/execute/20001017-2.c: New test.
...
From-SVN: r36924
2000-10-17 20:27:57 -06:00
Joern Rennecke
19ca869b6d
reload1.c (move2add_note_store): Check for simple auto-inc in destination.
...
* reload1.c (move2add_note_store): Check for simple
auto-inc in destination.
From-SVN: r36923
2000-10-17 20:26:26 -06:00
Michael Chastain
2ddb1ca161
i386-aout.h: define INT_ASM_OP.
...
2000-09-26 Michael Chastain <chastain@redhat.com>
* config/i386/i386-aout.h: define INT_ASM_OP.
From-SVN: r36922
2000-10-17 20:23:58 -06:00
Brad Lucier
8fef2e474b
* spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
...
From-SVN: r36921
2000-10-17 20:19:56 -06:00
Alan Modra
11881f37b7
* pa.c (print_operand): Handle case 'c' for .vtable_inherit
...
From-SVN: r36920
2000-10-17 20:12:03 -06:00
Martin Buchholz
189244a414
* testsuite/27_io/istream_seeks.cc: Fix spelling typo. * testsuite/27_io/ostream_seeks.cc: Similarly.
...
From-SVN: r36919
2000-10-17 20:07:54 -06:00
Martin Buchholz
33e39e3870
* i370.md: Fix spelling typo.
...
From-SVN: r36918
2000-10-17 20:06:38 -06:00
Joseph Myers
0fe6838788
20001018-1.c: New test.
...
* gcc.c-torture/compile/20001018-1.c: New test.
* gcc.c-torture/compile/20001018-1.x: Xfail.
From-SVN: r36917
2000-10-18 00:35:41 +01:00
Franz Sirl
2b7fb03423
* ChangeLog: Remove CVS conflict marker, fix typos.
...
From-SVN: r36916
2000-10-17 23:26:18 +00:00
Alexandre Petit-Bianco
1a2ebe6d57
except.c (free_eh_ranges): Don't free `whole_range.'
...
2000-10-17 Alexandre Petit-Bianco <apbianco@cygnus.com>
* except.c (free_eh_ranges): Don't free `whole_range.'
(http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00557.html )
From-SVN: r36915
2000-10-17 15:48:59 -07:00
Franz Sirl
832ea3b309
function.c (locate_and_pad_parm): Don't align stack unconditionally.
...
2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* function.c (locate_and_pad_parm): Don't align stack unconditionally.
Fixes execute/20001017-1.c on pwerpc-linux-gnu.
* expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
* rs6000/rs6000.c (rs6000_hash_constant): use X0INT to access a
LABEL_REF.
* rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
here...
* rs6000/aix.h: ...to here.
* rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.
From-SVN: r36914
2000-10-17 22:17:34 +00:00
Franz Sirl
34137553f9
20001017-1.c: New test.
...
2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* gcc.c-torture/execute/20001017-1.c: New test.
From-SVN: r36913
2000-10-17 22:04:51 +00:00
Jakub Jelinek
4c646291f1
alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
...
* config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
* config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
sure linker can relax even the delay slot mov %g1,%o7, fix output
formating.
From-SVN: r36912
2000-10-17 23:45:23 +02:00
Kazu Hirata
07e0fe3dae
h8300.md: Remove an unnecessary zero_extend expander that is used when not optimizing.
...
2000-10-17 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md: Remove an unnecessary zero_extend
expander that is used when not optimizing. Output a tab after
each assembly insns.
From-SVN: r36911
2000-10-17 20:17:35 +00:00
Chandrakala Chavva
10501d8f2f
Added new option --target-help.
...
From-SVN: r36910
2000-10-17 16:07:51 -04:00
Graham Stott
c330e9c1e2
i386.md (testqi_1): Add missing operand prefix for operand 0.
...
* config/i386/i386.md (testqi_1): Add missing operand prefix
for operand 0.
* config/i386/i386-protos.h: Add missing prototype.
From-SVN: r36909
2000-10-17 19:12:43 +00:00
Graham Stott
343bf72840
* i386.md (testqi_1): Add missing operand prefix for operand 0.
...
From-SVN: r36908
2000-10-17 19:05:40 +00:00
Graham Stott
6ea15a909f
* i386-protos.h: Add missing prototype.
...
From-SVN: r36907
2000-10-17 19:01:14 +00:00
Diego Novillo
69ac483175
unix.h (ASM_OUTPUT_MI_THUNK): Symbol _GLOBAL_OFFSET_TABLE should not have a $ prefix when using -mintel-syntax.
...
2000-10-17 Diego Novillo <dnovillo@cygnus.com>
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
_GLOBAL_OFFSET_TABLE should not have a $ prefix when
using -mintel-syntax.
From-SVN: r36906
2000-10-17 14:47:47 -04:00
Joseph Myers
b691cb00a8
c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
...
* c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
(format_types): Use it for printf.
(maybe_read_dollar_number): Add parameter for the kind of format
involved. Warn for multiple use for arguments if this is
inappropriate for the kind of format involved.
(check_format_info_main): Update calls to maybe_read_dollar_number.
testsuite:
* gcc.dg/format-xopen-1.c: Update comments; adjust for checking
for multiple use of arguments with scanf formats; add tests for
multiple use of arguments.
From-SVN: r36905
2000-10-17 19:16:15 +01:00
J. David Anglin
948eab23d0
inclhack.def (hpux_maxint): Also apply fix to values.h.
...
* inclhack.def (hpux_maxint): Also apply fix to values.h.
* fixincl.x: Rebuilt.
From-SVN: r36904
2000-10-17 10:35:12 -06:00
Alexandre Oliva
1651ab853f
genrecog.c (write_switch): Return the first condition that needs a label.
...
* genrecog.c (write_switch): Return the first condition that needs a
label.
From-SVN: r36903
2000-10-17 14:27:53 +00:00
Benjamin Kosnik
a911742751
via Alexandre Oliva <aoliva@redhat.com>
...
2000-10-17 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
via Alexandre Oliva <aoliva@redhat.com>
* libsupc++/Makefile.am: Add --tag CXX, --tag CC, comments.
* libsupc++/Makefile.in: Regenerate.
* src/Makefile.am: Duplicate code.
* src/Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_ENABLE_RELIBGCC): Take this out.
* aclocal.m4: Regenerate.
* configure.in: And here.
* configure: Regenerate.
* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Disable
test for SECTION_LDFLAGS.
From-SVN: r36902
2000-10-17 10:12:23 +00:00
Bernd Schmidt
2683ed8d12
Improved sequence point warnings
...
From-SVN: r36901
2000-10-17 09:34:21 +00:00
Benjamin Kosnik
9ece379a8a
Shadow headers would work if libsupc++ was strict about namespaces.
...
2000-10-16 Benjamin Kosnik <bkoz@gnu.org>
Shadow headers would work if libsupc++ was strict about namespaces.
This only possible if g++ maps std::size_t -> size_t. (Hint hint.)
* include/c_std/assert.h: Add guards.
* include/c_std/bits/std_climits.h: Correct typo.
* include/c_std/ctype.h: Remove #error.
* libio/libioP.h: Break up extern "C" bits around includes.
* libio/libio.h: Only include C headers, or else _C_legacy namespaces
will be nested.
* libio/libioP.h: Same here.
From-SVN: r36900
2000-10-17 08:25:08 +00:00
Jeff Law
030d2f3414
Daily bump.
...
From-SVN: r36899
2000-10-17 01:45:08 -06:00
Joseph Myers
652469d0ab
decl.c (WINT_TYPE): Define.
...
* decl.c (WINT_TYPE): Define.
(init_decl_processing): Create types unsigned_ptrdiff_type_node,
c_size_type_node, signed_size_type_node and wint_type_node.
From-SVN: r36898
2000-10-17 08:00:06 +01:00
Joseph Myers
74ff46299b
c-common.h (warn_missing_format_attribute): New variable.
...
* c-common.h (warn_missing_format_attribute): New variable.
* c-decl.c (warn_missing_format_attribute): New variable.
(c_decode_option): Decode -Wmissing-format-attribute and
-Wno-missing-format-attribute.
* c-common.c (check_function_format): If
-Wmissing-format-attribute, give a warning where a vprintf or
vscanf function is called by a function without its own printf or
scanf attribute.
* toplev.c (documented_lang_options): Add
-Wmissing-format-attribute.
* invoke.texi: Document -Wmissing-format-attribute.
cp:
* decl2.c (warn_missing_format_attribute): New variable.
(lang_decode_option): Decode -Wmissing-format-attribute.
testsuite:
* gcc.dg/format-miss-1.c: New test.
From-SVN: r36897
2000-10-17 07:52:06 +01:00
Marc Espie
1d3b0e2c19
invoke.texi (-shared): Insist on requiring code generation flags to be used along with -shared...
...
2000-10-17 Marc Espie <espie@openbsd.org>
* invoke.texi (-shared): Insist on requiring code generation flags
to be used along with -shared, and document the subtle failure that
may occur otherwise.
From-SVN: r36896
2000-10-17 05:20:14 +00:00
J. David Anglin
1c2171710d
* pa.md (return_internal): Move use' after
return'.
...
From-SVN: r36895
2000-10-16 22:43:58 -06:00
Michael Meissner
a5e1b54847
Only create gcc/configargs.h if gcc build directory is present
...
From-SVN: r36894
2000-10-17 03:00:51 +00:00
Anthony Green
8e7ab3ff22
decl.c (init_decl_processing): Call init_class_processing before anything else.
...
* decl.c (init_decl_processing): Call init_class_processing before
anything else.
From-SVN: r36892
2000-10-16 23:45:07 +01:00
Jakub Jelinek
a5ad11e16e
* gcc.c-torture/execute/20001013-1.c: New test.
...
From-SVN: r36891
2000-10-16 21:55:27 +02:00
Kazu Hirata
f2a9645f10
h8300.c: Include ggc.h.
...
2000-10-16 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c: Include ggc.h.
From-SVN: r36890
2000-10-16 19:20:38 +00:00
Mark Mitchell
634790f4bd
typeck.c (qualify_type): Remove.
...
* typeck.c (qualify_type): Remove.
(composite_pointer_type): Fix handling of conversions to `cv void*'.
From-SVN: r36889
2000-10-16 18:41:49 +00:00
Mark Mitchell
ebd5daee50
Replace with URL for FSF service directory
...
From-SVN: r36888
2000-10-16 17:50:49 +00:00
Diego Novillo
c1f9de5a73
unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using appropriate assembler dialect.
...
2000-10-13 Diego Novillo <dnovillo@cygnus.com>
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
appropriate assembler dialect.
From-SVN: r36887
2000-10-16 12:52:47 -04:00
Theodore Papadopoulo
11f3dc8922
* machmode.def: Correct comment.
...
From-SVN: r36886
2000-10-16 10:38:49 -06:00
Rodney Brown
47c10e9bf9
print-rtl.c (print_rtx_head): Constify.
...
* print-rtl.c (print_rtx_head): Constify.
* rtl.h (print_rtx_head): Similarly.
From-SVN: r36885
2000-10-16 10:24:54 -06:00
Rodney Brown
0952f89b95
pa-protos.h (output_64bit_and, [...]): Constify char * return value.
...
* config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
Constify char * return value.
* config/pa/pa/pa.c
(output_64bit_and, output_64bit_ior): Constify char * return value.
(pa_can_combine_p): Make static.
(function_arg): Decorate unused `named' argument. Fix comment typo.
(function_arg_partial_nregs): Decorate unused `named' argument.
From-SVN: r36884
2000-10-16 10:20:23 -06:00
Joseph Myers
6d2e14543b
c-common.c (format_check_results): New structure.
...
* c-common.c (format_check_results): New structure.
(finish_dollar_format_checking): Adjust to take a
format_check_results * parameter.
(check_format_info, check_format_info_recurse,
check_format_info_main): Split check_format_info into three
functions, the main checking going in check_format_info_main.
Recurse when any reduction of the format string argument towards a
string literal is done; go down both branches of a conditional
expression. Don't warn for extra format arguments or empty format
strings if they only occur in some branches of a conditional
expression.
testsuite:
* gcc.dg/format-branch-1.c: New test.
From-SVN: r36883
2000-10-16 17:16:57 +01:00
Diego Novillo
406df25cbe
i386.md (*movsi_or): Switch operand order for intel syntax.
...
2000-10-15 Diego Novillo <dnovillo@cygnus.com>
* i386.md (*movsi_or): Switch operand order for intel syntax.
From-SVN: r36882
2000-10-16 12:09:38 -04:00
Matthias Klose
be1db8737b
config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured for libstdc++-v3.
...
* config.if: Search libstdc++-v3/configure.in for INTERFACE,
when configured for libstdc++-v3.
From-SVN: r36881
2000-10-16 10:00:43 -06:00
Kazu Hirata
4d231df749
h8300.c: Remove obstack.
...
2000-10-16 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c: Remove obstack.
From-SVN: r36880
2000-10-16 13:55:24 +00:00
Joseph Myers
1df1abe2b0
* README, lib/file-format.exp: Remove EGCS references.
...
From-SVN: r36879
2000-10-16 11:00:23 +01:00
Jakub Jelinek
5514386120
rtlanal.c (may_trap_p): Check operand modes of COMPARE.
...
* rtlanal.c (may_trap_p): Check operand modes of COMPARE.
* gcc.dg/20001013-1.c: New test.
From-SVN: r36878
2000-10-16 09:46:09 +02:00
Jeff Law
392e6b81c3
Daily bump.
...
From-SVN: r36877
2000-10-16 01:45:09 -06:00
Jakub Jelinek
50e29dd80f
iostream.cc (ostream::operator<<(double n)): Initialize new fields wide and i18n of struct printf_info.
...
* iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >= 2]:
Initialize new fields wide and i18n of struct printf_info.
(ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 2]:
Likewise.
From-SVN: r36876
2000-10-16 09:41:01 +02:00
Phil Edwards
60ade93537
configopts.html: Remove libgcc-rebuild; HTML formatting.
...
2000-10-15 Phil Edwards <pme@sources.redhat.com>
* docs/configopts.html: Remove libgcc-rebuild; HTML formatting.
From-SVN: r36875
2000-10-16 00:20:42 +00:00
Phil Edwards
d6efb49c78
Dummy checkin of footer.html to force web update.
...
From-SVN: r36874
2000-10-16 00:19:27 +00:00