public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/20383] New: #line directive breaks try-catch statement
@ 2005-03-08 15:16 heinlein at informatik dot uni-ulm dot de
  2005-03-08 15:21 ` [Bug c++/20383] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
  2005-05-19 17:35 ` mmitchel at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: heinlein at informatik dot uni-ulm dot de @ 2005-03-08 15:16 UTC (permalink / raw)
  To: gcc-bugs

The following legal input produces the error message: 
"`...' handler must be the last handler for its try block". 
 
int main () { 
    try {} 
#line 1 "xxx" 
    catch (int) {} 
}

-- 
           Summary: #line directive breaks try-catch statement
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: heinlein at informatik dot uni-ulm dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/20383] [3.3/3.4 Regression] #line directive breaks try-catch statement
  2005-03-08 15:16 [Bug c++/20383] New: #line directive breaks try-catch statement heinlein at informatik dot uni-ulm dot de
@ 2005-03-08 15:21 ` pinskia at gcc dot gnu dot org
  2005-05-19 17:35 ` mmitchel at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-08 15:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-08 15:21 -------
Fixed by the merge of the tree-ssa
: Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455).


Broke:
: Search converges between 2002-01-13-trunk (#54) and 2002-01-20-trunk (#55).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
      Known to fail|                            |3.4.3 3.0.4 3.3.3
      Known to work|                            |2.95.3 4.0.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-08 15:21:31
               date|                            |
            Summary|#line directive breaks try- |[3.3/3.4 Regression] #line
                   |catch statement             |directive breaks try-catch
                   |                            |statement
   Target Milestone|---                         |3.4.4


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


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

* [Bug c++/20383] [3.3/3.4 Regression] #line directive breaks try-catch statement
  2005-03-08 15:16 [Bug c++/20383] New: #line directive breaks try-catch statement heinlein at informatik dot uni-ulm dot de
  2005-03-08 15:21 ` [Bug c++/20383] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2005-05-19 17:35 ` mmitchel at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-05-19 17:35 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |3.4.5


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


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

end of thread, other threads:[~2005-05-19 17:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-08 15:16 [Bug c++/20383] New: #line directive breaks try-catch statement heinlein at informatik dot uni-ulm dot de
2005-03-08 15:21 ` [Bug c++/20383] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
2005-05-19 17:35 ` mmitchel 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).