public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/35843]  New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work
@ 2008-04-06 15:13 hjl dot tools at gmail dot com
  2008-04-06 15:17 ` [Bug testsuite/35843] [4.4 Regression]: " hjl dot tools at gmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-04-06 15:13 UTC (permalink / raw)
  To: gcc-bugs

From

http://gcc.gnu.org/ml/gcc-testresults/2008-04/msg00420.html

ERROR: gcc.dg/pr30957-1.c: no files matched glob pattern
"hard_float9950.c.[0-9][0-9][0-9]r.expand" for " dg-require-effective-target 8
hard_float "
UNRESOLVED: gcc.dg/pr30957-1.c: no files matched glob pattern
"hard_float9950.c.[0-9][0-9][0-9]r.expand" for " dg-require-effective-target 8
hard_float "
ERROR: gcc.dg/var-expand1.c: can't read "et_cache(hard_float,value)": no such
element in array for " dg-require-effective-target 4 hard_float "
UNRESOLVED: gcc.dg/var-expand1.c: can't read "et_cache(hard_float,value)": no
such element in array for " dg-require-effective-target 4 hard_float "

On Linux/Intel64, I got

Executing on host: /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/gcc/ hard_float1773.c 
-fdump-rtl-expand -fno-show-column -S  -m32 -o hard_float1773.s    (timeout =
300)
cc1: error: unrecognized command line option "-fdump-rtl-expand"^M
compiler exited with status 1
Executing on host: /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/gcc/
/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/va-arg-pack-len-2.c   -O2
-fno-show-column -S  -m32 -o va-arg-pack-len-2.s    (timeout = 300)
In function 'myopen',^M
    inlined from 'main' at
/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/va-arg-pack-len-2.c:39:^M
/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/va-arg-pack-len-2.c:24: error:
call to 'error_open_missing_mode' declared with attribute error: open with
O_CREAT needs 3 arguments, only 2 were given^M
In function 'myopen',^M
    inlined from 'main' at
/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/va-arg-pack-len-2.c:40:^M
/export/gnu/src/gcc/gcc/gcc/testsuite/gcc.dg/va-arg-pack-len-2.c:18: warning:
call to 'warn_open_too_many_arguments' declared with attribute warning: open
called with more than 3 arguments^M
compiler exited with status 1


-- 
           Summary: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/35843] [4.4 Regression]: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
@ 2008-04-06 15:17 ` hjl dot tools at gmail dot com
  2008-04-07  1:14 ` [Bug middle-end/35843] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-04-06 15:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2008-04-06 15:16 -------
They were introduced by 133930:

http://gcc.gnu.org/ml/gcc-cvs/2008-04/msg00154.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcc.dg/pr30957-1.c and      |[4.4 Regression]:
                   |gcc.dg/var-expand1.c don't  |gcc.dg/pr30957-1.c and
                   |work                        |gcc.dg/var-expand1.c don't
                   |                            |work


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug middle-end/35843] [4.4 Regression]: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
  2008-04-06 15:17 ` [Bug testsuite/35843] [4.4 Regression]: " hjl dot tools at gmail dot com
