public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv
       [not found] <bug-11494-6489@http.gcc.gnu.org/bugzilla/>
  2009-12-18  1:24 ` [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv pinskia at gcc dot gnu dot org
@ 2009-12-18  1:24 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-12-18  1:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2009-12-18 01:24 -------
Close as a dup of bug 3885.

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


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv
       [not found] <bug-11494-6489@http.gcc.gnu.org/bugzilla/>
@ 2009-12-18  1:24 ` pinskia at gcc dot gnu dot org
  2009-12-18  1:24 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-12-18  1:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2009-12-18 01:23 -------
Reopening to ...


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


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


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

* [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv
  2003-07-10 20:34 [Bug c/11494] New: " orrd-bugzilla at vipe dot technion dot ac dot il
                   ` (3 preceding siblings ...)
  2003-07-11 18:25 ` orrd at vipe dot technion dot ac dot il
@ 2003-07-11 18:26 ` orrd at vipe dot technion dot ac dot il
  4 siblings, 0 replies; 7+ messages in thread
From: orrd at vipe dot technion dot ac dot il @ 2003-07-11 18:26 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From orrd at vipe dot technion dot ac dot il  2003-07-11 18:26 -------
Subject: Re:  invalid suffix "T" on integer cuased internal
 Segsigv

Well, it actually says Experimental.



On Thu, 10 Jul 2003, steven at gcc dot gnu dot org wrote:

> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11494
>
>
> steven at gcc dot gnu dot org changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>            Priority|P2                          |P1
>
>
> ------- Additional Comments From steven at gcc dot gnu dot org  2003-07-10 20:54 -------
> Never mind, I found it: gcc 3.3 20021024 (Suse Linux)
>
> Does it still show with 3.3.1pre?  That would be a regression from 3.2.2 which
> gives an error similar to the one from 3.4.
>
>
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv
  2003-07-10 20:34 [Bug c/11494] New: " orrd-bugzilla at vipe dot technion dot ac dot il
                   ` (2 preceding siblings ...)
  2003-07-10 20:59 ` pinskia at physics dot uc dot edu
@ 2003-07-11 18:25 ` orrd at vipe dot technion dot ac dot il
  2003-07-11 18:26 ` orrd at vipe dot technion dot ac dot il
  4 siblings, 0 replies; 7+ messages in thread
From: orrd at vipe dot technion dot ac dot il @ 2003-07-11 18:25 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From orrd at vipe dot technion dot ac dot il  2003-07-11 18:25 -------
Subject: Re:  invalid suffix "T" on integer cuased internal
 Segsigv

3.3. I think I put it in the report.
SuSE 8.1, gcc 3.3,

On Thu, 10 Jul 2003, steven at gcc dot gnu dot org wrote:

> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11494
>
>
> steven at gcc dot gnu dot org changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |WAITING
>
>
> ------- Additional Comments From steven at gcc dot gnu dot org  2003-07-10 20:51 -------
> This works in 3.4:
> GNU C version 3.4 20030710 (experimental) (i686-pc-linux-gnu)
>         compiled by GNU C version 3.4 20030710 (experimental).
> GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=31916
> 11494.c:49:39: invalid suffix "T" on integer constant
>
> What version of GCC were you using??
>
>
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv
  2003-07-10 20:34 [Bug c/11494] New: " orrd-bugzilla at vipe dot technion dot ac dot il
  2003-07-10 20:51 ` [Bug c/11494] " steven at gcc dot gnu dot org
  2003-07-10 20:54 ` steven at gcc dot gnu dot org
@ 2003-07-10 20:59 ` pinskia at physics dot uc dot edu
  2003-07-11 18:25 ` orrd at vipe dot technion dot ac dot il
  2003-07-11 18:26 ` orrd at vipe dot technion dot ac dot il
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-10 20:59 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-10 20:59 -------
First the gcc which you are using is an old prerelease of gcc which comes from SUSE who is know 
to add patches so report it there.
Second, I cannot reproduce it on 3.3.1 (20030707), so it fixed already or was not busted in the 
FSF's version.


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

* [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv
  2003-07-10 20:34 [Bug c/11494] New: " orrd-bugzilla at vipe dot technion dot ac dot il
  2003-07-10 20:51 ` [Bug c/11494] " steven at gcc dot gnu dot org
@ 2003-07-10 20:54 ` steven at gcc dot gnu dot org
  2003-07-10 20:59 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: steven at gcc dot gnu dot org @ 2003-07-10 20:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1


------- Additional Comments From steven at gcc dot gnu dot org  2003-07-10 20:54 -------
Never mind, I found it: gcc 3.3 20021024 (Suse Linux)

Does it still show with 3.3.1pre?  That would be a regression from 3.2.2 which
gives an error similar to the one from 3.4.


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

* [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv
  2003-07-10 20:34 [Bug c/11494] New: " orrd-bugzilla at vipe dot technion dot ac dot il
@ 2003-07-10 20:51 ` steven at gcc dot gnu dot org
  2003-07-10 20:54 ` steven at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: steven at gcc dot gnu dot org @ 2003-07-10 20:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From steven at gcc dot gnu dot org  2003-07-10 20:51 -------
This works in 3.4:
GNU C version 3.4 20030710 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.4 20030710 (experimental).
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=31916
11494.c:49:39: invalid suffix "T" on integer constant

What version of GCC were you using??


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

end of thread, other threads:[~2009-12-18  1:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11494-6489@http.gcc.gnu.org/bugzilla/>
2009-12-18  1:24 ` [Bug c/11494] invalid suffix "T" on integer cuased internal Segsigv pinskia at gcc dot gnu dot org
2009-12-18  1:24 ` pinskia at gcc dot gnu dot org
2003-07-10 20:34 [Bug c/11494] New: " orrd-bugzilla at vipe dot technion dot ac dot il
2003-07-10 20:51 ` [Bug c/11494] " steven at gcc dot gnu dot org
2003-07-10 20:54 ` steven at gcc dot gnu dot org
2003-07-10 20:59 ` pinskia at physics dot uc dot edu
2003-07-11 18:25 ` orrd at vipe dot technion dot ac dot il
2003-07-11 18:26 ` orrd at vipe dot technion dot ac dot il

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).