public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18564] New: ICE: output_operand: invalid expression as operand
@ 2004-11-19 10:20 corsepiu at gcc dot gnu dot org
  2004-11-19 10:21 ` [Bug target/18564] " corsepiu at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2004-11-19 10:20 UTC (permalink / raw)
  To: gcc-bugs

ICE with -O1 or greater, -O0 does not ICE

# h8300-rtems4.7-gcc -O4 -o cpuboot.o -c cpuboot.c
cpuboot.c: In function `boot_phase_1':
cpuboot.c:8: internal compiler error: output_operand: invalid expression as operand
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

# h8300-rtems4.7-gcc --version
avr-rtems4.7-gcc (GCC) 3.4.4 20041114 (prerelease)

This PR has been split out from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18542

-- 
           Summary: ICE: output_operand: invalid expression as operand
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: corsepiu at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: h8300-rtems*, h8300-*


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


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

* [Bug target/18564] ICE: output_operand: invalid expression as operand
  2004-11-19 10:20 [Bug target/18564] New: ICE: output_operand: invalid expression as operand corsepiu at gcc dot gnu dot org
@ 2004-11-19 10:21 ` corsepiu at gcc dot gnu dot org
  2004-12-07  0:15 ` belyshev at lubercy dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2004-11-19 10:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at gcc dot gnu dot org  2004-11-19 10:21 -------
Created an attachment (id=7568)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7568&action=view)
Example code to reproduce the ICE


-- 


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


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

* [Bug target/18564] ICE: output_operand: invalid expression as operand
  2004-11-19 10:20 [Bug target/18564] New: ICE: output_operand: invalid expression as operand corsepiu at gcc dot gnu dot org
  2004-11-19 10:21 ` [Bug target/18564] " corsepiu at gcc dot gnu dot org
@ 2004-12-07  0:15 ` belyshev at lubercy dot com
  2004-12-07  4:12 ` corsepiu at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: belyshev at lubercy dot com @ 2004-12-07  0:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-12-07 00:15 -------


*** This bug has been marked as a duplicate of 18542 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug target/18564] ICE: output_operand: invalid expression as operand
  2004-11-19 10:20 [Bug target/18564] New: ICE: output_operand: invalid expression as operand corsepiu at gcc dot gnu dot org
  2004-11-19 10:21 ` [Bug target/18564] " corsepiu at gcc dot gnu dot org
  2004-12-07  0:15 ` belyshev at lubercy dot com
@ 2004-12-07  4:12 ` corsepiu at gcc dot gnu dot org
  2004-12-07 10:25 ` belyshev at lubercy dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2004-12-07  4:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at gcc dot gnu dot org  2004-12-07 04:12 -------
(In reply to comment #2)
> 
> *** This bug has been marked as a duplicate of 18542 ***

Why did you mark this bug as a duplicate?

I intentionally split 18542 in to several separate PRs because I doubt this to
be the same bug.

-- 


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


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

* [Bug target/18564] ICE: output_operand: invalid expression as operand
  2004-11-19 10:20 [Bug target/18564] New: ICE: output_operand: invalid expression as operand corsepiu at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-12-07  4:12 ` corsepiu at gcc dot gnu dot org
@ 2004-12-07 10:25 ` belyshev at lubercy dot com
  2004-12-16  5:35 ` corsepiu at gcc dot gnu dot org
  2004-12-16  5:48 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: belyshev at lubercy dot com @ 2004-12-07 10:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-12-07 10:25 -------
>Why did you mark this bug as a duplicate?

Because all these bugs (18542, 18563, 18564) triggered on one testcase and have
identical backtrace.


-- 


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


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

* [Bug target/18564] ICE: output_operand: invalid expression as operand
  2004-11-19 10:20 [Bug target/18564] New: ICE: output_operand: invalid expression as operand corsepiu at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-12-07 10:25 ` belyshev at lubercy dot com
@ 2004-12-16  5:35 ` corsepiu at gcc dot gnu dot org
  2004-12-16  5:48 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2004-12-16  5:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From corsepiu at gcc dot gnu dot org  2004-12-16 05:35 -------
I am reopening this PR to allow tracking this problem independent of PR18542.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |


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


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

* [Bug target/18564] ICE: output_operand: invalid expression as operand
  2004-11-19 10:20 [Bug target/18564] New: ICE: output_operand: invalid expression as operand corsepiu at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-12-16  5:35 ` corsepiu at gcc dot gnu dot org
@ 2004-12-16  5:48 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-16  5:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-16 05:48 -------
No this is a dup of bug 18592, the example code might be different but the bug is the same.

*** This bug has been marked as a duplicate of 18542 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-12-16  5:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-19 10:20 [Bug target/18564] New: ICE: output_operand: invalid expression as operand corsepiu at gcc dot gnu dot org
2004-11-19 10:21 ` [Bug target/18564] " corsepiu at gcc dot gnu dot org
2004-12-07  0:15 ` belyshev at lubercy dot com
2004-12-07  4:12 ` corsepiu at gcc dot gnu dot org
2004-12-07 10:25 ` belyshev at lubercy dot com
2004-12-16  5:35 ` corsepiu at gcc dot gnu dot org
2004-12-16  5:48 ` 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).