public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-*
@ 2004-06-10 22:58 pinskia at gcc dot gnu dot org
  2004-06-11  7:17 ` [Bug rtl-optimization/15921] " paolo dot bonzini at polimi dot it
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-10 22:58 UTC (permalink / raw)
  To: gcc-bugs

/Users/regress/tbox/cvs-gcc/gcc/gcc/testsuite/gcc.c-torture/compile/920501-4.c: In function `foo':
^M
/Users/regress/tbox/cvs-gcc/gcc/gcc/testsuite/gcc.c-torture/compile/920501-4.c:53: error: insn 
does not satisfy its constraints:^M
(insn 171 169 173 0 (parallel [^M
            (set (reg:SI 6 r6 [186])^M
                (lshiftrt:SI (neg:SI (abs:SI (reg/v:SI 0 r0 [orig:132 m_max ] [132])))^M
                    (const_int 31 [0x1f])))^M
            (clobber (reg:SI 0 r0))^M
        ]) 419 {*ne0} (nil)^M
    (nil))^M
Could have been caused by:

+2004-05-25  Vladimir Makarov  <vmakarov@redhat.com>
+
+	* global.c (global_alloc): Call make_accurate_live_analysis.
+	(record_one_conflict): Remove dead code.
+	(mark_reg_clobber): Remove ATTRIBUTE_UNUSED for parameter data.
+	(bb_info): New structure.
+	(BB_INFO, BB_INFO_BY_INDEX): New macros.
+	(allocate_bb_info, free_bb_info, mark_reg_change,
+	calculate_local_reg_bb_info, set_up_bb_rts_numbers, rpost_cmp,
+	modify_bb_reg_pav, calculate_reg_pav,
+	make_accurate_live_analysis): New functions.



+2004-05-25  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.in (OBJS): Add rtlhooks.o.
+	(rtlanal.o): Depend on function.h.
+	(cse.o): Depend on rtlhooks-def.h.
+	(combine.o): Depend on rtlhooks-def.h.
+	(rtlhooks.o): New rule.
+	* combine.c: Include rtlhooks-def.h.
+	(nonzero_bits, cached_nonzero_bits, nonzero_bits1,
+	num_sign_bit_copies, cached_num_sign_bit_copies,
+	num_sign_bit_copies1): Move most of the code to rtlanal.c.
+	(reg_nonzero_bits_for_combine,
+	reg_num_sign_bit_copies_for_combine): New functions holding
+	the remnants of the above.
+	(combine_rtl_hooks): New.
+	(combine_instructions): Set rtl_hooks instead of gen_lowpart.
+	* cse.c: Include rtlhooks-def.h.
+	(cse_rtl_hooks): New.
+	(cse_main): Set rtl_hooks instead of gen_lowpart.
+	* emit-rtl.c (gen_lowpart): Remove.
+	(gen_lowpart_general): Move to rtlhooks.c.
+	* rtl.h (nonzero_bits, num_sign_bit_copies,
+	struct rtl_hooks, rtl_hooks, general_rtl_hooks): New.
+	(gen_lowpart_general): Remove.
+	(gen_lowpart): Temporarily redefine as a macro.
+	* rtlanal.c: Include function.h.
+	(nonzero_bits, cached_nonzero_bits, nonzero_bits1,
+	num_sign_bit_copies, cached_num_sign_bit_copies,
+	num_sign_bit_copies1): New, from combine.c.
+	* rtlhooks.c: New file. 
+

-- 
           Summary: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails
                    on powerpc-*
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: bonzini at gcc dot gnu dot org,gcc-bugs at gcc dot gnu
                    dot org,vmakarov at gcc dot gnu dot org
GCC target triplet: powerpc-*-*


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


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

