public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14833] New: __LINE__ overflow
@ 2004-04-03  9:04 hotxiening at hotmail dot com
  2004-04-03 15:51 ` [Bug c/14833] [3.3 Regression] " pinskia at gcc dot gnu dot org
  2004-04-15 15:44 ` reichelt at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: hotxiening at hotmail dot com @ 2004-04-03  9:04 UTC (permalink / raw)
  To: gcc-bugs

--------------------------------------------------------------
[xn@localhost rulecE]$ gcc-3.3.1 -v -save-temps test.c
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.1/lib/gcc-lib/i686-pc-
linux-gnu/3.3.1/specs
Configured with: ../gcc-3.3.1/configure --prefix=../3.3.1 : 
(reconfigured) /usr/lib/gcc-lib/i386-redhat-linux/gcc-3.3.1/configure --
prefix=/usr/lib/gcc-lib/i386-redhat-linux/3.3.1
Thread model: posix
gcc version 3.3.1
 /usr/lib/gcc-lib/i386-redhat-linux/3.3.1/lib/gcc-lib/i686-pc-linux-
gnu/3.3.1/cc1 -E -quiet -v -iprefix /usr/bin/../lib/gcc-lib/i686-pc-linux-
gnu/3.3.1/ -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=1 test.c test.i
ignoring nonexistent directory "/usr/lib/gcc-lib/i686-pc-linux-
gnu/3.3.1/include"
ignoring nonexistent directory "/usr/lib/gcc-lib/i686-pc-linux-
gnu/3.3.1/../../../../i686-pc-linux-gnu/include"
ignoring nonexistent directory "/usr/lib/gcc-lib/i386-redhat-linux/3.3.1/i686-
pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/lib/gcc-lib/i386-redhat-linux/3.3.1/include
 /usr/lib/gcc-lib/i386-redhat-linux/3.3.1/lib/gcc-lib/i686-pc-linux-
gnu/3.3.1/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-redhat-linux/3.3.1/lib/gcc-lib/i686-pc-linux-
gnu/3.3.1/cc1 -fpreprocessed test.i -quiet -dumpbase test.c -auxbase test -
version -o test.s
GNU C version 3.3.1 (i686-pc-linux-gnu)
        compiled by GNU C version 2.96 20000731 (Red Hat Linux 7.1 2.96-98).
GGC heuristics: --param ggc-min-expand=72 --param ggc-min-heapsize=80218
test.c: In function `main':
test.c:-2147483642: internal compiler error: in final_scan_insn, at final.c:2117
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
-----------------------------------------------------------------
preprocessed file:
      1 # 1 "test.c"
      2 # 1 "<built-in>"
      3 # 1 "<command line>"
      4 # 1 "test.c"
      5 # 2147483647 "test.c"
      6
      7 int foo();
      8 int main()
      9 {
     10         foo();
     11         return 0;
     12
     13 }
     14
     15 int foo()
     16 {
     17         return 0
     18 }
--------------------------------------------------------

-- 
           Summary: __LINE__ overflow
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hotxiening at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c/14833] [3.3 Regression] __LINE__ overflow
  2004-04-03  9:04 [Bug c/14833] New: __LINE__ overflow hotxiening at hotmail dot com
@ 2004-04-03 15:51 ` pinskia at gcc dot gnu dot org
  2004-04-15 15:44 ` reichelt at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-03 15:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-03 15:51 -------
Confirmed in 3.3.3, related to bug 14711 and  the java version.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-03 15:51:00
               date|                            |
            Summary|__LINE__ overflow           |[3.3 Regression] __LINE__
                   |                            |overflow
   Target Milestone|---                         |3.3.4


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


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

* [Bug c/14833] [3.3 Regression] __LINE__ overflow
  2004-04-03  9:04 [Bug c/14833] New: __LINE__ overflow hotxiening at hotmail dot com
  2004-04-03 15:51 ` [Bug c/14833] [3.3 Regression] " pinskia at gcc dot gnu dot org
@ 2004-04-15 15:44 ` reichelt at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-04-15 15:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-04-15 14:42 -------
This is really a duplicate of PR 14711

See Giovanni's example in comment #11 and my comment #12.
See also comment #14, why this might not get fixed. :-(


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

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


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


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

end of thread, other threads:[~2004-04-15 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-03  9:04 [Bug c/14833] New: __LINE__ overflow hotxiening at hotmail dot com
2004-04-03 15:51 ` [Bug c/14833] [3.3 Regression] " pinskia at gcc dot gnu dot org
2004-04-15 15:44 ` reichelt 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).