This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[3.2 branch] bootstrap failure on m68k-linux between 20021231 and 20030109


The bootstrap fails in make compare. Changes applied between these two
versions were:

2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>

        PR inline-asm/8832
        * tree.h (expand_asm): New prototype.
        * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
        to do so.
        * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
        down to expand_asm.
        * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
        * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
        (volatile_refs_p) [ASM_INPUT]: Likewise.
        (side_effects_p) [ASM_INPUT]: Likewise.

2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>

        PR c/8032
        * c-typeck.c (process_init_element) [RECORD_TYPE]: For
        an empty element, do not advance the pointer to unfilled
        fields if there are pending initializers.

2003-01-07  Janis Johnson  <janis187@us.ibm.com>

        PR other/8947
        * doc/invoke.texi (-malign-double): Explain that the option breaks
        binary compatibility.

2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
            Sunil Davasam  <sunil.k.davasam@intel.com>

        PR libstdc++/9076 
        * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
        DW_CFA_same_value, read next and ignore.

2003-01-07  Richard Henderson  <rth@redhat.com>

        * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.

2003-01-01  Neil Booth  <neil@daikokuya.co.uk>

        PR preprocessor/8880
        * gcc.c (cpp_unique_options): Handle -fshort-wchar later so it
        overrides any target CPU specs.


Bootstrap comparison failure!
builtins.o differs
c-typeck.o differs
caller-save.o differs
cfgcleanup.o differs
convert.o differs
dependence.o differs
except.o differs
explow.o differs
expmed.o differs
expr.o differs
final.o differs
flow.o differs
fold-const.o differs
genattr.o differs
gensupport.o differs
global.o differs
lcm.o differs
m68k.o differs
objc-act.o differs
protoize.o differs
reload.o differs
tradcpp.o differs
unprotoize.o differs
cp/class.o differs
cp/decl.o differs
cp/decl2.o differs
cp/init.o differs
cp/typeck.o differs
f/com.o differs
f/expr.o differs
f/global.o differs
f/implic.o differs
f/lex.o differs
f/stb.o differs
f/ste.o differs
f/target.o differs
java/builtins.o differs
java/class.o differs
java/decl.o differs
java/expr.o differs
java/jcf-dump.o differs
java/jcf-parse.o differs
java/parse.o differs


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]