* [Bug rtl-optimization/15921] [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-*
  2004-06-10 22:58 [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-* pinskia at gcc dot gnu dot org
@ 2004-06-11  7:17 ` paolo dot bonzini at polimi dot it
  2004-06-11 15:50 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo dot bonzini at polimi dot it @ 2004-06-11  7:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo dot bonzini at polimi dot it  2004-06-11 07:16 -------
Subject: Re:  New: [3.5 Regression] gcc.c-torture/compile/920501-4.c
 fails on powerpc-*

pinskia at gcc dot gnu dot org wrote:
> /Users/regress/tbox/cvs-gcc/gcc/gcc/testsuite/gcc.c-torture/compile/920501-4.c: In function `foo':
> ^M
> /Users/regress/tbox/cvs-gcc/gcc/gcc/testsuite/gcc.c-torture/compile/920501-4.c:53: error: insn 
> does not satisfy its constraints:^M
> (insn 171 169 173 0 (parallel [^M
>             (set (reg:SI 6 r6 [186])^M
>                 (lshiftrt:SI (neg:SI (abs:SI (reg/v:SI 0 r0 [orig:132 m_max ] [132])))^M
>                     (const_int 31 [0x1f])))^M
>             (clobber (reg:SI 0 r0))^M
>         ]) 419 {*ne0} (nil)^M
>     (nil))^M

It seems more likely that Vladimir's patch causes it since it is post 
global register allocation (and similarly for x86's FAIL on 
gcc.c-torture/compile/950613-1.c).

Paolo



-- 


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


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

* [Bug rtl-optimization/15921] [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-*
  2004-06-10 22:58 [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-* pinskia at gcc dot gnu dot org
  2004-06-11  7:17 ` [Bug rtl-optimization/15921] " paolo dot bonzini at polimi dot it
@ 2004-06-11 15:50 ` pinskia at gcc dot gnu dot org
  2004-06-13 22:18 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-11 15:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


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


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

* [Bug rtl-optimization/15921] [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-*
  2004-06-10 22:58 [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-* pinskia at gcc dot gnu dot org
  2004-06-11  7:17 ` [Bug rtl-optimization/15921] " paolo dot bonzini at polimi dot it
  2004-06-11 15:50 ` pinskia at gcc dot gnu dot org
@ 2004-06-13 22:18 ` pinskia at gcc dot gnu dot org
  2004-06-13 22:25 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-13 22:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-13 22:18 -------
David Edelsohn analyzed it: <http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00939.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-13 22:18:18
               date|                            |


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


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

* [Bug rtl-optimization/15921] [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-*
  2004-06-10 22:58 [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-* pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-06-13 22:18 ` pinskia at gcc dot gnu dot org
@ 2004-06-13 22:25 ` pinskia at gcc dot gnu dot org
  2004-06-15 16:04 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-13 22:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |vmakarov at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug rtl-optimization/15921] [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-*
  2004-06-10 22:58 [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-* pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-06-13 22:25 ` pinskia at gcc dot gnu dot org
@ 2004-06-15 16:04 ` pinskia at gcc dot gnu dot org
  2004-07-12 18:02 ` cvs-commit at gcc dot gnu dot org
  2004-07-12 19:25 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-15 16:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-15 16:04 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01175.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


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

* [Bug rtl-optimization/15921] [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-*
  2004-06-10 22:58 [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-* pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-06-15 16:04 ` pinskia at gcc dot gnu dot org
@ 2004-07-12 18:02 ` cvs-commit at gcc dot gnu dot org
  2004-07-12 19:25 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-12 18:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-12 18:01 -------
Subject: Bug 15921

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	vmakarov@gcc.gnu.org	2004-07-12 18:01:47

Modified files:
	gcc            : ChangeLog global.c Makefile.in 

Log message:
	2004-07-12 Vladimir Makarov <vmakarov@redhat.com>
	
	PR rtl-optimization/15921
	* Makefile.in (global.o): Add recog.h.
	
	* global.c (recog.h): Add the include-clause.
	(bb_info): New member earlyclobber.
	(allocate_bb_info, free_bb_info): Initialize/finish the new
	member.
	(earlyclobber_regclass, earlyclobber_regclass_length): The new
	global variables.
	(check_earlyclobber, regclass_intersect,
	mark_reg_use_for_earlyclobber, mark_reg_use_for_earlyclobber_1):
	New functions.
	(calculate_local_reg_bb_info): Calculate value of earlyclobber.
	(make_accurate_live_analysis): Modify pavin.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4483&r2=2.4484
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/global.c.diff?cvsroot=gcc&r1=1.104&r2=1.105
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.1324&r2=1.1325



-- 


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


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

* [Bug rtl-optimization/15921] [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-*
  2004-06-10 22:58 [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-* pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-07-12 18:02 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-12 19:25 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-12 19:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-12 19:25 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-07-12 19:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-10 22:58 [Bug rtl-optimization/15921] New: [3.5 Regression] gcc.c-torture/compile/920501-4.c fails on powerpc-* pinskia at gcc dot gnu dot org
2004-06-11  7:17 ` [Bug rtl-optimization/15921] " paolo dot bonzini at polimi dot it
2004-06-11 15:50 ` pinskia at gcc dot gnu dot org
2004-06-13 22:18 ` pinskia at gcc dot gnu dot org
2004-06-13 22:25 ` pinskia at gcc dot gnu dot org
2004-06-15 16:04 ` pinskia at gcc dot gnu dot org
2004-07-12 18:02 ` cvs-commit at gcc dot gnu dot org
2004-07-12 19:25 ` pinskia at gcc dot gnu dot org

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).