@ 2008-04-07  1:14 ` pinskia at gcc dot gnu dot org
  2008-04-09 18:11 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-07  1:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-04-07 01:13 -------
-fdump-rtl-expand no longer works, -fdump-tree-expand does though.

We do document -fdump-rtl-expand and not -fdump-tree-expand:
-fdump-rtl-expand
Dump after RTL generation, to file.104r.expand. 

Thanks,
Andrew Pinski


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|testsuite                   |middle-end
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-04-07 01:13:56
               date|                            |
   Target Milestone|---                         |4.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug middle-end/35843] [4.4 Regression]: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
  2008-04-06 15:17 ` [Bug testsuite/35843] [4.4 Regression]: " hjl dot tools at gmail dot com
  2008-04-07  1:14 ` [Bug middle-end/35843] " pinskia at gcc dot gnu dot org
@ 2008-04-09 18:11 ` pinskia at gcc dot gnu dot org
  2008-04-11 10:17 ` [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore ubizjak at gmail dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-09 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-04-09 18:10 -------
*** Bug 35868 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dominiq at lps dot ens dot
                   |                            |fr


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2008-04-09 18:11 ` pinskia at gcc dot gnu dot org
@ 2008-04-11 10:17 ` ubizjak at gmail dot com
  2008-04-11 11:44 ` ubizjak at gmail dot com
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ubizjak at gmail dot com @ 2008-04-11 10:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ubizjak at gmail dot com  2008-04-11 10:16 -------
Patch in testing.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ubizjak at gmail dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED
          Component|middle-end                  |testsuite
   Last reconfirmed|2008-04-07 01:13:56         |2008-04-11 10:16:17
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2008-04-11 10:17 ` [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore ubizjak at gmail dot com
@ 2008-04-11 11:44 ` ubizjak at gmail dot com
  2008-04-11 16:10 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ubizjak at gmail dot com @ 2008-04-11 11:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ubizjak at gmail dot com  2008-04-11 11:44 -------
Patch at http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00930.html


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |04/msg00930.html
           Keywords|                            |patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2008-04-11 11:44 ` ubizjak at gmail dot com
@ 2008-04-11 16:10 ` pinskia at gcc dot gnu dot org
  2008-04-16 13:03 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-04-11 16:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2008-04-11 16:09 -------
I would rather have -fdump-rtl-expand back.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
                   ` (5 preceding siblings ...)
  2008-04-11 16:10 ` pinskia at gcc dot gnu dot org
@ 2008-04-16 13:03 ` hjl dot tools at gmail dot com
  2008-04-20 20:45 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-04-16 13:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hjl dot tools at gmail dot com  2008-04-16 13:02 -------
Joey has a point:

http://gcc.gnu.org/ml/gcc-patches/2008-04/msg01280.html

It does look wired for a *dump-tree* option to generate a RTL looking
result.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Joey dot ye at intel dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
                   ` (6 preceding siblings ...)
  2008-04-16 13:03 ` hjl dot tools at gmail dot com
@ 2008-04-20 20:45 ` rguenth at gcc dot gnu dot org
  2008-04-25 23:15 ` hubicka at gcc dot gnu dot org
  2008-04-26  9:57 ` ubizjak at gmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-04-20 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2008-04-20 20:44 -------
Honza?  Can we please have -fdump-rtl-expand back?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
           Priority|P3                          |P1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
                   ` (7 preceding siblings ...)
  2008-04-20 20:45 ` rguenth at gcc dot gnu dot org
@ 2008-04-25 23:15 ` hubicka at gcc dot gnu dot org
  2008-04-26  9:57 ` ubizjak at gmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2008-04-25 23:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from hubicka at gcc dot gnu dot org  2008-04-25 23:15 -------
Subject: Bug 35843

