public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13448] New: gcc 3.3.2, internal error when -O3 and trying to modify function const arg
@ 2003-12-19 16:39 luczajm at polbox dot com
  2003-12-19 16:41 ` [Bug c/13448] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: luczajm at polbox dot com @ 2003-12-19 16:39 UTC (permalink / raw)
  To: gcc-bugs

gcc (not g++) reports "Internal compiler error in emit_move_insn_1, at 
expr.c:3114" when is run with "-O3" and this source:

void funct(const int n)
{
    n++;
}

int main() 
{
    funct(1);
    return 0;
}

Same thing with "gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)" under 
Linux (don't know which falvour) and "gcc version 3.3.1 (mingw special 20030804-
1)" under Windows XP.

-- 
           Summary: gcc 3.3.2, internal error when -O3 and trying to modify
                    function const arg
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: luczajm at polbox dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

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

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-19 16:39 [Bug c/13448] New: gcc 3.3.2, internal error when -O3 and trying to modify function const arg luczajm at polbox dot com
2003-12-19 16:41 ` [Bug c/13448] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
2003-12-20 10:33 ` ebotcazou at gcc dot gnu dot org
2003-12-20 10:56 ` ebotcazou at gcc dot gnu dot org
2003-12-22 18:17 ` steven at gcc dot gnu dot org
2003-12-22 18:17 ` ebotcazou at gcc dot gnu dot org
2003-12-26  1:37 ` pinskia at gcc dot gnu dot org
2004-01-10 22:56 ` [Bug target/13448] " pinskia at gcc dot gnu dot org
2004-01-11  6:49 ` ebotcazou at gcc dot gnu dot org
2004-01-11  6:59 ` [Bug optimization/13448] " pinskia at gcc dot gnu dot org
2004-01-12  9:41 ` steven at gcc dot gnu dot org
2004-01-12 14:51 ` giovannibajo at libero dot it
2004-01-31  3:36 ` [Bug optimization/13448] [3.3/3.4/3.5 " pinskia at gcc dot gnu dot org
2004-02-03  8:47 ` [Bug middle-end/13448] " ebotcazou at gcc dot gnu dot org
2004-02-28  2:49 ` mmitchel at gcc dot gnu dot org
2004-02-29 23:34 ` cvs-commit at gcc dot gnu dot org
2004-02-29 23:43 ` cvs-commit at gcc dot gnu dot org
2004-02-29 23:44 ` [Bug middle-end/13448] [3.3 " mmitchel at gcc dot gnu dot org
2004-03-12 22:43 ` cvs-commit at gcc dot gnu dot org
2004-03-12 22:48 ` gdr 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).