This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/12085] [3.3/3.4 Regression] Internal compiler error in convert_move, at expr.c:504 with -O3 flag


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-20 07:17 -------
The function call in the testcase leads to undefined run-time behavior.  The C
compiler will (as of GCC 3.4.0) therefore issue a warning and replace the call
by a run-time trap.

See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg00683.html for the (long)
discussion.


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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]