Author: hubicka
Date: Fri Apr 25 23:14:40 2008
New Revision: 134682

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134682
Log:

        PR testsuite/35843
        * cfgexpand.c (pass_expand): Turn into RTL pass.
        * passes.c (execute_one_pass): Do pass typechecking after execution.
        * tree-pass.h (pass_expand): Turn into RTL pass.

        * function.h (struct rtl_data): Move here fields
        accesses_prior_frames, calls_eh_return, saves_all_registers,
        has_nonlocal_goto, has_asm_statement, is_thunk,
        all_throwers_are_sibcalls, limit_stack, profile, uses_const_pool,
        uses_pic_offset_table, uses_eh_lsda, tail_call_emit,
        arg_pointer_save_area_init from struct function; turn into bool.
        (struct function): Move
        calls_eh_return, saves_all_registers, has_nonlocal_goto,
        has_asm_statement, is_thunk, all_throwers_are_sibcalls, limit_stack,
        profile, uses_const_pool, uses_pic_offset_table, uses_eh_lsda,
        tail_call_emit, arg_pointer_save_area_init
        into struct rtl_data.  Remove recursive_call_emit and gimplified flags.
        (current_function_returns_struct, current_function_returns_pcc_struct,
        current_function_calls_setjmp, current_function_calls_alloca,
        current_function_accesses_prior_frames,
        current_function_calls_eh_return, current_function_is_thunk,
        current_function_stdarg, current_function_profile,
        current_function_limit_stack, current_function_uses_pic_offset_table,
        current_function_uses_const_pool, current_function_has_nonlocal_label,
        current_function_saves_all_registers,
        current_function_has_nonlocal_goto,
        current_function_has_asm_statement): Remove accesor macros.
        * ra-conflict.c (global_conflicts): Update.
        * tree-tailcall.c (suitable_for_tail_opt_p): Update.
        (suitable_for_tail_call_opt_p): Update.
        * builtins.c (expand_builtin_return_addr): Update.
        (expand_builtin_setjmp_setup): Update.
        (expand_builtin_nonlocal_goto): Update.
        * final.c (final_start_function): Update.
        (profile_function): Update.
        (leaf_function_p): Update.
        (only_leaf_regs_used): Update.
        * df-scan.c (df_get_exit_block_use_set): Update.
        * dojump.c (clear_pending_stack_adjust): Update.
        * tree-stdarg.c (gate_optimize_stdarg): Update.
        * gimple-low.c (lower_function_body): Update.
        * global.c (compute_regsets): Update.
        (global_alloc): Update.
        * dwarf2out.c (dwarf2out_begin_prologue): Update.
        * expr.c (expand_assignment): Update.
        * dse.c (dse_step0): Update.
        (dse_step1): Update.
        * c-decl.c (store_parm_decls): Update.
        * local-alloc.c (combine_regs): Update.
        (find_free_reg): Update.
        * function.c (assign_parms_augmented_arg_list): Update.
        (assign_parm_find_data_types): Update.
        (assign_parms): Update.
        (allocate_struct_function): Update.
        (expand_function_start): Update.
        (expand_function_end): Update.
        (get_arg_pointer_save_area): Update.
        (thread_prologue_and_epilogue_insns): Update.
        (rest_of_match_asm_constraints): Update.
        * stor-layout.c (variable_size): Update.
        * gcse.c (gcse_main): Update.
        (bypass_jumps): Update.
        * gimplify.c (gimplify_function_tree): Update.
        * calls.c (emit_call_1): Update.
        (expand_call): Update.
        * bt-load.c (compute_defs_uses_and_gen): Update.
        * except.c (sjlj_assign_call_site_values): Update.
        (sjlj_emit_function_enter): Update.
        (can_throw_external): Update.
        (set_nothrow_function_flags): Update.
        (expand_builtin_unwind_init): Update.
        (expand_eh_return): Update.
        (convert_to_eh_region_ranges): Update.
        (output_function_exception_table): Update.
        * emit-rtl.c (gen_tmp_stack_mem): Update.
        * cfgexpand.c (expand_used_vars): Update.
        (tree_expand_cfg): Update.
        * cfgcleanup.c (rest_of_handle_jump): Update.
        * explow.c (allocate_dynamic_stack_space): Update.
        * varasm.c (assemble_start_function): Update.
        (force_const_mem): Update.
        (mark_constant_pool): Update.
        * tree-optimize.c (tree_rest_of_compilation): Update.
        * stack-ptr-mod.c (notice_stack_pointer_modification): Update.
        * tree-cfg.c (notice_special_calls): Update.
        (is_ctrl_altering_stmt): Update.
        (tree_can_make_abnormal_goto): Update.
        (tree_purge_dead_abnormal_call_edges): Update.
        * config/alpha/predicates.md: Update.
        * config/alpha/alpha.c (alpha_sa_mask): Update.
        (alpha_sa_size): Update.
        (alpha_does_function_need_gp): Update.
        (alpha_expand_prologue): Update.
        (alpha_start_function): Update.
        (alpha_output_function_end_prologue): Update.
        (alpha_expand_epilogue): Update.
        * config/frv/frv.c (frv_stack_info): Update.
        (frv_expand_epilogue): Update.
        * config/s390/s390.c (s390_regs_ever_clobbered): Update.
        (s390_register_info): Update.
        (s390_frame_info): Update.
        (s390_init_frame_layout): Update.
        (s390_can_eliminate): Update.
        (save_gprs): Update.
        * config/spu/spu.c (spu_split_immediate): Update.
        (need_to_save_reg): Update.
        (spu_expand_prologue): Update.
        (spu_expand_epilogue): Update.
        * config/sparc/sparc.md: Update.
        * config/sparc/sparc.c (eligible_for_return_delay): Update.
        (sparc_tls_got): Update.
        (legitimize_pic_address): Update.
        (sparc_emit_call_insn): Update.
        (sparc_expand_prologue): Update.
        (output_return): Update.
        (print_operand): Update.
        (sparc_function_ok_for_sibcall): Update.
        * config/sparc/sparc.h (EXIT_IGNORE_STACK): Update.
        * config/m32r/m32r.md: Update.
        * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Update.
        (m32r_compute_frame_size): Update.
        (m32r_expand_prologue): Update.
        (m32r_expand_epilogue): Update.
        (m32r_legitimize_pic_address): Update.
        * config/m32r/m32r.h (FRAME_POINTER_REQUIRED): Update.
        * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): Update.
        * config/i386/i386.c (ix86_frame_pointer_required): Update.
        (gen_push): Update.
        (ix86_save_reg): Update.
        (ix86_compute_frame_layout): Update.
        (ix86_expand_prologue): Update.
        (ix86_expand_epilogue): Update.
        * config/sh/sh.c (output_stack_adjust): Update.
        (calc_live_regs): Update.
        (sh5_schedule_saves): Update.
        (sh_expand_prologue): Update.
        (sh_expand_epilogue): Update.
        (sh_setup_incoming_varargs): Update.
        (sh_allocate_initial_value): Update.
        (sh_get_pr_initial_val): Update.
        * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): Update.
        * config/sh/sh.md (label:): Update.
        * config/avr/avr.c (out_movhi_mr_r): Update.
        * config/crx/crx.h (enum): Update.
        * config/xtensa/xtensa.h (along): Update.
        * config/stormy16/stormy16.c Update.
        (xstormy16_compute_stack_layout): Update.
        * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Update.
        (fr30_expand_prologue): Update.
        * config/cris/cris.c (cris_conditional_register_usage): Update.
        (cris_reg_saved_in_regsave_area): Update.
        (cris_initial_frame_pointer_offset): Update.
        (cris_simple_epilogue): Update.
        (cris_expand_prologue): Update.
        (cris_expand_epilogue): Update.
        (cris_expand_pic_call_address): Update.
        (cris_asm_output_symbol_ref): Update.
        (cris_asm_output_label_ref): Update.
        * config/cris/cris.md Update.
        * config/iq2000/iq2000.c (compute_frame_size): Update.
        (iq2000_expand_epilogue): Update.
        * config/mt/mt.h (save_direction): Update.
        * config/mn10300/mn10300.c (mn10300_function_value): Update.
        * config/ia64/ia64.c (ia64_compute_frame_size): Update.
        (ia64_secondary_reload_class): Update.
        * config/m68k/m68k.c (m68k_save_reg): Update.
        (m68k_expand_prologue): Update.
        (m68k_expand_epilogue): Update.
        (legitimize_pic_address): Update.
        * config/rs6000/rs6000.c (rs6000_got_register): Update.
        (first_reg_to_save): Update.
        (first_altivec_reg_to_save): Update.
        (compute_vrsave_mask): Update.
        (compute_save_world_info): Update.
        (rs6000_stack_info): Update.
        (spe_func_has_64bit_regs_p): Update.
        (rs6000_ra_ever_killed): Update.
        (rs6000_emit_eh_reg_restore): Update.
        (rs6000_emit_allocate_stack): Update.
        (rs6000_emit_prologue): Update.
        (rs6000_emit_epilogue): Update.
        (rs6000_output_function_epilogue): Update.
        (output_profile_hook): Update.
        (rs6000_elf_declare_function_name): Update.
        * config/rs6000/rs6000.h (rs6000_args): Update.
        * config/rs6000/rs6000.md: Update.
        * config/mcore/mcore.c (mcore_expand_prolog): Update.
        * config/arc/arc.c (arc_output_function_epilogue): Update.
        * config/arc/arc.h (FRAME_POINTER_REQUIRED): Update.
        * config/darwin.c (machopic_function_base_name): Update.
        * config/score/score3.c (score3_compute_frame_size): Update.
        (rpush): Update.
        (rpop): Update.
        (score3_epilogue): Update.
        * config/score/score7.c (score7_compute_frame_size): Update.
        (score7_prologue): Update.
        (score7_epilogue): Update.
        * config/score/score.h (FRAME_POINTER_REQUIRED): Update.
        * config/arm/linux-elf.h (SUBTARGET_FRAME_POINTER_REQUIRED): Update.
        * config/arm/arm.c (use_return_insn): Update.
        (require_pic_register): Update.
        (arm_load_pic_register): Update.
        (arm_compute_save_reg0_reg12_mask): Update.
        (arm_compute_save_reg_mask): Update.
        (thumb1_compute_save_reg_mask): Update.
        (output_return_instruction): Update.
        (arm_output_function_prologue): Update.
        (arm_output_epilogue): Update.
        (arm_get_frame_offsets): Update.
        (arm_expand_prologue): Update.
        (thumb_pushpop): Update.
        (thumb_exit): Update.
        (thumb1_expand_prologue): Update.
        (thumb1_expand_epilogue): Update.
        (arm_unwind_emit): Update.
        (arm_output_fn_unwind): Update.
        * config/arm/arm.h (FRAME_POINTER_REQUIRED): Update.
        * config/arm/arm.md: Update.
        * config/pa/pa.md: Update.
        * config/pa/pa.c (legitimize_pic_address): Update.
        (compute_frame_size): Update.
        (hppa_expand_prologue): Update.
        (hppa_expand_epilogue): Update.
        (borx_reg_operand): Update.
        * config/pa/pa.h (FRAME_POINTER_REQUIRED): Update.
        (HARD_REGNO_RENAME_OK): Update.
        * config/mips/mips.c (mips_global_pointer): Update.
        (mips_save_reg_p): Update.
        (mips_compute_frame_info): Update.
        (mips_frame_pointer_required): Update.
        (mips_expand_prologue): Update.
        (mips_expand_epilogue): Update.
        (mips_can_use_return_insn): Update.
        (mips_reorg_process_insns): Update.
        * config/v850/v850.c (compute_register_save_size): Update.
        * config/mmix/mmix.h (FRAME_POINTER_REQUIRED): Update.
        * config/mmix/mmix.c (along): Update.
        (mmix_expand_epilogue): Update.
        * config/bfin/bfin.c (legitimize_pic_address): Update.
        (must_save_p): Update.
        (stack_frame_needed_p): Update.
        (add_to_reg): Update.
        (bfin_expand_prologue): Update.
        * stmt.c (expand_asm_operands): Update.
        * reload1.c (reload): Update.
        (init_elim_table): Update.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/bt-load.c
    trunk/gcc/builtins.c
    trunk/gcc/c-decl.c
    trunk/gcc/calls.c
    trunk/gcc/cfgcleanup.c
    trunk/gcc/cfgexpand.c
    trunk/gcc/config/alpha/alpha.c
    trunk/gcc/config/alpha/predicates.md
    trunk/gcc/config/arc/arc.c
    trunk/gcc/config/arc/arc.h
    trunk/gcc/config/arm/arm.c
    trunk/gcc/config/arm/arm.h
    trunk/gcc/config/arm/arm.md
    trunk/gcc/config/arm/linux-elf.h
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/bfin/bfin.c
    trunk/gcc/config/cris/cris.c
    trunk/gcc/config/cris/cris.md
    trunk/gcc/config/crx/crx.h
    trunk/gcc/config/darwin.c
    trunk/gcc/config/fr30/fr30.c
    trunk/gcc/config/frv/frv.c
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/linux.h
    trunk/gcc/config/ia64/ia64.c
    trunk/gcc/config/iq2000/iq2000.c
    trunk/gcc/config/m32r/m32r.c
    trunk/gcc/config/m32r/m32r.h
    trunk/gcc/config/m32r/m32r.md
    trunk/gcc/config/m68k/m68k.c
    trunk/gcc/config/mcore/mcore.c
    trunk/gcc/config/mips/mips.c
    trunk/gcc/config/mmix/mmix.c
    trunk/gcc/config/mmix/mmix.h
    trunk/gcc/config/mn10300/mn10300.c
    trunk/gcc/config/mt/mt.h
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/pa.h
    trunk/gcc/config/pa/pa.md
    trunk/gcc/config/rs6000/rs6000.c
    trunk/gcc/config/rs6000/rs6000.h
    trunk/gcc/config/rs6000/rs6000.md
    trunk/gcc/config/s390/s390.c
    trunk/gcc/config/score/score.h
    trunk/gcc/config/score/score3.c
    trunk/gcc/config/score/score7.c
    trunk/gcc/config/sh/sh.c
    trunk/gcc/config/sh/sh.h
    trunk/gcc/config/sh/sh.md
    trunk/gcc/config/sparc/sparc.c
    trunk/gcc/config/sparc/sparc.h
    trunk/gcc/config/sparc/sparc.md
    trunk/gcc/config/spu/spu.c
    trunk/gcc/config/stormy16/stormy16.c
    trunk/gcc/config/v850/v850.c
    trunk/gcc/config/xtensa/xtensa.h
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/method.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/df-scan.c
    trunk/gcc/dojump.c
    trunk/gcc/dse.c
    trunk/gcc/dwarf2out.c
    trunk/gcc/emit-rtl.c
    trunk/gcc/except.c
    trunk/gcc/explow.c
    trunk/gcc/expr.c
    trunk/gcc/final.c
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/function.c
    trunk/gcc/function.h
    trunk/gcc/gcse.c
    trunk/gcc/gimple-low.c
    trunk/gcc/gimplify.c
    trunk/gcc/global.c
    trunk/gcc/local-alloc.c
    trunk/gcc/passes.c
    trunk/gcc/ra-conflict.c
    trunk/gcc/reload1.c
    trunk/gcc/stack-ptr-mod.c
    trunk/gcc/stmt.c
    trunk/gcc/stor-layout.c
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-optimize.c
    trunk/gcc/tree-pass.h
    trunk/gcc/tree-stdarg.c
    trunk/gcc/tree-tailcall.c
    trunk/gcc/varasm.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore
  2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
                   ` (8 preceding siblings ...)
  2008-04-25 23:15 ` hubicka at gcc dot gnu dot org
