Matthias:
With 4.7 (4.7.1-7ubuntu1) I see an
/usr/include/c++/4.7/ext/new_allocator.h:110:4: error: parenthesized
initializer in array new [-fpermissive]
but if I add the -fpermissive I get the trace as per my comment #4 - is
that a separate report or a symptom of the same bug?
Dave
--
You
Launchpad has imported 2 comments from the remote bug at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54502.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.
** Bug watch added: GCC Bugzilla #54502
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54502
** Also affects: gcc via
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54502
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Ubuntu
Bugs,
I can't see this anymore with 4.7 and trunk (gcc-snapshot)
** Changed in: gcc-4.7 (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019725
Title:
tiny S
hmm, I'm going to correct myself on comment #3 on 4.7 - it might not
have seg'd - there is a crash file but I think that's just the
preprocessessed source, not an indication of a seg.
So 4.6 seg
4.7 the error and preprocessed source from #4
--
You received this bug notification because you
$ g++-4.7 -std=c++0x -fpermissive t.C
In file included from
/usr/include/c++/4.7/x86_64-linux-gnu/bits/c++allocator.h:34:0,
from /usr/include/c++/4.7/bits/allocator.h:48,
from /usr/include/c++/4.7/deque:62,
from t.C:1:
/usr/include/c++/4.7/ext/new
I noticed gcc-4.7 was actually segging, but it's error that it had seg'd
was much less obvious.
** Also affects: gcc-4.7 (Ubuntu)
Importance: Undecided
Status: New
** Changed in: gcc-4.7 (Ubuntu)
Status: New => Triaged
** Changed in: gcc-4.7 (Ubuntu)
Importance: Undecided =>
Hi Graspee,
Hey that's a good bug - thank you for reporting it!
Triaged: Trivially repeatable
I confirm this happens also on the gcc-4.6 package in QQ - 4.6.3-8ubuntu1
4.7 doesn't seg, but it's not happy (possibly a separate bug report?)
Dave
** Package changed: gcc-defaults (Ubuntu) => gcc-4
** Attachment added: "preprocessed source"
https://bugs.launchpad.net/bugs/1019725/+attachment/3209445/+files/ccwbo3mS.out
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019725
Title:
tiny STL c