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 middle-end/14711] ICE in final.c:2117 when compiling a huge source file


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-24 16:27 -------
  int rtint;
#define XINT(RTX, N)    (RTL_CHECK2 (RTX, N, 'i', 'n').rtint)
#define NOTE_LINE_NUMBER(INSN) XCINT (INSN, 5, NOTE)
          if (NOTE_LINE_NUMBER (insn) <= 0)
            abort ();

So maybe we should using hwint instead?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |middle-end


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


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