public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
@ 2004-09-09  2:56 pinskia at gcc dot gnu dot org
  2004-09-09  2:56 ` [Bug middle-end/17367] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09  2:56 UTC (permalink / raw)
  To: gcc-bugs

Compile the folllowing with -mcpu=G5 -O2 and get an ICE in expand_expr_addr_expr
int f(long long *);
int g2(long long x);

int g(long long x)
{
  f(&x);
}

-- 
           Summary: [3.5 Regression] expand_expr_addr_expr with parallels (-
                    O1 -mcpu=G5)
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,rth at gcc dot gnu dot
                    org
GCC target triplet: powerpc-apple-darwin


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


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

* [Bug middle-end/17367] [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
  2004-09-09  2:56 [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5) pinskia at gcc dot gnu dot org
@ 2004-09-09  2:56 ` pinskia at gcc dot gnu dot org
  2004-09-09  3:06 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09  2:56 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug middle-end/17367] [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
  2004-09-09  2:56 [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5) pinskia at gcc dot gnu dot org
  2004-09-09  2:56 ` [Bug middle-end/17367] " pinskia at gcc dot gnu dot org
@ 2004-09-09  3:06 ` pinskia at gcc dot gnu dot org
  2004-09-09  5:09 ` rth 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-09-09  3:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-09 03:06 -------
I should note that I found this while trying to bootstrap with -mcpu=G5.

-- 


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


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

* [Bug middle-end/17367] [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
  2004-09-09  2:56 [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5) pinskia at gcc dot gnu dot org
  2004-09-09  2:56 ` [Bug middle-end/17367] " pinskia at gcc dot gnu dot org
  2004-09-09  3:06 ` pinskia at gcc dot gnu dot org
@ 2004-09-09  5:09 ` rth at gcc dot gnu dot org
  2004-09-09  5:14 ` rth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-09-09  5:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-09-09 05:09 -------
Mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-09 05:09:13
               date|                            |


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


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

* [Bug middle-end/17367] [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
  2004-09-09  2:56 [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5) pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-09-09  5:09 ` rth at gcc dot gnu dot org
@ 2004-09-09  5:14 ` rth at gcc dot gnu dot org
  2004-09-09 19:04 ` [Bug middle-end/17367] [4.0 " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-09-09  5:14 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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


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

* [Bug middle-end/17367] [4.0 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
  2004-09-09  2:56 [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5) pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-09-09  5:14 ` rth at gcc dot gnu dot org
@ 2004-09-09 19:04 ` pinskia at gcc dot gnu dot org
  2004-09-10  0:50 ` cvs-commit at gcc dot gnu dot org
  2004-09-10  0:55 ` rth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09 19:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-09 19:04 -------
Yes that fixes the problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
            Summary|[3.5 Regression]            |[4.0 Regression]
                   |expand_expr_addr_expr with  |expand_expr_addr_expr with
                   |parallels (-O1 -mcpu=G5)    |parallels (-O1 -mcpu=G5)


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


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

* [Bug middle-end/17367] [4.0 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
  2004-09-09  2:56 [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5) pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-09-09 19:04 ` [Bug middle-end/17367] [4.0 " pinskia at gcc dot gnu dot org
@ 2004-09-10  0:50 ` cvs-commit at gcc dot gnu dot org
  2004-09-10  0:55 ` rth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-10  0:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-10 00:50 -------
Subject: Bug 17367

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-09-10 00:50:26

Modified files:
	gcc            : ChangeLog function.c 

Log message:
	PR middle-end/17367
	* function.c (assign_parm_setup_block): Only put PARALLELs into
	a register if use_register_for_decl.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5345&r2=2.5346
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.574&r2=1.575



-- 


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


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

* [Bug middle-end/17367] [4.0 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5)
  2004-09-09  2:56 [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5) pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-09-10  0:50 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-10  0:55 ` rth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-09-10  0:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-09-10 00:55 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to fail|4.0                         |4.0.0
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-09-10  0:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-09  2:56 [Bug middle-end/17367] New: [3.5 Regression] expand_expr_addr_expr with parallels (-O1 -mcpu=G5) pinskia at gcc dot gnu dot org
2004-09-09  2:56 ` [Bug middle-end/17367] " pinskia at gcc dot gnu dot org
2004-09-09  3:06 ` pinskia at gcc dot gnu dot org
2004-09-09  5:09 ` rth at gcc dot gnu dot org
2004-09-09  5:14 ` rth at gcc dot gnu dot org
2004-09-09 19:04 ` [Bug middle-end/17367] [4.0 " pinskia at gcc dot gnu dot org
2004-09-10  0:50 ` cvs-commit at gcc dot gnu dot org
2004-09-10  0:55 ` rth 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).