public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17668] gcj compiler error: "PasswortGenerator.java:11: internal compiler error: in emit_move_insn_1, at expr.c:3543" when using "1++" in the last part of a for statement
       [not found] <bug-17668-9363@http.gcc.gnu.org/bugzilla/>
@ 2007-01-09 20:49 ` tromey at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-09 20:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from tromey at gcc dot gnu dot org  2007-01-09 20:46 -------
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

* [Bug java/17668] gcj compiler error: "PasswortGenerator.java:11: internal compiler error: in emit_move_insn_1, at expr.c:3543" when using "1++" in the last part of a for statement
  2004-09-25 13:25 [Bug java/17668] New: " j dot breier at gmx dot de
                   ` (3 preceding siblings ...)
  2004-09-25 15:14 ` pinskia at gcc dot gnu dot org
@ 2004-09-25 15:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-25 15:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-25 15:24 -------
Still fails to be rejected on the mainline but we have a different ICE now:
gimplification failed:
1 <integer_cst 0x4135fb60 type <integer_type 0x4135d600 int> constant invariant 1>
pr17668.java: In class `passwortGenerator':
pr17668.java: In method `passwortGenerator.main(java.lang.String[])':
pr17668.java:5: internal compiler error: gimplification failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to fail|                            |4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-25 15:24:48
               date|                            |


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


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

* [Bug java/17668] gcj compiler error: "PasswortGenerator.java:11: internal compiler error: in emit_move_insn_1, at expr.c:3543" when using "1++" in the last part of a for statement
  2004-09-25 13:25 [Bug java/17668] New: " j dot breier at gmx dot de
                   ` (2 preceding siblings ...)
  2004-09-25 14:08 ` j dot breier at gmx dot de
@ 2004-09-25 15:14 ` pinskia at gcc dot gnu dot org
  2004-09-25 15:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-25 15:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-25 15:14 -------
You did nothing wrong, this should be rejected instead of ICEing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


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


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

* [Bug java/17668] gcj compiler error: "PasswortGenerator.java:11: internal compiler error: in emit_move_insn_1, at expr.c:3543" when using "1++" in the last part of a for statement
  2004-09-25 13:25 [Bug java/17668] New: " j dot breier at gmx dot de
  2004-09-25 13:38 ` [Bug java/17668] " j dot breier at gmx dot de
  2004-09-25 13:45 ` andreast at gcc dot gnu dot org
@ 2004-09-25 14:08 ` j dot breier at gmx dot de
  2004-09-25 15:14 ` pinskia at gcc dot gnu dot org
  2004-09-25 15:24 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: j dot breier at gmx dot de @ 2004-09-25 14:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From j dot breier at gmx dot de  2004-09-25 14:08 -------
(In reply to comment #2)
> Wrong code:
> for(int i=0;i<1000;1++)
> 
> Should increment i and not 1.
> -->> for(int i=0;i<1000;i++)

Well, yes, I know, but the gcj output told me to "submit a full bug report"
Did I do this wrong (I'm quite new to gcc and bugzilla).

-- 


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


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

* [Bug java/17668] gcj compiler error: "PasswortGenerator.java:11: internal compiler error: in emit_move_insn_1, at expr.c:3543" when using "1++" in the last part of a for statement
  2004-09-25 13:25 [Bug java/17668] New: " j dot breier at gmx dot de
  2004-09-25 13:38 ` [Bug java/17668] " j dot breier at gmx dot de
@ 2004-09-25 13:45 ` andreast at gcc dot gnu dot org
  2004-09-25 14:08 ` j dot breier at gmx dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: andreast at gcc dot gnu dot org @ 2004-09-25 13:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From andreast at gcc dot gnu dot org  2004-09-25 13:45 -------
Wrong code:
for(int i=0;i<1000;1++)

Should increment i and not 1.
-->> for(int i=0;i<1000;i++)

-- 


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


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

* [Bug java/17668] gcj compiler error: "PasswortGenerator.java:11: internal compiler error: in emit_move_insn_1, at expr.c:3543" when using "1++" in the last part of a for statement
  2004-09-25 13:25 [Bug java/17668] New: " j dot breier at gmx dot de
@ 2004-09-25 13:38 ` j dot breier at gmx dot de
  2004-09-25 13:45 ` andreast at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: j dot breier at gmx dot de @ 2004-09-25 13:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From j dot breier at gmx dot de  2004-09-25 13:38 -------
passwortGenerator.java again, reduced to that what is really necessary:

class passwortGenerator
   {
   public static void main(String args[])
      {
      for(int i=0;i<1000;1++)
         ;
      }
   }

gcj --main=passwortGenerator -o PasswortGenerator PasswortGenerator.java
PasswortGenerator.java: In class `passwortGenerator':
PasswortGenerator.java: In method `passwortGenerator.main(java.lang.String[])':
PasswortGenerator.java:5: internal compiler error: in emit_move_insn_1, at
expr.c:3543
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.

-- 


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


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

end of thread, other threads:[~2007-01-09 20:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-17668-9363@http.gcc.gnu.org/bugzilla/>
2007-01-09 20:49 ` [Bug java/17668] gcj compiler error: "PasswortGenerator.java:11: internal compiler error: in emit_move_insn_1, at expr.c:3543" when using "1++" in the last part of a for statement tromey at gcc dot gnu dot org
2004-09-25 13:25 [Bug java/17668] New: " j dot breier at gmx dot de
2004-09-25 13:38 ` [Bug java/17668] " j dot breier at gmx dot de
2004-09-25 13:45 ` andreast at gcc dot gnu dot org
2004-09-25 14:08 ` j dot breier at gmx dot de
2004-09-25 15:14 ` pinskia at gcc dot gnu dot org
2004-09-25 15:24 ` 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).