@ 2008-04-26  9:57 ` ubizjak at gmail dot com
  9 siblings, 0 replies; 11+ messages in thread
From: ubizjak at gmail dot com @ 2008-04-26  9:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from ubizjak at gmail dot com  2008-04-26 09:56 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/gcc-  |
                   |patches/2008-               |
                   |04/msg00930.html            |
             Status|ASSIGNED                    |RESOLVED
           Keywords|patch                       |
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35843


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-04-26  9:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-06 15:13 [Bug testsuite/35843] New: gcc.dg/pr30957-1.c and gcc.dg/var-expand1.c don't work hjl dot tools at gmail dot com
2008-04-06 15:17 ` [Bug testsuite/35843] [4.4 Regression]: " hjl dot tools at gmail dot com
2008-04-07  1:14 ` [Bug middle-end/35843] " pinskia at gcc dot gnu dot org
2008-04-09 18:11 ` pinskia at gcc dot gnu dot org
2008-04-11 10:17 ` [Bug testsuite/35843] [4.4 Regression]: -fdump-rtl-expand does not exist anymore ubizjak at gmail dot com
2008-04-11 11:44 ` ubizjak at gmail dot com
2008-04-11 16:10 ` pinskia at gcc dot gnu dot org
2008-04-16 13:03 ` hjl dot tools at gmail dot com
2008-04-20 20:45 ` rguenth at gcc dot gnu dot org
2008-04-25 23:15 ` hubicka at gcc dot gnu dot org
2008-04-26  9:57 ` ubizjak at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).